Package jadex.bridge.service.component
Class UnresolvedServiceInvocationHandler
- java.lang.Object
- 
- jadex.bridge.service.component.UnresolvedServiceInvocationHandler
 
- 
- All Implemented Interfaces:
- java.lang.reflect.InvocationHandler
 
 public class UnresolvedServiceInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandlerLazy service proxy that resolves a service via a search command.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IServicedelegateThe service.protected IInternalAccessiaThe component.protected ServiceQuery<?>queryThe search query for a lazy proxy.
 - 
Constructor SummaryConstructors Constructor Description UnresolvedServiceInvocationHandler(IInternalAccess ia, ServiceQuery<?> query)Create a new invocation handler.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)Called on method invocation.
 
- 
- 
- 
Field Detail- 
iaprotected IInternalAccess ia The component.
 - 
delegateprotected IService delegate The service.
 - 
queryprotected ServiceQuery<?> query The search query for a lazy proxy.
 
- 
 - 
Constructor Detail- 
UnresolvedServiceInvocationHandlerpublic UnresolvedServiceInvocationHandler(IInternalAccess ia, ServiceQuery<?> query) Create a new invocation handler.
 
- 
 
-