当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 management API Documentation 英文版文档
RARModuleFactory (JBoss/Management API) - JBoss 4.0.1 sp1 management API Documentation 英文版文档
org.jboss.management.j2ee.factory
Class RARModuleFactory
java.lang.Object
org.jboss.management.j2ee.factory.RARModuleFactory
- All Implemented Interfaces:
- ManagedObjectFactory
- public class RARModuleFactory
- extends Object
- implements ManagedObjectFactory
A factory for mapping RARDeployer deployments to ResourceAdaptorModules
- Version:
- $Revision: 1.7 $
- Author:
- Scott.Stark@jboss.org
Method Summary |
javax.management.ObjectName |
create(javax.management.MBeanServer mbeanServer,
Object data)
Create JSR-77 EJBModule |
void |
destroy(javax.management.MBeanServer mbeanServer,
Object data)
Destroy JSR-77 EJBModule |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RARModuleFactory
public RARModuleFactory()
create
public javax.management.ObjectName create(javax.management.MBeanServer mbeanServer,
Object data)
- Create JSR-77 EJBModule
- Specified by:
create
in interface ManagedObjectFactory
- Parameters:
data
- arbitrary data associated with the creation context
destroy
public void destroy(javax.management.MBeanServer mbeanServer,
Object data)
- Destroy JSR-77 EJBModule
- Specified by:
destroy
in interface ManagedObjectFactory
- Parameters:
data
- arbitrary data associated with the creation context
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.