Uses of Class
com.sun.corba.ee.spi.trace.OrbLifeCycle
-
Packages that use OrbLifeCycle Package Description com.sun.corba.ee.impl.orb com.sun.corba.ee.spi.orb -
-
Uses of OrbLifeCycle in com.sun.corba.ee.impl.orb
Classes in com.sun.corba.ee.impl.orb with annotations of type OrbLifeCycle Modifier and Type Class Description class
ORBImpl
The JavaIDL ORB implementation.Methods in com.sun.corba.ee.impl.orb with annotations of type OrbLifeCycle Modifier and Type Method Description void
ORBImpl. destroy()
formal/99-10-07 p 159: "If destroy is called on an ORB that has not been shut down, it will start the shutdown process and block until the ORB has shut down before it destroys the ORB."private void
ORBImpl. initManagedObjectManager()
private void
ORBImpl. postInit(java.lang.String[] params, DataCollector dataCollector)
protected void
ORBImpl. set_parameters(java.applet.Applet app, java.util.Properties props)
void
ORBImpl. set_parameters(java.util.Properties props)
void
ORBImpl. shutdown(boolean wait_for_completion)
protected void
ORBImpl. shutdownServants(boolean wait_for_completion)
-
Uses of OrbLifeCycle in com.sun.corba.ee.spi.orb
Classes in com.sun.corba.ee.spi.orb with annotations of type OrbLifeCycle Modifier and Type Class Description class
ORB
Fields in com.sun.corba.ee.spi.orb with annotations of type OrbLifeCycle Modifier and Type Field Description boolean
ORB. orbLifecycleDebugFlag
Methods in com.sun.corba.ee.spi.orb with annotations of type OrbLifeCycle Modifier and Type Method Description void
ORB. createORBManagedObjectManager()
-