Uses of Interface
net.metanotion.rpc.EndPoint

Packages that use EndPoint
net.metanotion.rpc   
 

Uses of EndPoint in net.metanotion.rpc
 

Methods in net.metanotion.rpc that return EndPoint
 EndPoint MINAEndPointFactory.newBindingEndPoint(ObserverFactory<MessageSocket> connectionHandler)
           
 EndPoint LocalMessageBusServer.newBindingEndPoint(ObserverFactory<MessageSocket> connectionHandler)
           
 EndPoint EndPointFactory.newBindingEndPoint(ObserverFactory<MessageSocket> connectionHandler)
           
 EndPoint MINAEndPointFactory.newConnectingEndPoint(ObserverFactory<MessageSocket> connectionHandler)
           
 EndPoint LocalMessageBusServer.newConnectingEndPoint(ObserverFactory<MessageSocket> connectionHandler)
           
 EndPoint EndPointFactory.newConnectingEndPoint(ObserverFactory<MessageSocket> connectionHandler)