|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationHandler | |
---|---|
org.clazzes.remoting | |
org.clazzes.remoting.beans | |
org.clazzes.remoting.client | |
org.clazzes.remoting.server |
Uses of InvocationHandler in org.clazzes.remoting |
---|
Methods in org.clazzes.remoting that return InvocationHandler | |
---|---|
InvocationHandler |
RemoteInvoker.getCallback(java.rmi.server.UID handlerUID)
Get a callback previously added with RemoteInvoker.registerCallback(InvocationHandler) . |
Methods in org.clazzes.remoting with parameters of type InvocationHandler | |
---|---|
java.rmi.server.UID |
RemoteInvoker.registerCallback(InvocationHandler handler)
|
void |
InvocationTarget.registerInvocationHandler(java.lang.String subSystem,
InvocationHandler handler)
|
Method parameters in org.clazzes.remoting with type arguments of type InvocationHandler | |
---|---|
void |
InvocationTarget.setInvocationHandlers(java.util.Map<java.lang.String,InvocationHandler> handlers)
|
Uses of InvocationHandler in org.clazzes.remoting.beans |
---|
Subinterfaces of InvocationHandler in org.clazzes.remoting.beans | |
---|---|
interface |
ReturnCallbackHandler
A handler for calls to callback proxies returned by the server to the client. |
Classes in org.clazzes.remoting.beans that implement InvocationHandler | |
---|---|
class |
BeanInvocationHandler
This ServerInvocationHandler delegates remote calls to a bean by intelligently discovering the service interface. |
class |
ReturnCallbackInvocationHandler
This ServerInvocationHandler delegates jboss remote calls to a spring bean by intelligently discovering the service interface. |
class |
SessionContextInvocationHandler
An invocation handler, which manages the hibernate session attached to the current thread. |
Methods in org.clazzes.remoting.beans that return InvocationHandler | |
---|---|
InvocationHandler |
BeanCallbackWrapper.getWrapper(java.lang.Object target)
|
InvocationHandler |
CallbackWrapper.getWrapper(java.lang.Object target)
|
Uses of InvocationHandler in org.clazzes.remoting.client |
---|
Methods in org.clazzes.remoting.client that return InvocationHandler | |
---|---|
InvocationHandler |
Client.getCallback(java.rmi.server.UID handlerUID)
|
Methods in org.clazzes.remoting.client with parameters of type InvocationHandler | |
---|---|
java.rmi.server.UID |
Client.registerCallback(InvocationHandler handler)
|
Uses of InvocationHandler in org.clazzes.remoting.server |
---|
Methods in org.clazzes.remoting.server that return InvocationHandler | |
---|---|
InvocationHandler |
ServerRegistry.getInvocationHandler(java.lang.String subSystem)
|
Methods in org.clazzes.remoting.server with parameters of type InvocationHandler | |
---|---|
void |
Server.registerInvocationHandler(java.lang.String subSystem,
InvocationHandler handler)
|
Method parameters in org.clazzes.remoting.server with type arguments of type InvocationHandler | |
---|---|
void |
Server.setInvocationHandlers(java.util.Map<java.lang.String,InvocationHandler> handlers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |