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.


Variable Index

 o port

Constructor Index

 o Daemon(int, String, ObjectResolver)
This constructor will initialize the Daemon listener on the port and server specified.

Method Index

 o run()
 o start()
 o stop()

Variables

 o port
 public int port

Constructors

 o 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

Methods

 o start
 public void start()
 o run
 public void run()
 o stop
 public void stop()

All Packages  Class Hierarchy  This Package  Previous  Next  Index