|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.NotificationBroadcasterSupport
org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter
org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
org.objectweb.jonas.resource.mbean.ResourceAdapter
public class ResourceAdapter
MBean class for ResourceAdapter management
Field Summary |
---|
Fields inherited from class org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject |
---|
J2EE_TYPE_APPLICATION, J2EE_TYPE_SERVER, NAME |
Fields inherited from class org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter |
---|
RECONFIG_TYPE, SAVE_RECONFIG_TYPE |
Constructor Summary | |
---|---|
ResourceAdapter(String objectName,
Properties prop,
String jndiName,
String filename,
boolean inEarCase,
URL earURL,
String specVersion)
Constructor |
Method Summary | |
---|---|
URL |
getEarURL()
Accessor the URL of the Ear if the resource adapter is in Ear. |
String |
getFileName()
Accessor the filename of the resource adapter. |
boolean |
getInEarCase()
Accessor the flag indicating if the resource adapter is in Ear. |
String |
getJcaResource()
return the jcaResourceObjectName |
String |
getJndiName()
return the jndi name |
Properties |
getProperties()
return the Adaptor Properties |
String |
getResourceAdapterClassname()
|
String |
getSpecVersion()
return the specVersion |
void |
setJcaResource(String jcaResourceObjectName)
set the jcaResourceObjectName |
void |
setResourceAdapterClassname(String resourceAdapterClassname)
|
Methods inherited from class org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject |
---|
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider |
Methods inherited from class org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter |
---|
initLogger, sendReconfigNotification, sendSaveNotification |
Methods inherited from class javax.management.NotificationBroadcasterSupport |
---|
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceAdapter(String objectName, Properties prop, String jndiName, String filename, boolean inEarCase, URL earURL, String specVersion)
objectName
- String of J2EE Managed Objectprop
- Properties of RARjndiName
- String of RARfilename
- String of RAR filenameinEarCase
- boolean if in an EAR fileearURL
- URL of EAR filespecVersion
- String of spec versionMethod Detail |
---|
public Properties getProperties()
public String getJndiName()
public String getFileName()
public boolean getInEarCase()
public URL getEarURL()
public String getJcaResource()
public String getSpecVersion()
public void setJcaResource(String jcaResourceObjectName)
jcaResourceObjectName
- to setpublic String getResourceAdapterClassname()
public void setResourceAdapterClassname(String resourceAdapterClassname)
resourceAdapterClassname
- the ra classname.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |