org.oddjob.jmx.server
Interface ServerSession

All Superinterfaces:
ObjectNames
All Known Implementing Classes:
OddjobMBeanFactory

public interface ServerSession
extends ObjectNames


Method Summary
 ObjectName createMBeanFor(Object child, ServerContext childContext)
           
 void destroy(ObjectName childName)
           
 
Methods inherited from interface org.oddjob.jmx.ObjectNames
nameFor, objectFor
 

Method Detail

createMBeanFor

ObjectName createMBeanFor(Object child,
                          ServerContext childContext)
                          throws JMException
Throws:
JMException

destroy

void destroy(ObjectName childName)
             throws JMException
Throws:
JMException