Package edu.berkeley.guir.ptk.server

When running a distributed PTK application, you must execute the PDiscovery class first; once it is running, it will listen for inputs to register and outputs to subscribe, and it will route events between them.

See:
          Description

Interface Summary
PEventReceiver  
 

Class Summary
ClientDispatch  
ClientReg  
ClientUnreg  
PClient  
PComm  
PDiscovery When running a distributed PTK application, you must execute this class first; once it is running, it will listen for inputs to register and outputs to subscribe, and it will route events between them.
PDiscoveryHistory  
PMessage  
PMessageDispatch  
PMessageDispatchToSubscriber  
PMessageHistoryRequest  
PMessageHistoryResponse  
PMessageRegister  
PMessageSubscribe  
PMessageUnregister  
PMessageUnsubscribe  
POutput  
PServer  
PStub  
 

Package edu.berkeley.guir.ptk.server Description

When running a distributed PTK application, you must execute the PDiscovery class first; once it is running, it will listen for inputs to register and outputs to subscribe, and it will route events between them.