org.jboss.invocation.iiop
Class ServantWithMBeanServer

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.jboss.invocation.iiop.ServantWithMBeanServer
Direct Known Subclasses:
EjbHomeCorbaServant (src) , EjbObjectCorbaServant (src)

public abstract class ServantWithMBeanServer
extends org.omg.PortableServer.Servant

Abstract class of a CORBA servant that has a reference to an MBean server.


Constructor Summary
ServantWithMBeanServer()
           
 
Method Summary
abstract  void setMBeanServer(MBeanServer (src)  mbeanServer)
           
 
Methods inherited from class org.omg.PortableServer.Servant
_all_interfaces, _default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServantWithMBeanServer

public ServantWithMBeanServer()
Method Detail

setMBeanServer

public abstract void setMBeanServer(MBeanServer (src)  mbeanServer)