org.jboss.management.j2ee.factory
Class RARModuleFactory

java.lang.Object
  extended by 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.6.2 $
Author:
Scott.Stark@jboss.org

Constructor Summary
RARModuleFactory()
           
 
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
 

Constructor Detail

RARModuleFactory

public RARModuleFactory()
Method Detail

create

public javax.management.ObjectName create(javax.management.MBeanServer mbeanServer,
                                          Object data)
Create JSR-77 EJBModule

Specified by:
create in interface ManagedObjectFactory
Parameters:
server - the MBeanServer context
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:
server - the MBeanServer context
data - arbitrary data associated with the creation context


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