org.objectweb.jonas.resource
Class JmxResourceAdapter

java.lang.Object
  |
  +--org.objectweb.jonas.resource.JmxResourceAdapter
All Implemented Interfaces:
JmxResourceAdapterMBean

public class JmxResourceAdapter
extends java.lang.Object
implements JmxResourceAdapterMBean

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


Constructor Summary
JmxResourceAdapter(java.util.Properties prop, java.lang.String jndiname)
           
 
Method Summary
 java.lang.String getJndiName()
          return the jndi name
 java.util.Properties getProperties()
          return the Adaptator Properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxResourceAdapter

public JmxResourceAdapter(java.util.Properties prop,
                          java.lang.String jndiname)
Method Detail

getProperties

public java.util.Properties getProperties()
return the Adaptator Properties
Specified by:
getProperties in interface JmxResourceAdapterMBean

getJndiName

public java.lang.String getJndiName()
return the jndi name
Specified by:
getJndiName in interface JmxResourceAdapterMBean