|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.deployment.common.xml.AbsElement
org.ow2.jonas.deployment.rar.xml.Resourceadapter
public class 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 |
String |
getConnectionfactoryImplClass()
Gets the connectionfactory-impl-class |
String |
getConnectionfactoryInterface()
Gets the connectionfactory-interface |
String |
getConnectionImplClass()
Gets the connection-impl-class |
String |
getConnectionInterface()
Gets the connection-interface |
InboundResourceadapter |
getInboundResourceadapter()
Gets the inbound-resourceadapter |
String |
getManagedconnectionfactoryClass()
Gets the managedconnectionfactory-class |
OutboundResourceadapter |
getOutboundResourceadapter()
Gets the outbound-resourceadapter |
String |
getReauthenticationSupport()
Gets the reauthentication-support |
String |
getResourceadapterClass()
Gets the resourceadapter-class |
JLinkedList |
getSecurityPermissionList()
Gets the security-permission |
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(String connectionfactoryImplClass)
Set the connectionfactory-impl-class |
void |
setConnectionfactoryInterface(String connectionfactoryInterface)
Set the connectionfactory-interface |
void |
setConnectionImplClass(String connectionImplClass)
Set the connection-impl-class |
void |
setConnectionInterface(String connectionInterface)
Set the connection-interface |
void |
setInboundResourceadapter(InboundResourceadapter inboundResourceadapter)
Set the inbound-resourceadapter |
void |
setManagedconnectionfactoryClass(String managedconnectionfactoryClass)
Set the managedconnectionfactory-class |
void |
setOutboundResourceadapter(OutboundResourceadapter outboundResourceadapter)
Set the outbound-resourceadapter |
void |
setReauthenticationSupport(String reauthenticationSupport)
Set the reauthentication-support |
void |
setResourceadapterClass(String resourceadapterClass)
Set the resourceadapter-class |
void |
setSecurityPermissionList(JLinkedList securityPermissionList)
Set the security-permission |
void |
setTransactionSupport(String transactionSupport)
Set the transaction-support |
String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.ow2.jonas.deployment.common.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 String getResourceadapterClass()
public void setResourceadapterClass(String resourceadapterClass)
resourceadapterClass - resourceadapterClasspublic String getManagedconnectionfactoryClass()
public void setManagedconnectionfactoryClass(String managedconnectionfactoryClass)
managedconnectionfactoryClass - managedconnectionfactoryClasspublic String getConnectionfactoryInterface()
public void setConnectionfactoryInterface(String connectionfactoryInterface)
connectionfactoryInterface - connectionfactoryInterfacepublic String getConnectionfactoryImplClass()
public void setConnectionfactoryImplClass(String connectionfactoryImplClass)
connectionfactoryImplClass - connectionfactoryImplClasspublic String getConnectionInterface()
public void setConnectionInterface(String connectionInterface)
connectionInterface - connectionInterfacepublic String getConnectionImplClass()
public void setConnectionImplClass(String connectionImplClass)
connectionImplClass - connectionImplClasspublic String getTransactionSupport()
public void setTransactionSupport(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 String getReauthenticationSupport()
public void setReauthenticationSupport(String reauthenticationSupport)
reauthenticationSupport - reauthenticationSupportpublic JLinkedList getSecurityPermissionList()
public void setSecurityPermissionList(JLinkedList securityPermissionList)
securityPermissionList - securityPermissionpublic void addSecurityPermission(SecurityPermission securityPermission)
securityPermission - the securityPermissionobjectpublic 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 | |||||||||