| 
 | FreeHEP API Version current | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Main AIDA Tree Server - manages connect/disconnect of AidaTreeClients and life cycle of AidaTreeServants. Each TreeServant can be associated with only one TreeClient. Each AidaTreeServer can be associated with only one ITree.
| Method Summary | |
|  AidaTreeServant | connectDuplex(AidaTreeClient client)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 client) | 
|  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. | 
| Method Detail | 
public String treeName()
public boolean supportDuplexMode()
public AidaTreeServant connectNonDuplex(String clientID)
public boolean disconnectNonDuplex(String clientID)
public AidaTreeServant connectDuplex(AidaTreeClient client)
public boolean disconnectDuplex(AidaTreeClient client)
| 
 | FreeHEP API Version current | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||