|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resource.RARMetaData
Represents the metadata present in a resource adapter deployment descriptor.
RARDeployer
Nested Class Summary | |
class |
RARMetaData.Property
|
Field Summary | |
static int |
TX_SUPPORT_LOCAL
|
static int |
TX_SUPPORT_NO
|
static int |
TX_SUPPORT_XA
|
Constructor Summary | |
RARMetaData()
|
Method Summary | |
String |
getAuthMechType()
Gets the AuthMechType attribute of the RARMetaData object |
ClassLoader |
getClassLoader()
The class loader to use for the resource adapter's classes |
String |
getDisplayName()
Gets the DisplayName attribute of the RARMetaData object |
String |
getManagedConnectionFactoryClass()
Gets the ManagedConnectionFactoryClass attribute of the RARMetaData object |
Map |
getProperties()
Gets the Properties attribute of the RARMetaData object |
String |
getPropertyType(String name)
Gets the PropertyType attribute of the RARMetaData object |
boolean |
getReauthenticationSupport()
Gets the ReauthenticationSupport attribute of the RARMetaData object |
Element |
getResourceAdapterElement()
|
int |
getTransactionSupport()
Gets the type of transactions supported by the resource adapter. |
void |
importXml(Element root)
#Description of the Method |
void |
setClassLoader(ClassLoader cl)
Sets the ClassLoader attribute of the RARMetaData object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TX_SUPPORT_NO
public static final int TX_SUPPORT_LOCAL
public static final int TX_SUPPORT_XA
Constructor Detail |
public RARMetaData()
Method Detail |
public void setClassLoader(ClassLoader cl)
cl
- The new ClassLoader valuepublic Element getResourceAdapterElement()
public ClassLoader getClassLoader()
public String getDisplayName()
public String getManagedConnectionFactoryClass()
public int getTransactionSupport()
TX_SUPPORT_*
constantspublic Map getProperties()
public String getPropertyType(String name)
name
- Description of Parameter
public String getAuthMechType()
public boolean getReauthenticationSupport()
public void importXml(Element root) throws org.jboss.deployment.DeploymentException
importXml
in interface org.jboss.metadata.XmlLoadable
root
- Description of Parameter
org.jboss.deployment.DeploymentException
- Description of Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |