|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dispatcher | |
---|---|
de.root1.simon | Provides the core classes of SIMON |
Uses of Dispatcher in de.root1.simon |
---|
Methods in de.root1.simon that return Dispatcher | |
---|---|
protected Dispatcher |
LookupTable.getDispatcher()
TODO document me |
protected Dispatcher |
ClientToServerConnection.getDispatcher()
Gets the Dispatcher the client uses to communicate with the network |
protected Dispatcher |
SimonProxy.getDispatcher()
Returns the Dispatcher instance related to this proxy. |
protected Dispatcher |
Registry.getDispatcher()
Returns the Dispatcher associated with this registry. |
protected Dispatcher |
SimonProxy.release()
Releases this proxy. |
Methods in de.root1.simon with parameters of type Dispatcher | |
---|---|
protected void |
ClientToServerConnection.setDispatcher(Dispatcher dispatcher)
Sets the Dispatcher the client uses to communicate with the network |
Constructors in de.root1.simon with parameters of type Dispatcher | |
---|---|
ClientToServerConnection(java.lang.String serverString,
Dispatcher dispatcher,
org.apache.mina.core.session.IoSession session,
org.apache.mina.core.service.IoConnector connector,
java.util.concurrent.ExecutorService filterchainWorkerPool)
Creates a new Instance of ClientToServerConnection |
|
LookupTable(Dispatcher dispatcher)
Called via Dispatcher to create a lookup table. |
|
PingWatchdog(Dispatcher dispatcher)
|
|
ProcessMessageRunnable(Dispatcher dispatcher,
org.apache.mina.core.session.IoSession session,
AbstractMessage abstractMessage)
|
|
RawChannel(Dispatcher dispatcher,
org.apache.mina.core.session.IoSession session,
int channelToken)
Instantiates a new raw channel. |
|
SimonProxy(Dispatcher dispatcher,
org.apache.mina.core.session.IoSession session,
java.lang.String remoteObjectName,
java.lang.Class<?>[] remoteInterfaces)
Constructor which sets the reference to the dispatcher and the remote object name |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |