Uses of Interface
org.jacorb.imr.ServerStartupDaemon

Packages that use ServerStartupDaemon
org.jacorb.imr   
 

Uses of ServerStartupDaemon in org.jacorb.imr
 

Classes in org.jacorb.imr that implement ServerStartupDaemon
 class _ServerStartupDaemonStub
          Generated from IDL interface "ServerStartupDaemon"
 

Fields in org.jacorb.imr declared as ServerStartupDaemon
 ServerStartupDaemon HostInfo.ssd_ref
           
 ServerStartupDaemon ServerStartupDaemonHolder.value
           
 

Methods in org.jacorb.imr that return ServerStartupDaemon
static ServerStartupDaemon ServerStartupDaemonHelper.extract(Any any)
           
static ServerStartupDaemon ServerStartupDaemonHelper.read(InputStream in)
           
static ServerStartupDaemon ServerStartupDaemonHelper.narrow(java.lang.Object obj)
           
static ServerStartupDaemon ServerStartupDaemonHelper.narrow(Object obj)
           
static ServerStartupDaemon ServerStartupDaemonHelper.unchecked_narrow(Object obj)
           
 ServerStartupDaemon ServerStartupDaemonPOATie._this()
           
 ServerStartupDaemon ServerStartupDaemonPOATie._this(ORB orb)
           
 ServerStartupDaemon ServerStartupDaemonPOA._this()
           
 ServerStartupDaemon ServerStartupDaemonPOA._this(ORB orb)
           
 

Methods in org.jacorb.imr with parameters of type ServerStartupDaemon
static void ServerStartupDaemonHelper.insert(Any any, ServerStartupDaemon s)
           
static void ServerStartupDaemonHelper.write(OutputStream _out, ServerStartupDaemon s)
           
 

Constructors in org.jacorb.imr with parameters of type ServerStartupDaemon
HostInfo(java.lang.String name, ServerStartupDaemon ssd_ref, java.lang.String ior_string)
           
ServerStartupDaemonHolder(ServerStartupDaemon initial)