|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.test.impl.connector10.ResourceadapterImpl<T>
public class ResourceadapterImpl<T>
This class implements the resourceadapter
xsd type
Constructor Summary | |
---|---|
ResourceadapterImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node)
|
|
ResourceadapterImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
|
Method Summary | |
---|---|
Resourceadapter<T> |
connectionfactoryImplClass(String connectionfactoryImplClass)
Sets the connectionfactory-impl-class element |
Resourceadapter<T> |
connectionfactoryInterface(String connectionfactoryInterface)
Sets the connectionfactory-interface element |
Resourceadapter<T> |
connectionImplClass(String connectionImplClass)
Sets the connection-impl-class element |
Resourceadapter<T> |
connectionInterface(String connectionInterface)
Sets the connection-interface element |
AuthenticationMechanism<Resourceadapter<T>> |
createAuthenticationMechanism()
Creates a new authentication-mechanism element |
ConfigProperty<Resourceadapter<T>> |
createConfigProperty()
Creates a new config-property element |
SecurityPermission<Resourceadapter<T>> |
createSecurityPermission()
Creates a new security-permission element |
List<AuthenticationMechanism<Resourceadapter<T>>> |
getAllAuthenticationMechanism()
Returns all authentication-mechanism elements |
List<ConfigProperty<Resourceadapter<T>>> |
getAllConfigProperty()
Returns all config-property elements |
List<SecurityPermission<Resourceadapter<T>>> |
getAllSecurityPermission()
Returns all security-permission elements |
String |
getConnectionfactoryImplClass()
Returns the connectionfactory-impl-class element |
String |
getConnectionfactoryInterface()
Returns the connectionfactory-interface element |
String |
getConnectionImplClass()
Returns the connection-impl-class element |
String |
getConnectionInterface()
Returns the connection-interface element |
String |
getManagedconnectionfactoryClass()
Returns the managedconnectionfactory-class element |
AuthenticationMechanism<Resourceadapter<T>> |
getOrCreateAuthenticationMechanism()
If not already created, a new authentication-mechanism element will be created and returned. |
ConfigProperty<Resourceadapter<T>> |
getOrCreateConfigProperty()
If not already created, a new config-property element will be created and returned. |
SecurityPermission<Resourceadapter<T>> |
getOrCreateSecurityPermission()
If not already created, a new security-permission element will be created and returned. |
String |
getReauthenticationSupport()
Returns the reauthentication-support element |
String |
getTransactionSupport()
Returns the transaction-support element |
Resourceadapter<T> |
managedconnectionfactoryClass(String managedconnectionfactoryClass)
Sets the managedconnectionfactory-class element |
Resourceadapter<T> |
reauthenticationSupport(String reauthenticationSupport)
Sets the reauthentication-support element |
Resourceadapter<T> |
removeAllAuthenticationMechanism()
Removes all authentication-mechanism elements |
Resourceadapter<T> |
removeAllConfigProperty()
Removes all config-property elements |
Resourceadapter<T> |
removeAllSecurityPermission()
Removes all security-permission elements |
Resourceadapter<T> |
removeConnectionfactoryImplClass()
Removes the connectionfactory-impl-class element |
Resourceadapter<T> |
removeConnectionfactoryInterface()
Removes the connectionfactory-interface element |
Resourceadapter<T> |
removeConnectionImplClass()
Removes the connection-impl-class element |
Resourceadapter<T> |
removeConnectionInterface()
Removes the connection-interface element |
Resourceadapter<T> |
removeManagedconnectionfactoryClass()
Removes the managedconnectionfactory-class element |
Resourceadapter<T> |
removeReauthenticationSupport()
Removes the reauthentication-support element |
Resourceadapter<T> |
removeTransactionSupport()
Removes the transaction-support element |
Resourceadapter<T> |
transactionSupport(String transactionSupport)
Sets the transaction-support element |
T |
up()
Returns the parent of this Child |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceadapterImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public ResourceadapterImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
Method Detail |
---|
public T up()
Child
Child
up
in interface Child<T>
Child
public Resourceadapter<T> connectionInterface(String connectionInterface)
connection-interface
element
connectionInterface
in interface Resourceadapter<T>
connectionInterface
- the value for the element connection-interface
Resourceadapter
public String getConnectionInterface()
connection-interface
element
getConnectionInterface
in interface Resourceadapter<T>
connection-interface
public Resourceadapter<T> removeConnectionInterface()
connection-interface
element
removeConnectionInterface
in interface Resourceadapter<T>
Resourceadapter
public ConfigProperty<Resourceadapter<T>> getOrCreateConfigProperty()
config-property
element will be created and returned.
Otherwise, the first existing config-property
element will be returned.
getOrCreateConfigProperty
in interface Resourceadapter<T>
config-property
public ConfigProperty<Resourceadapter<T>> createConfigProperty()
config-property
element
createConfigProperty
in interface Resourceadapter<T>
ConfigProperty>
public List<ConfigProperty<Resourceadapter<T>>> getAllConfigProperty()
config-property
elements
getAllConfigProperty
in interface Resourceadapter<T>
config-property
public Resourceadapter<T> removeAllConfigProperty()
config-property
elements
removeAllConfigProperty
in interface Resourceadapter<T>
ConfigProperty>
public Resourceadapter<T> connectionImplClass(String connectionImplClass)
connection-impl-class
element
connectionImplClass
in interface Resourceadapter<T>
connectionImplClass
- the value for the element connection-impl-class
Resourceadapter
public String getConnectionImplClass()
connection-impl-class
element
getConnectionImplClass
in interface Resourceadapter<T>
connection-impl-class
public Resourceadapter<T> removeConnectionImplClass()
connection-impl-class
element
removeConnectionImplClass
in interface Resourceadapter<T>
Resourceadapter
public Resourceadapter<T> connectionfactoryInterface(String connectionfactoryInterface)
connectionfactory-interface
element
connectionfactoryInterface
in interface Resourceadapter<T>
connectionfactoryInterface
- the value for the element connectionfactory-interface
Resourceadapter
public String getConnectionfactoryInterface()
connectionfactory-interface
element
getConnectionfactoryInterface
in interface Resourceadapter<T>
connectionfactory-interface
public Resourceadapter<T> removeConnectionfactoryInterface()
connectionfactory-interface
element
removeConnectionfactoryInterface
in interface Resourceadapter<T>
Resourceadapter
public Resourceadapter<T> reauthenticationSupport(String reauthenticationSupport)
reauthentication-support
element
reauthenticationSupport
in interface Resourceadapter<T>
reauthenticationSupport
- the value for the element reauthentication-support
Resourceadapter
public String getReauthenticationSupport()
reauthentication-support
element
getReauthenticationSupport
in interface Resourceadapter<T>
reauthentication-support
public Resourceadapter<T> removeReauthenticationSupport()
reauthentication-support
element
removeReauthenticationSupport
in interface Resourceadapter<T>
Resourceadapter
public AuthenticationMechanism<Resourceadapter<T>> getOrCreateAuthenticationMechanism()
authentication-mechanism
element will be created and returned.
Otherwise, the first existing authentication-mechanism
element will be returned.
getOrCreateAuthenticationMechanism
in interface Resourceadapter<T>
authentication-mechanism
public AuthenticationMechanism<Resourceadapter<T>> createAuthenticationMechanism()
authentication-mechanism
element
createAuthenticationMechanism
in interface Resourceadapter<T>
AuthenticationMechanism>
public List<AuthenticationMechanism<Resourceadapter<T>>> getAllAuthenticationMechanism()
authentication-mechanism
elements
getAllAuthenticationMechanism
in interface Resourceadapter<T>
authentication-mechanism
public Resourceadapter<T> removeAllAuthenticationMechanism()
authentication-mechanism
elements
removeAllAuthenticationMechanism
in interface Resourceadapter<T>
AuthenticationMechanism>
public Resourceadapter<T> managedconnectionfactoryClass(String managedconnectionfactoryClass)
managedconnectionfactory-class
element
managedconnectionfactoryClass
in interface Resourceadapter<T>
managedconnectionfactoryClass
- the value for the element managedconnectionfactory-class
Resourceadapter
public String getManagedconnectionfactoryClass()
managedconnectionfactory-class
element
getManagedconnectionfactoryClass
in interface Resourceadapter<T>
managedconnectionfactory-class
public Resourceadapter<T> removeManagedconnectionfactoryClass()
managedconnectionfactory-class
element
removeManagedconnectionfactoryClass
in interface Resourceadapter<T>
Resourceadapter
public Resourceadapter<T> connectionfactoryImplClass(String connectionfactoryImplClass)
connectionfactory-impl-class
element
connectionfactoryImplClass
in interface Resourceadapter<T>
connectionfactoryImplClass
- the value for the element connectionfactory-impl-class
Resourceadapter
public String getConnectionfactoryImplClass()
connectionfactory-impl-class
element
getConnectionfactoryImplClass
in interface Resourceadapter<T>
connectionfactory-impl-class
public Resourceadapter<T> removeConnectionfactoryImplClass()
connectionfactory-impl-class
element
removeConnectionfactoryImplClass
in interface Resourceadapter<T>
Resourceadapter
public Resourceadapter<T> transactionSupport(String transactionSupport)
transaction-support
element
transactionSupport
in interface Resourceadapter<T>
transactionSupport
- the value for the element transaction-support
Resourceadapter
public String getTransactionSupport()
transaction-support
element
getTransactionSupport
in interface Resourceadapter<T>
transaction-support
public Resourceadapter<T> removeTransactionSupport()
transaction-support
element
removeTransactionSupport
in interface Resourceadapter<T>
Resourceadapter
public SecurityPermission<Resourceadapter<T>> getOrCreateSecurityPermission()
security-permission
element will be created and returned.
Otherwise, the first existing security-permission
element will be returned.
getOrCreateSecurityPermission
in interface Resourceadapter<T>
security-permission
public SecurityPermission<Resourceadapter<T>> createSecurityPermission()
security-permission
element
createSecurityPermission
in interface Resourceadapter<T>
SecurityPermission>
public List<SecurityPermission<Resourceadapter<T>>> getAllSecurityPermission()
security-permission
elements
getAllSecurityPermission
in interface Resourceadapter<T>
security-permission
public Resourceadapter<T> removeAllSecurityPermission()
security-permission
elements
removeAllSecurityPermission
in interface Resourceadapter<T>
SecurityPermission>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |