Method Summary |
|
public static synchronized NamingDirector | getInstance() This method returns a reference to the current instancance in memory. |
public String | getInstanceId() This method returns the id for this coadunation instance. |
public String | getJNDIBase() This method returns the JNDI base for this instance. |
public ORB | getORB() Retrieve a reference to the ORB. |
public POA | getPOA() Retrieve a reference to the POA. |
public String | getPrimaryJNDIUrl() This method returns the primary JNDI url. |
public static synchronized NamingDirector | init(CoadunationThreadGroup threadGroup) This method inits the naming director and starts carol. |
public void | initContext() This method is called to init the context for a class loader. |
public boolean | isPrimary() This method returns true if this is a primary. |
public void | releaseContext() This method is called to release the context for class loader. |
public synchronized void | shutdown() |