|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.aida.ref.remote.rmi.client.RmiRemoteServer
This is a wraper class that allows separation of RMi transport layer and internal hep.aide.ref.remote interfaces. Not a very elegant solution, but needed for now since transport interfaces may be different for different protocol type.
Constructor Summary | |
RmiRemoteServer(RmiServer server)
Creates a new instance of RmiAidaTreeServer |
Method Summary | |
AidaTreeServant |
connectDuplex(AidaTreeClient aidaClient)
connect/disconnect methods for TreeClient that does support "Duplex" Mode. |
AidaTreeServant |
connectNonDuplex(String clientID)
connect/disconnect methods for TreeClient that does not support "Duplex" Mode. |
boolean |
disconnectDuplex(AidaTreeClient aidaClient)
|
boolean |
disconnectNonDuplex(String clientID)
|
boolean |
supportDuplexMode()
Returns "true" if this TreeServer/TreeServant implementation support "Duplex Mode". |
String |
treeName()
Return the name of the ITree it is connected to. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RmiRemoteServer(RmiServer server)
Method Detail |
public AidaTreeServant connectDuplex(AidaTreeClient aidaClient)
AidaTreeServer
connectDuplex
in interface AidaTreeServer
public AidaTreeServant connectNonDuplex(String clientID)
AidaTreeServer
connectNonDuplex
in interface AidaTreeServer
public boolean disconnectDuplex(AidaTreeClient aidaClient)
disconnectDuplex
in interface AidaTreeServer
public boolean disconnectNonDuplex(String clientID)
disconnectNonDuplex
in interface AidaTreeServer
public boolean supportDuplexMode()
AidaTreeServer
supportDuplexMode
in interface AidaTreeServer
public String treeName()
AidaTreeServer
treeName
in interface AidaTreeServer
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |