Celtix User APIs

Uses of Interface
org.objectweb.celtix.transports.ServerTransportCallback

Packages that use ServerTransportCallback
org.objectweb.celtix.transports   
 

Uses of ServerTransportCallback in org.objectweb.celtix.transports
 

Methods in org.objectweb.celtix.transports with parameters of type ServerTransportCallback
 void ServerTransport.activate(ServerTransportCallback callback)
          activate the server transport, involves starting listeners or creating of message queues.
 


Celtix User APIs