| java.lang.Object org.objectweb.jonas.resource.JmxResourceAdapter
JmxResourceAdapter | public class JmxResourceAdapter implements JmxResourceAdapterMBean(Code) | | MBean class for general Resource Management
MBean type: Standard
MBean model: delegate
author: Michel Bruno and Guillaume Riviere
author: Contributor Michel-Ange Anton (add 'filename', 'inEarCase', 'earURL' properties) |
JmxResourceAdapter | public JmxResourceAdapter(Properties prop, String jndiname, String filename, boolean inEarCase, URL earURL)(Code) | | Constructor
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 |
getEarURL | public URL getEarURL()(Code) | | Accessor the URL of the Ear if the resource adapter is in Ear.
URL of the Ear or null |
getFilename | public String getFilename()(Code) | | Accessor the filename of the resource adapter.
String the filename |
getJndiName | public String getJndiName()(Code) | | return the jndi name
String jndiname |
getProperties | public Properties getProperties()(Code) | | return the Adaptor Properties
Properties adaptor properties |
isInEarCase | public boolean isInEarCase()(Code) | | Accessor the flag indicating if the resource adapter is in Ear.
boolean Flag if this resource adapter is in Ear |
|
|