org.apache.openejb.jee
Class OutboundResourceAdapter
java.lang.Object
org.apache.openejb.jee.OutboundResourceAdapter
public class OutboundResourceAdapter
- extends Object
The outbound-resourceadapterType specifies information about
an outbound resource adapter. The information includes fully
qualified names of classes/interfaces required as part of
the connector architecture specified contracts for
connection management, level of transaction support
provided, one or more authentication mechanisms supported
and additional required security permissions.
If there is no authentication-mechanism specified as part of
resource adapter element then the resource adapter does not
support any standard security authentication mechanisms as
part of security contract. The application server ignores
the security part of the system contracts in this case.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connectionDefinition
protected List<ConnectionDefinition> connectionDefinition
transactionSupport
protected TransactionSupportType transactionSupport
authenticationMechanism
protected List<AuthenticationMechanism> authenticationMechanism
reauthenticationSupport
protected Boolean reauthenticationSupport
id
protected String id
OutboundResourceAdapter
public OutboundResourceAdapter()
getConnectionDefinition
public List<ConnectionDefinition> getConnectionDefinition()
getTransactionSupport
public TransactionSupportType getTransactionSupport()
setTransactionSupport
public void setTransactionSupport(TransactionSupportType value)
getAuthenticationMechanism
public List<AuthenticationMechanism> getAuthenticationMechanism()
isReauthenticationSupport
public Boolean isReauthenticationSupport()
- Gets the value of the reauthenticationSupport property.
setReauthenticationSupport
public void setReauthenticationSupport(Boolean value)
- Sets the value of the reauthenticationSupport property.
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.