|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.retrogui.dualrpc.server.AbstractServerRpcHandler
Abstract base class to implement some rpc handler functionality
| Constructor Summary | |
AbstractServerRpcHandler(DualRpcServerDispatcher d)
Creates a new AbstractServerRpcHandler object. |
|
| Method Summary | |
protected DualRpcServerDispatcher |
getDispatcher()
Getter for dispatcher. |
protected java.lang.Object |
getServerHandlerConfigurationObject()
Get the generic configuration object. |
java.lang.String |
ping(java.lang.String s)
Echo a string back to the caller. |
protected void |
setDispatcher(DualRpcServerDispatcher dispatcher)
Setter for dispatcher. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractServerRpcHandler(DualRpcServerDispatcher d)
d - | Method Detail |
public java.lang.String ping(java.lang.String s)
s -
protected void setDispatcher(DualRpcServerDispatcher dispatcher)
dispatcher - protected DualRpcServerDispatcher getDispatcher()
protected java.lang.Object getServerHandlerConfigurationObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||