站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 iiop API Documentation 英文版文档

ServantWithMBeanServer (JBoss IIOP Plugin API) - JBoss 4.0.1 sp1 iiop API Documentation 英文版文档


org.jboss.invocation.iiop
Class ServantWithMBeanServer

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

public abstract class ServantWithMBeanServer
extends Servant

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

Version:
$Revision: 1.1 $
Author:
Francisco Reverbel

Constructor Summary
ServantWithMBeanServer()
           
 
Method Summary
abstract  void setMBeanServer(javax.management.MBeanServer 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(javax.management.MBeanServer mbeanServer)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.