|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
Server(NotifierIfc notifier)
Instantiate an appropriate service. |
|
Server(int port,
NotifierIfc notifier)
Construct an appropriate service with the given port number. |
|
Server(java.net.InetAddress address,
int port,
NotifierIfc notifier)
Construct an appropriate service with the given port number. |
|
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. |
|
TcpServerService(int port,
NotifierIfc notifier)
Sets up a listener port and adds a notifier to call with all received messages. |
|
TcpServerService(java.net.InetAddress address,
int port,
NotifierIfc notifier)
Sets up a listener port and adds a notifier to call with all received messages. |
|
Notifier(NotifierIfc client,
IpcIfc ipc,
java.util.HashMap pool)
Construct the notifier with a reference to the client interested in receiving messages. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |