|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--context.arch.BaseObject | +--context.apps.InOutBoard.InOutBoardServer
Fields inherited from class context.arch.BaseObject |
communications,
EXIT_OK,
handlers,
ID,
parser,
PING,
PING_REPLY,
serviceHandlers |
Constructor Summary | |
InOutBoardServer(int port)
|
Method Summary | |
DataObject |
runUserMethod(DataObject data)
This is an empty method that should be overridden by the object that extends this class. |
void |
setApp(InOutBoard theApp)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public InOutBoardServer(int port)
Method Detail |
public void setApp(InOutBoard theApp)
public DataObject runUserMethod(DataObject data) throws InvalidMethodException, MethodException
data
- DataObject containing data for user-defined RPCBaseObject.runMethod(String, DataObject)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |