| org.objectweb.jonas.resource.JmxResourceAdapterMBean
All known Subclasses: org.objectweb.jonas.resource.JmxResourceAdapter,
JmxResourceAdapterMBean | public interface JmxResourceAdapterMBean (Code) | | MBean interface 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) |
getEarURL | URL getEarURL()(Code) | | Accessor the URL of the Ear if the resource adapter is in Ear.
URL of the Ear or null |
getFilename | String getFilename()(Code) | | Accessor the filename of the resource adapter.
String the filename |
getJndiName | String getJndiName()(Code) | | return the jndi name
String jndiname |
getProperties | Properties getProperties()(Code) | | return the Adaptator Properties
Properties adaptor properties |
isInEarCase | boolean isInEarCase()(Code) | | Accessor the flag indicating if the resource adapter is in Ear.
boolean Flag if this resource adapter is in Ear |
|
|