|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientTerminationListener | |
---|---|
org.clazzes.remoting.beans | |
org.clazzes.remoting.server |
Uses of ClientTerminationListener in org.clazzes.remoting.beans |
---|
Classes in org.clazzes.remoting.beans that implement ClientTerminationListener | |
---|---|
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. |
Uses of ClientTerminationListener in org.clazzes.remoting.server |
---|
Subinterfaces of ClientTerminationListener in org.clazzes.remoting.server | |
---|---|
interface |
ServerRegistry
This interface is implemented by the server and is used by the server-side connection handler to put back a terminated connection |
Methods in org.clazzes.remoting.server that return ClientTerminationListener | |
---|---|
ClientTerminationListener |
Server.getClientTerminationListener()
|
Methods in org.clazzes.remoting.server with parameters of type ClientTerminationListener | |
---|---|
void |
Server.setClientTerminationListener(ClientTerminationListener clientTerminationListener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |