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

RMIIIOPResourceFactory (JBoss/Management API) - JBoss 4.0.1 sp1 management API Documentation 英文版文档


org.jboss.management.j2ee.factory
Class RMIIIOPResourceFactory

java.lang.Object
  extended byorg.jboss.management.j2ee.factory.RMIIIOPResourceFactory
All Implemented Interfaces:
ManagedObjectFactory

public class RMIIIOPResourceFactory
extends Object
implements ManagedObjectFactory

The factory for the JSR77.3.31 RMI_IIOPResource model objects

Version:
$Revision: 1.4 $
Author:
Scott.Stark@jboss.org

Constructor Summary
RMIIIOPResourceFactory()
           
 
Method Summary
 javax.management.ObjectName create(javax.management.MBeanServer server, Object data)
          Creates a RMI_IIOPResource given an MBeanServerNotification
 void destroy(javax.management.MBeanServer server, Object data)
          Destroys a RMI_IIOPResource given an MBeanServerNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMIIIOPResourceFactory

public RMIIIOPResourceFactory()
Method Detail

create

public javax.management.ObjectName create(javax.management.MBeanServer server,
                                          Object data)
Creates a RMI_IIOPResource given an MBeanServerNotification

Specified by:
create in interface ManagedObjectFactory
Parameters:
server -
data - A MBeanServerNotification
Returns:
the RMI_IIOPResource ObjectName

destroy

public void destroy(javax.management.MBeanServer server,
                    Object data)
Destroys a RMI_IIOPResource given an MBeanServerNotification

Specified by:
destroy in interface ManagedObjectFactory
Parameters:
server -
data - A MBeanServerNotification


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