Package jadex.requiredservice.impl
Class UnresolvedServiceInvocationHandler
java.lang.Object
jadex.requiredservice.impl.UnresolvedServiceInvocationHandler
- All Implemented Interfaces:
InvocationHandler
Lazy service proxy that resolves a service via a search command.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnresolvedServiceInvocationHandler
(jadex.core.impl.Component ia, jadex.providedservice.impl.search.ServiceQuery<?> query) Create a new invocation handler. -
Method Summary
-
Field Details
-
ia
protected jadex.core.impl.Component iaThe component. -
delegate
protected jadex.providedservice.IService delegateThe service. -
query
protected jadex.providedservice.impl.search.ServiceQuery<?> queryThe search query for a lazy proxy.
-
-
Constructor Details
-
UnresolvedServiceInvocationHandler
public UnresolvedServiceInvocationHandler(jadex.core.impl.Component ia, jadex.providedservice.impl.search.ServiceQuery<?> query) Create a new invocation handler.
-
-
Method Details
-
invoke
Called on method invocation.- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-