|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultiplexerFactory
A factory for Multiplexer
and Demultiplexer
objects
Multiplexer
,
Demultiplexer
,
Connection
Method Summary | |
---|---|
Demultiplexer |
createDemultiplexer(ManagedConnection connection)
Creates a new demultiplexer for the specified connection |
Multiplexer |
createMultiplexer(ManagedConnection connection)
Creates a new multiplexer for the specified connection |
Method Detail |
---|
Multiplexer createMultiplexer(ManagedConnection connection) throws java.rmi.RemoteException
connection
- the connection to create the multiplexer for
java.rmi.RemoteException
- for any error
java.lang.IllegalArgumentException
- if connection is of the wrong typeDemultiplexer createDemultiplexer(ManagedConnection connection) throws java.rmi.RemoteException
connection
- the connection to create the demultiplexer for
java.rmi.RemoteException
- for any error
java.lang.IllegalArgumentException
- if connection is of the wrong type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |