|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidUserException | |
aigames.soccer.application | Contains AI Soccer application for SNIFOS system. |
aigames.soccer.communication | Contains TCP\IP sockets communication module for SNIFOS system. |
snifos.application | Contains classes related to applications in SNIFOS system. |
snifos.application.test | Contains dummy interface implementations for testing purposes. |
snifos.communication | Contains classes used by server communication modules. |
snifos.server | Contains classes used by SNIFOS server. |
Uses of InvalidUserException in aigames.soccer.application |
Methods in aigames.soccer.application that throw InvalidUserException | |
void |
SoccerApp.unregisterUser(UserId userId)
|
void |
SoccerApp.receiveMessage(UserId userId,
org.dom4j.Document messageDoc)
|
void |
SoccerApp.registerUser(UserId userId,
org.dom4j.Document message)
|
Uses of InvalidUserException in aigames.soccer.communication |
Methods in aigames.soccer.communication that throw InvalidUserException | |
void |
SocketCommModule.sendMessage(UserId userId,
org.dom4j.Document message)
|
Uses of InvalidUserException in snifos.application |
Methods in snifos.application that throw InvalidUserException | |
void |
Application.unregisterUser(UserId userId)
Unregisters user with given id (for example after user disconnects). |
void |
Application.registerUser(UserId userId,
org.dom4j.Document message)
Registers user with given id. |
void |
Application.receiveMessage(UserId userId,
org.dom4j.Document message)
Called by server to pass message from user to this instance of application. |
Uses of InvalidUserException in snifos.application.test |
Methods in snifos.application.test that throw InvalidUserException | |
void |
DummyApplication.registerUser(UserId userId,
org.dom4j.Document message)
This application accepts user only when user id in user's communication module can be divided by "userId" configuration parameter without remainder. |
Uses of InvalidUserException in snifos.communication |
Methods in snifos.communication that throw InvalidUserException | |
void |
CommModule.sendMessage(UserId userId,
org.dom4j.Document message)
Called by server to send message to user. |
Uses of InvalidUserException in snifos.server |
Methods in snifos.server that throw InvalidUserException | |
void |
Server.receiveMessage(UserId userId,
org.dom4j.Document message)
Called by communication module to pass message from user to appropriate application. |
void |
SnifosServer.receiveMessage(UserId userId,
org.dom4j.Document message)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |