All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.CORBA.iiop.Daemon
java.lang.Object
|
+----COM.ibm.CORBA.iiop.Daemon
- public class Daemon
- extends Object
- implements Runnable
This class provides a Daemon listener that will initialize
a new server ORB with each new client connection.
-
port
-
-
Daemon(int, String, ObjectResolver)
- This constructor will initialize the Daemon listener on the
port and server specified.
-
run()
-
-
start()
-
-
stop()
-
port
public int port
Daemon
public Daemon(int givenport,
String name,
ObjectResolver objectResolver)
- This constructor will initialize the Daemon listener on the
port and server specified. The object resolver must be provided
by the application developer or a server provider.
- Parameters:
- givenport - port to listen on
- name - host server name
- objectResolver - object resolver provided
start
public void start()
run
public void run()
stop
public void stop()
All Packages Class Hierarchy This Package Previous Next Index