| org.jboss.management.j2ee.J2EEManagedObject org.jboss.management.j2ee.J2EEDeployedObject org.jboss.management.j2ee.J2EEModule org.jboss.management.j2ee.ResourceAdapterModule
Constructor Summary | |
public | ResourceAdapterModule(String rarName, ObjectName jsr77ParentName, String[] pJVMs, String pDeploymentDescriptor) Constructor taking the Name of this Object
Parameters: rarName - Name to be set which must not be null Parameters: jsr77ParentName - ObjectName of the Parent this Module belongstoo. |
ResourceAdapterModule | public ResourceAdapterModule(String rarName, ObjectName jsr77ParentName, String[] pJVMs, String pDeploymentDescriptor) throws MalformedObjectNameException, InvalidParentException(Code) | | Constructor taking the Name of this Object
Parameters: rarName - Name to be set which must not be null Parameters: jsr77ParentName - ObjectName of the Parent this Module belongstoo. Either it is a J2EEApplication or J2EEServerif a standalone module. Parameters: pDeploymentDescriptor - throws: InvalidParameterException - If the given Name is null |
create | public static ObjectName create(MBeanServer mbeanServer, String earName, String rarName, URL pURL)(Code) | | Creates the JSR-77 EJBModule
Parameters: mbeanServer - MBeanServer the EJBModule is created on Parameters: earName - the ear name unless null which indicates a standalone module (no EAR) Parameters: rarName - the RAR name Parameters: pURL - URL path to the local deployment of the module (where to find the DD file) the JSR77 ObjectName of the RARModule |
destroy | public static void destroy(MBeanServer mbeanServer, ObjectName jsr77Name)(Code) | | Destroyes the given JSR-77 RARModule
Parameters: mbeanServer - The JMX MBeanServer the desired RARModule is registered on Parameters: jsr77Name - the JSR77 RARModule component ObjectName |
getParentKeys | protected Hashtable getParentKeys(ObjectName jsr77ParentName)(Code) | | Parameters: jsr77ParentName - the WebModule parent's JSR77 ObjectName A hashtable with the J2EE-Application and J2EE-Server as parent |
getresourceAdapter | public String getresourceAdapter(int pIndex)(Code) | | |
getresourceAdapters | public String[] getresourceAdapters()(Code) | | |
|
|