| org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject org.objectweb.jonas.resource.ResourceAdapter
ResourceAdapter | public class ResourceAdapter extends J2EEManagedObject (Code) | | MBean class for ResourceAdapter management
author: Michel Bruno and Guillaume Riviere
|
ResourceAdapter | public ResourceAdapter(String objectName, Properties prop, String jndiName, String filename, boolean inEarCase, URL earURL, String specVersion)(Code) | | Constructor
Parameters: objectName - String of J2EE Managed Object Parameters: prop - Properties of RAR Parameters: jndiName - String of RAR Parameters: filename - String of RAR filename Parameters: inEarCase - boolean if in an EAR file Parameters: earURL - URL of EAR file Parameters: specVersion - String of spec version |
getEarURL | public URL getEarURL()(Code) | | Accessor the URL of the Ear if the resource adapter is in Ear.
The URL of the Ear or null |
getFileName | public String getFileName()(Code) | | Accessor the filename of the resource adapter.
The filename |
getInEarCase | public boolean getInEarCase()(Code) | | Accessor the flag indicating if the resource adapter is in Ear.
Flag if this resource adapter is in Ear |
getJcaResource | public String getJcaResource()(Code) | | return the jcaResourceObjectName
String jcaResourceObjectName |
getJndiName | public String getJndiName()(Code) | | return the jndi name
String jndi name |
getProperties | public Properties getProperties()(Code) | | return the Adaptor Properties
Properties adaptor properties |
getSpecVersion | public String getSpecVersion()(Code) | | return the specVersion
String specVersion |
setJcaResource | public void setJcaResource(String jcaResourceObjectName)(Code) | | set the jcaResourceObjectName
Parameters: jcaResourceObjectName - to set |
|
|