|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManagerInterface
Plugin interface, plugin must implement this interface
| Method Summary | |
|---|---|
net.protocol.mcs.AbstractChannel[] |
getChannels(java.lang.String sessionId)
|
HandshakeInterface |
getHandshakePlugin()
|
PlayerInterface |
getPlayerPlugin()
|
RemoteAppInterface |
getRemoteAppPlugin()
|
ServerListInterface |
getServersPlugin()
|
SessionInterface |
getSessionPlugin()
|
ShadowingInterface |
getShadowingPlugin()
|
UserListInterface |
getUsersPlugin()
|
void |
initialize(com.toremote.gateway.Config cfg)
Do you initialization work here. |
void |
setSessionManager(SessionWriterInterface sessionMan)
Get the session manager here and control sessions on the gateway. |
| Method Detail |
|---|
HandshakeInterface getHandshakePlugin()
HandshakeInterfaceSessionInterface getSessionPlugin()
SessionInterfaceUserListInterface getUsersPlugin()
UserListInterfaceServerListInterface getServersPlugin()
ServerListInterfaceRemoteAppInterface getRemoteAppPlugin()
RemoteAppInterfacenet.protocol.mcs.AbstractChannel[] getChannels(java.lang.String sessionId)
sessionId -
AbstractChannelPlayerInterface getPlayerPlugin()
PlayerInterfacevoid initialize(com.toremote.gateway.Config cfg)
cfg - void setSessionManager(SessionWriterInterface sessionMan)
sessionMan - SessionWriterInterfaceShadowingInterface getShadowingPlugin()
ShadowingInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||