org.objectweb.jonas.resource
Interface JmxResourceAdapterMBean

All Known Implementing Classes:
JmxResourceAdapter

public interface JmxResourceAdapterMBean

MBean interface for general Resource Management MBean type: Standard MBean model: delegate

Author:
Michel Bruno and Guillaume Riviere
Contributor Michel-Ange Anton (add 'filename', 'inEarCase', 'earURL' properties)

Method Summary
 java.net.URL getEarURL()
          Accessor the URL of the Ear if the resource adapter is in Ear.
 java.lang.String getFilename()
          Accessor the filename of the resource adapter.
 java.lang.String getJndiName()
          return the jndi name
 java.util.Properties getProperties()
          return the Adaptator Properties
 boolean isInEarCase()
          Accessor the flag indicating if the resource adapter is in Ear.
 

Method Detail

getProperties

public java.util.Properties getProperties()
return the Adaptator Properties

Returns:
Properties adaptor properties

getJndiName

public java.lang.String getJndiName()
return the jndi name

Returns:
String jndiname

getFilename

public java.lang.String getFilename()
Accessor the filename of the resource adapter.

Returns:
String the filename

isInEarCase

public boolean isInEarCase()
Accessor the flag indicating if the resource adapter is in Ear.

Returns:
boolean Flag if this resource adapter is in Ear

getEarURL

public java.net.URL getEarURL()
Accessor the URL of the Ear if the resource adapter is in Ear.

Returns:
URL of the Ear or null