Interface | Description |
---|---|
EventMgr |
A plugin for the manager which dispatches EventContext events to listeners
|
MainMBean |
The Mbean interface for the jnp provider server.
|
NamingBean |
Interface for the Main naming pojo.
|
Class | Description |
---|---|
EventListenerInfo |
Encapsulation of the NamingListener, scope and EventContext the listener
registered with.
|
EventListeners | |
ExecutorEventMgr |
An EventMgr implementation that uses an Executor to dispatch the events
in the background.
|
Main |
A main() entry point for running the jnp naming service implementation as
a standalone process.
|
NamingBeanImpl |
A naming pojo that wraps the Naming server implementation.
|
NamingServer |
The in memory JNDI naming server implementation class.
|
NamingServerWrapper |
A delegating wrapper that can be used to create a unique rmi server endpoint
that shares the an underlying Naming server implementation.
|
SingletonNamingServer |
An extension of the NamingServer that installs itself as the
NamingContext.setLocal(org.jnp.interfaces.Naming) instancee used
as the JVM local server. |
ThreadPoolToExecutor |
Adapts the legacy ThreadPool to an Executor
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.