Uses of Interface
org.exolab.core.ipc.NotifierIfc

Packages that use NotifierIfc
org.exolab.core.ipc   
 

Uses of NotifierIfc in org.exolab.core.ipc
 

Constructors in org.exolab.core.ipc with parameters of type NotifierIfc
Notifier(NotifierIfc client, IpcIfc ipc, java.util.HashMap pool)
          Construct the notifier with a reference to the client interested in receiving messages.
Server(java.net.InetAddress address, int port, NotifierIfc notifier)
          Construct an appropriate service with the given port number.
Server(int port, NotifierIfc notifier)
          Construct an appropriate service with the given port number.
Server(NotifierIfc notifier)
          Instantiate an appropriate service.
TcpServerService(java.net.InetAddress address, int port, NotifierIfc notifier)
          Sets up a listener port and adds a notifier to call with all received messages.
TcpServerService(int port, NotifierIfc notifier)
          Sets up a listener port and adds a notifier to call with all received messages.
TcpServerService(NotifierIfc notifier)
          Sets up a listener port on the next free port as allocated by the system and adds a notifier to call with all received messages.
 



Copyright © 1999-2012 The Exolab Group. All Rights Reserved.