Package | Description |
---|---|
jadex.bridge.service | |
jadex.bridge.service.component | |
jadex.bridge.service.component.interceptors |
Modifier and Type | Method and Description |
---|---|
abstract IRequiredServiceFetcher |
BasicServiceContainer.createServiceFetcher(String name)
Create a service fetcher.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultServiceFetcher
The default service fetcher realizes the default
strategy for fetching a required service.
|
Modifier and Type | Method and Description |
---|---|
IRequiredServiceFetcher |
ComponentServiceContainer.createServiceFetcher(String name)
Create a service fetcher.
|
Modifier and Type | Method and Description |
---|---|
static IService |
BasicServiceInvocationHandler.createRequiredServiceProxy(IInternalAccess ia,
IExternalAccess ea,
IComponentAdapter adapter,
IService service,
IRequiredServiceFetcher fetcher,
RequiredServiceInfo info,
RequiredServiceBinding binding,
boolean realtime)
Static method for creating a standard service proxy for a required service.
|
Constructor and Description |
---|
DelegationInterceptor(IInternalAccess ia,
RequiredServiceInfo info,
RequiredServiceBinding binding,
IRequiredServiceFetcher fetcher,
IServiceIdentifier sid,
boolean realtime)
Create a new invocation handler.
|
RecoveryInterceptor(IExternalAccess ea,
RequiredServiceInfo info,
RequiredServiceBinding binding,
IRequiredServiceFetcher fetcher)
Create a new invocation handler.
|
Copyright © 2013. All Rights Reserved.