org.objectweb.jonas.resource.JmxResourceAdapter Class Reference

Inherits org.objectweb.jonas.resource.JmxResourceAdapterMBean.

Inheritance diagram for org.objectweb.jonas.resource.JmxResourceAdapter:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas.resource.JmxResourceAdapter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 JmxResourceAdapter (Properties prop, String jndiname, String filename, boolean inEarCase, URL earURL)
Properties getProperties ()
String getJndiName ()
String getFilename ()
boolean isInEarCase ()
URL getEarURL ()

Detailed Description

MBean class 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)

Definition at line 44 of file JmxResourceAdapter.java.


Constructor & Destructor Documentation

org.objectweb.jonas.resource.JmxResourceAdapter.JmxResourceAdapter Properties  prop,
String  jndiname,
String  filename,
boolean  inEarCase,
URL  earURL
 

Constructor

Parameters:
prop Properties of RAR
jndiname String of RAR
filename String of RAR filename
inEarCase boolean if in an EAR file
earURL URL of EAR file

Definition at line 75 of file JmxResourceAdapter.java.


Member Function Documentation

URL org.objectweb.jonas.resource.JmxResourceAdapter.getEarURL  ) 
 

Accessor the URL of the Ear if the resource adapter is in Ear.

Returns:
URL of the Ear or null

Implements org.objectweb.jonas.resource.JmxResourceAdapterMBean.

Definition at line 125 of file JmxResourceAdapter.java.

String org.objectweb.jonas.resource.JmxResourceAdapter.getFilename  ) 
 

Accessor the filename of the resource adapter.

Returns:
String the filename

Implements org.objectweb.jonas.resource.JmxResourceAdapterMBean.

Definition at line 109 of file JmxResourceAdapter.java.

String org.objectweb.jonas.resource.JmxResourceAdapter.getJndiName  ) 
 

return the jndi name

Returns:
String jndiname

Implements org.objectweb.jonas.resource.JmxResourceAdapterMBean.

Definition at line 101 of file JmxResourceAdapter.java.

Properties org.objectweb.jonas.resource.JmxResourceAdapter.getProperties  ) 
 

return the Adaptor Properties

Returns:
Properties adaptor properties

Implements org.objectweb.jonas.resource.JmxResourceAdapterMBean.

Definition at line 93 of file JmxResourceAdapter.java.

boolean org.objectweb.jonas.resource.JmxResourceAdapter.isInEarCase  ) 
 

Accessor the flag indicating if the resource adapter is in Ear.

Returns:
boolean Flag if this resource adapter is in Ear

Implements org.objectweb.jonas.resource.JmxResourceAdapterMBean.

Definition at line 117 of file JmxResourceAdapter.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:07:21 2005 for JOnAS by  doxygen 1.3.9.1