|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies information about the resource adapter. The information includes fully-qualified names of class//interfaces required as part of the connector architecture specified contracts, level of transaction support provided, configurable properties for ManagedConnectionFactory instances, 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.
Method Summary | |
---|---|
EList |
getAdminObjects()
Returns the value of the 'Admin Objects' containment reference list. |
EList |
getAuthenticationMechanisms()
|
EList |
getConfigProperties()
|
java.lang.String |
getConnectionFactoryImplClass()
|
java.lang.String |
getConnectionFactoryInterface()
|
java.lang.String |
getConnectionImplClass()
|
java.lang.String |
getConnectionInterface()
|
InboundResourceAdapter |
getInboundResourceAdapter()
Returns the value of the 'Inbound Resource Adapter' containment reference |
java.lang.String |
getManagedConnectionFactoryClass()
|
OutboundResourceAdapter |
getOutboundResourceAdapter()
Returns the value of the 'Outbound Resource Adapter' containment reference |
java.lang.String |
getResourceAdapterClass()
Returns the value of the 'Resource Adapter Class' attribute |
EList |
getSecurityPermissions()
|
TransactionSupportKind |
getTransactionSupport()
|
boolean |
isReauthenticationSupport()
|
boolean |
isSetReauthenticationSupport()
Returns whether the value of the ' Reauthentication Support ' attribute is set |
boolean |
isSetTransactionSupport()
Returns whether the value of the ' Transaction Support ' attribute is set |
void |
setConnectionFactoryImplClass(java.lang.String value)
|
void |
setConnectionFactoryInterface(java.lang.String value)
|
void |
setConnectionImplClass(java.lang.String value)
|
void |
setConnectionInterface(java.lang.String value)
|
void |
setInboundResourceAdapter(InboundResourceAdapter value)
Sets the value of the ' Inbound Resource Adapter ' containment reference |
void |
setManagedConnectionFactoryClass(java.lang.String value)
|
void |
setOutboundResourceAdapter(OutboundResourceAdapter value)
Sets the value of the ' Outbound Resource Adapter ' containment reference |
void |
setReauthenticationSupport(boolean value)
|
void |
setResourceAdapterClass(java.lang.String value)
Sets the value of the ' Resource Adapter Class ' attribute |
void |
setTransactionSupport(TransactionSupportKind value)
Sets the value of the ' Transaction Support ' attribute |
void |
unsetReauthenticationSupport()
Unsets the value of the ' Reauthentication Support ' attribute |
void |
unsetTransactionSupport()
Unsets the value of the ' Transaction Support ' attribute |
Method Detail |
public java.lang.String getManagedConnectionFactoryClass()
public void setManagedConnectionFactoryClass(java.lang.String value)
value
- The new value of the ManagedConnectionFactoryClass attributepublic java.lang.String getConnectionFactoryInterface()
public void setConnectionFactoryInterface(java.lang.String value)
value
- The new value of the ConnectionFactoryInterface attributepublic java.lang.String getConnectionFactoryImplClass()
public void setConnectionFactoryImplClass(java.lang.String value)
value
- The new value of the ConnectionFactoryImplClass attributepublic java.lang.String getConnectionInterface()
public void setConnectionInterface(java.lang.String value)
value
- The new value of the ConnectionInterface attributepublic java.lang.String getConnectionImplClass()
public void setConnectionImplClass(java.lang.String value)
value
- The new value of the ConnectionImplClass attributepublic TransactionSupportKind getTransactionSupport()
public void setTransactionSupport(TransactionSupportKind value)
Transaction Support
' attribute.
value
- the new value of the 'Transaction Support' attribute.TransactionSupportKind
,
isSetTransactionSupport()
,
unsetTransactionSupport()
,
getTransactionSupport()
public void unsetTransactionSupport()
Transaction Support
' attribute.
isSetTransactionSupport()
,
getTransactionSupport()
,
setTransactionSupport(TransactionSupportKind)
public boolean isSetTransactionSupport()
Transaction Support
' attribute is set.
unsetTransactionSupport()
,
getTransactionSupport()
,
setTransactionSupport(TransactionSupportKind)
public boolean isReauthenticationSupport()
public void setReauthenticationSupport(boolean value)
value
- The new value of the ReauthenticationSupport attributepublic void unsetReauthenticationSupport()
Reauthentication Support
' attribute.
isSetReauthenticationSupport()
,
isReauthenticationSupport()
,
setReauthenticationSupport(boolean)
public boolean isSetReauthenticationSupport()
Reauthentication Support
' attribute is set.
unsetReauthenticationSupport()
,
isReauthenticationSupport()
,
setReauthenticationSupport(boolean)
public java.lang.String getResourceAdapterClass()
If the meaning of the 'Resource Adapter Class' attribute isn't clear, there really should be more of a description here...
The element resourceadapter-class specifies the fully qualified name of a Java class that implements the javax.resource.spi.ResourceAdapter interface. This Java class is provided as part of resource adapter's implementation of connector architecture specified contracts. The implementation of this class is required to be a JavaBean.
setResourceAdapterClass(String)
,
JcaPackage.getResourceAdapter_ResourceAdapterClass()
public void setResourceAdapterClass(java.lang.String value)
Resource Adapter Class
' attribute.
value
- the new value of the 'Resource Adapter Class' attribute.getResourceAdapterClass()
public EList getSecurityPermissions()
public EList getAuthenticationMechanisms()
public EList getConfigProperties()
public OutboundResourceAdapter getOutboundResourceAdapter()
If the meaning of the 'Outbound Resource Adapter' containment reference isn't clear, there really should be more of a description here...
setOutboundResourceAdapter(OutboundResourceAdapter)
,
JcaPackage.getResourceAdapter_OutboundResourceAdapter()
public void setOutboundResourceAdapter(OutboundResourceAdapter value)
Outbound Resource Adapter
' containment reference.
value
- the new value of the 'Outbound Resource Adapter' containment reference.getOutboundResourceAdapter()
public InboundResourceAdapter getInboundResourceAdapter()
If the meaning of the 'Inbound Resource Adapter' containment reference isn't clear, there really should be more of a description here...
setInboundResourceAdapter(InboundResourceAdapter)
,
JcaPackage.getResourceAdapter_InboundResourceAdapter()
public void setInboundResourceAdapter(InboundResourceAdapter value)
Inbound Resource Adapter
' containment reference.
value
- the new value of the 'Inbound Resource Adapter' containment reference.getInboundResourceAdapter()
public EList getAdminObjects()
AdminObject
.
If the meaning of the 'Admin Objects' containment reference list isn't clear, there really should be more of a description here...
JcaPackage.getResourceAdapter_AdminObjects()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |