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