|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationHandler | |
---|---|
org.exolab.jms.net.connector | Connector framework |
org.exolab.jms.net.multiplexer | Abstract connector that multiplexes data over a physical connection |
org.exolab.jms.net.orb | Object Broker |
Uses of InvocationHandler in org.exolab.jms.net.connector |
---|
Classes in org.exolab.jms.net.connector that implement InvocationHandler | |
---|---|
class |
ContextInvocationHandler
InvocationHandler implementation that sets the current ConnectionContext . |
Methods in org.exolab.jms.net.connector with parameters of type InvocationHandler | |
---|---|
protected ConnectionPool |
AbstractConnectionManager.createConnectionPool(ManagedConnectionFactory factory,
InvocationHandler handler,
ConnectionFactory resolver)
Creates a new connection pool. |
void |
ManagedConnection.setInvocationHandler(InvocationHandler handler)
Registers a handler for handling invocations on objects exported via this connection. |
Constructors in org.exolab.jms.net.connector with parameters of type InvocationHandler | |
---|---|
AbstractConnectionManager(InvocationHandler handler,
Authenticator authenticator,
java.util.Map properties)
Construct a new AbstractConnectionManager . |
|
ContextInvocationHandler(InvocationHandler handler,
ConnectionFactory resolver,
ManagedConnection connection)
Construct a new ContextInvocationHandler . |
Uses of InvocationHandler in org.exolab.jms.net.multiplexer |
---|
Methods in org.exolab.jms.net.multiplexer with parameters of type InvocationHandler | |
---|---|
void |
MultiplexedManagedConnection.setInvocationHandler(InvocationHandler handler)
Registers a handler for handling invocations on objects exported via this connection. |
Uses of InvocationHandler in org.exolab.jms.net.orb |
---|
Constructors in org.exolab.jms.net.orb with parameters of type InvocationHandler | |
---|---|
DefaultConnectionManager(InvocationHandler handler,
Authenticator authenticator,
java.util.Map properties)
Construct a new DefaultConnectionManager . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |