org.jboss.management.j2ee.factory
Class RARModuleFactory

java.lang.Object
  extended byorg.jboss.management.j2ee.factory.RARModuleFactory
All Implemented Interfaces:
ManagedObjectFactory (src)

public class RARModuleFactory
extends java.lang.Object
implements ManagedObjectFactory (src)

A factory for mapping RARDeployer deployments to ResourceAdaptorModules


Constructor Summary
RARModuleFactory()
           
 
Method Summary
 ObjectName (src) create(MBeanServer (src)  mbeanServer, java.lang.Object data)
          Create JSR-77 EJBModule
 void destroy(MBeanServer (src)  mbeanServer, java.lang.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 ObjectName (src)  create(MBeanServer (src)  mbeanServer,
                         java.lang.Object data)
Create JSR-77 EJBModule

Specified by:
create in interface ManagedObjectFactory (src)
Parameters:
data - arbitrary data associated with the creation context

destroy

public void destroy(MBeanServer (src)  mbeanServer,
                    java.lang.Object data)
Destroy JSR-77 EJBModule

Specified by:
destroy in interface ManagedObjectFactory (src)
Parameters:
data - arbitrary data associated with the creation context