Project JXTA

Uses of Interface
net.jxta.endpoint.EndpointListener

Packages that use EndpointListener
net.jxta.endpoint Provides interfaces and classes used for the addressing, filtering, sending, and receiving of messages within JXTA. 
net.jxta.rendezvous The RendezVous Service is responsible for propagating messages within a JXTA PeerGroup. 
 

Uses of EndpointListener in net.jxta.endpoint
 

Subinterfaces of EndpointListener in net.jxta.endpoint
 interface EndpointService
          The EndpointService provides the API for sending and receiving messages between peers.
 

Methods in net.jxta.endpoint that return EndpointListener
 EndpointListener EndpointService.removeIncomingMessageListener(String serviceName, String serviceParam)
          Remove the listener for the specified address.
 

Methods in net.jxta.endpoint with parameters of type EndpointListener
 boolean EndpointService.addIncomingMessageListener(EndpointListener listener, String serviceName, String serviceParam)
          Add a listener for the specified address.
 

Uses of EndpointListener in net.jxta.rendezvous
 

Methods in net.jxta.rendezvous that return EndpointListener
 EndpointListener RendezVousService.removePropagateListener(String name, EndpointListener listener)
          Deprecated. The naming convention is contrary to the more recent usage of specifying listeners with separate serviceName and serviceParam. Prefer RendezVousService.removePropagateListener(String, String, EndpointListener).
 EndpointListener RendezVousService.removePropagateListener(String serviceName, String serviceParam, EndpointListener listener)
          Removes a Listener previously added with addPropagateListener.
 

Methods in net.jxta.rendezvous with parameters of type EndpointListener
 boolean RendezVousService.addPropagateListener(String name, EndpointListener listener)
          Deprecated. The naming convention is contrary to the more recent usage of specifying listeners with separate serviceName and serviceParam. Prefer RendezVousService.addPropagateListener(String, String, EndpointListener).
 boolean RendezVousService.addPropagateListener(String serviceName, String serviceParam, EndpointListener listener)
          Registers the given listener under the given serviceName and serviceParam to receive messages propagated by the rendezvous service.
 EndpointListener RendezVousService.removePropagateListener(String name, EndpointListener listener)
          Deprecated. The naming convention is contrary to the more recent usage of specifying listeners with separate serviceName and serviceParam. Prefer RendezVousService.removePropagateListener(String, String, EndpointListener).
 EndpointListener RendezVousService.removePropagateListener(String serviceName, String serviceParam, EndpointListener listener)
          Removes a Listener previously added with addPropagateListener.
 


JXTA J2SE