当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 management API Documentation 英文版文档
JCAResourceFactory (JBoss/Management API) - JBoss 4.0.1 sp1 management API Documentation 英文版文档
org.jboss.management.j2ee.factory
Class JCAResourceFactory
java.lang.Object
org.jboss.management.j2ee.factory.JCAResourceFactory
- All Implemented Interfaces:
- ManagedObjectFactory
- public class JCAResourceFactory
- extends Object
- implements ManagedObjectFactory
A factory for mapping DataSourceDeployer deployments to JCAResource
- Version:
- $Revision: 1.6.6.1 $
- Author:
- Scott.Stark@jboss.org
Method Summary |
javax.management.ObjectName |
create(javax.management.MBeanServer mbeanServer,
Object data)
Creates a JCAResource |
void |
destroy(javax.management.MBeanServer mbeanServer,
Object data)
Destroys the JCAResource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCAResourceFactory
public JCAResourceFactory()
create
public javax.management.ObjectName create(javax.management.MBeanServer mbeanServer,
Object data)
- Creates a JCAResource
- Specified by:
create
in interface ManagedObjectFactory
- Parameters:
mbeanServer
- data
- A MBeanServerNotification
- Returns:
- the JCAResource ObjectName
destroy
public void destroy(javax.management.MBeanServer mbeanServer,
Object data)
- Destroys the JCAResource
- Specified by:
destroy
in interface ManagedObjectFactory
- Parameters:
mbeanServer
- data
- A MBeanServerNotification
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.