|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_rar.deployment.xml.Resourceadapter
This class defines the implementation of the element resourceadapter
| Constructor Summary | |
Resourceadapter()
Constructor |
|
| Method Summary | |
void |
addAdminobject(Adminobject adminobject)
Add a new adminobject element to this object |
void |
addAuthenticationMechanism(AuthenticationMechanism authenticationMechanism)
Add a new authentication-mechanism element to this object |
void |
addConfigProperty(ConfigProperty configProperty)
Add a new config-property element to this object |
void |
addSecurityPermission(SecurityPermission securityPermission)
Add a new security-permission element to this object |
JLinkedList |
getAdminobjectList()
Gets the adminobject |
JLinkedList |
getAuthenticationMechanismList()
Gets the authentication-mechanism |
JLinkedList |
getConfigPropertyList()
Gets the config-property |
java.lang.String |
getConnectionfactoryImplClass()
Gets the connectionfactory-impl-class |
java.lang.String |
getConnectionfactoryInterface()
Gets the connectionfactory-interface |
java.lang.String |
getConnectionImplClass()
Gets the connection-impl-class |
java.lang.String |
getConnectionInterface()
Gets the connection-interface |
InboundResourceadapter |
getInboundResourceadapter()
Gets the inbound-resourceadapter |
java.lang.String |
getManagedconnectionfactoryClass()
Gets the managedconnectionfactory-class |
OutboundResourceadapter |
getOutboundResourceadapter()
Gets the outbound-resourceadapter |
java.lang.String |
getReauthenticationSupport()
Gets the reauthentication-support |
java.lang.String |
getResourceadapterClass()
Gets the resourceadapter-class |
JLinkedList |
getSecurityPermissionList()
Gets the security-permission |
java.lang.String |
getTransactionSupport()
Gets the transaction-support |
void |
setAdminobjectList(JLinkedList adminobjectList)
Set the adminobject |
void |
setAuthenticationMechanismList(JLinkedList authenticationMechanismList)
Set the authentication-mechanism |
void |
setConfigPropertyList(JLinkedList configPropertyList)
Set the config-property |
void |
setConnectionfactoryImplClass(java.lang.String connectionfactoryImplClass)
Set the connectionfactory-impl-class |
void |
setConnectionfactoryInterface(java.lang.String connectionfactoryInterface)
Set the connectionfactory-interface |
void |
setConnectionImplClass(java.lang.String connectionImplClass)
Set the connection-impl-class |
void |
setConnectionInterface(java.lang.String connectionInterface)
Set the connection-interface |
void |
setInboundResourceadapter(InboundResourceadapter inboundResourceadapter)
Set the inbound-resourceadapter |
void |
setManagedconnectionfactoryClass(java.lang.String managedconnectionfactoryClass)
Set the managedconnectionfactory-class |
void |
setOutboundResourceadapter(OutboundResourceadapter outboundResourceadapter)
Set the outbound-resourceadapter |
void |
setReauthenticationSupport(java.lang.String reauthenticationSupport)
Set the reauthentication-support |
void |
setResourceadapterClass(java.lang.String resourceadapterClass)
Set the resourceadapter-class |
void |
setSecurityPermissionList(JLinkedList securityPermissionList)
Set the security-permission |
void |
setTransactionSupport(java.lang.String transactionSupport)
Set the transaction-support |
java.lang.String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Resourceadapter()
| Method Detail |
public java.lang.String getResourceadapterClass()
public void setResourceadapterClass(java.lang.String resourceadapterClass)
resourceadapterClass - resourceadapterClasspublic java.lang.String getManagedconnectionfactoryClass()
public void setManagedconnectionfactoryClass(java.lang.String managedconnectionfactoryClass)
managedconnectionfactoryClass - managedconnectionfactoryClasspublic java.lang.String getConnectionfactoryInterface()
public void setConnectionfactoryInterface(java.lang.String connectionfactoryInterface)
connectionfactoryInterface - connectionfactoryInterfacepublic java.lang.String getConnectionfactoryImplClass()
public void setConnectionfactoryImplClass(java.lang.String connectionfactoryImplClass)
connectionfactoryImplClass - connectionfactoryImplClasspublic java.lang.String getConnectionInterface()
public void setConnectionInterface(java.lang.String connectionInterface)
connectionInterface - connectionInterfacepublic java.lang.String getConnectionImplClass()
public void setConnectionImplClass(java.lang.String connectionImplClass)
connectionImplClass - connectionImplClasspublic java.lang.String getTransactionSupport()
public void setTransactionSupport(java.lang.String transactionSupport)
transactionSupport - transactionSupportpublic JLinkedList getConfigPropertyList()
public void setConfigPropertyList(JLinkedList configPropertyList)
configPropertyList - configPropertypublic void addConfigProperty(ConfigProperty configProperty)
configProperty - the configPropertyobjectpublic JLinkedList getAuthenticationMechanismList()
public void setAuthenticationMechanismList(JLinkedList authenticationMechanismList)
authenticationMechanismList - authenticationMechanismpublic void addAuthenticationMechanism(AuthenticationMechanism authenticationMechanism)
authenticationMechanism - the authenticationMechanismobjectpublic OutboundResourceadapter getOutboundResourceadapter()
public void setOutboundResourceadapter(OutboundResourceadapter outboundResourceadapter)
outboundResourceadapter - outboundResourceadapterpublic InboundResourceadapter getInboundResourceadapter()
public void setInboundResourceadapter(InboundResourceadapter inboundResourceadapter)
inboundResourceadapter - inboundResourceadapterpublic JLinkedList getAdminobjectList()
public void setAdminobjectList(JLinkedList adminobjectList)
adminobjectList - adminobjectpublic void addAdminobject(Adminobject adminobject)
adminobject - the adminobjectobjectpublic java.lang.String getReauthenticationSupport()
public void setReauthenticationSupport(java.lang.String reauthenticationSupport)
reauthenticationSupport - reauthenticationSupportpublic JLinkedList getSecurityPermissionList()
public void setSecurityPermissionList(JLinkedList securityPermissionList)
securityPermissionList - securityPermissionpublic void addSecurityPermission(SecurityPermission securityPermission)
securityPermission - the securityPermissionobjectpublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prefixing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||