org.jnp.server |
|
Java Source File Name | Type | Comment |
Main.java | Class | A main() entry point for running the jnp naming service implementation as
a standalone process. |
MainMBean.java | Interface | The Mbean interface for the jnp provider server. |
NamingBean.java | Interface | Interface for the Main naming pojo. |
NamingBeanImpl.java | Class | A naming pojo that wraps the Naming server implementation. |
NamingServer.java | Class | The JNDI naming server implementation class. |
NamingServerWrapper.java | Class | A delegating wrapper that can be used to create a unique rmi server endpoint
that shares the an underlying Naming server implementation. |