Uses of Interface
org.jnp.server.EventMgr

Packages that use EventMgr
org.jnp.server   
 

Uses of EventMgr in org.jnp.server
 

Classes in org.jnp.server that implement EventMgr
 class ExecutorEventMgr
          An EventMgr implementation that uses an Executor to dispatch the events in the background.
 

Methods in org.jnp.server that return EventMgr
 EventMgr NamingBeanImpl.getEventMgr()
           
 

Methods in org.jnp.server with parameters of type EventMgr
 void NamingBeanImpl.setEventMgr(EventMgr eventMgr)
           
 

Constructors in org.jnp.server with parameters of type EventMgr
NamingServer(Name prefix, NamingServer parent, EventMgr eventMgr)
           
NamingServer(Name prefix, NamingServer parent, EventMgr eventMgr, SecurityManager secMgr)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.