|
||||||||||
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()
HandshakeInterface
SessionInterface getSessionPlugin()
SessionInterface
UserListInterface getUsersPlugin()
UserListInterface
ServerListInterface getServersPlugin()
ServerListInterface
RemoteAppInterface getRemoteAppPlugin()
RemoteAppInterface
net.protocol.mcs.AbstractChannel[] getChannels(java.lang.String sessionId)
sessionId
-
AbstractChannel
PlayerInterface getPlayerPlugin()
PlayerInterface
void initialize(com.toremote.gateway.Config cfg)
cfg
- void setSessionManager(SessionWriterInterface sessionMan)
sessionMan
- SessionWriterInterface
ShadowingInterface getShadowingPlugin()
ShadowingInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |