Methods Summary |
---|
public java.lang.String | getAuthenticationMechanismType()The AuthenticationMechanismType attribute holds the AuthenticationMechanismType from the ra.xml. It should be supplied by xslt from ra.xml
|
public java.lang.String | getConnectionDefinition()The connection definition inside the rar, it identifies the unique connection factory
|
public java.lang.String | getConnectionFactoryImplClass()The ConnectionFactoryImplClass attribute holds the ConnectionFactoryImplClass from the ra.xml. It should be supplied by xslt from ra.xml
|
public java.lang.String | getConnectionFactoryInterface()The ConnectionFactoryInterface attribute holds the ConnectionFactoryInterface from the ra.xml. It should be supplied by xslt from ra.xml
|
public java.lang.String | getConnectionImplClass()The ConnectionImplClass attribute holds the ConnectionImplClass from the ra.xml. It should be supplied by xslt from ra.xml
|
public java.lang.String | getConnectionInterface()The ConnectionInterface attribute holds the ConnectionInterface from the ra.xml. It should be supplied by xslt from ra.xml
|
public java.lang.String | getCredentialInterface()The CredentialInterface attribute holds the CredentialInterface from the ra.xml. It should be supplied by xslt from ra.xml
|
public java.lang.String | getEisType()The EisType attribute holds the EisType from the ra.xml. It should be supplied by xslt from ra.xml
|
public java.lang.Object | getManagedConnectionFactoryAttribute(java.lang.String name)The getManagedConnectionFactoryAttribute method can be used to examine the managed connection factory properties.
|
public java.lang.String | getManagedConnectionFactoryClass()The ManagedConnectionFactoryClass attribute holds the ManagedConnectionFactoryClass from the ra.xml. It should be supplied by xslt from ra.xml
|
public org.w3c.dom.Element | getManagedConnectionFactoryProperties()The ManagedConnectionFactoryProperties attribute holds the ManagedConnectionFactoryProperties from the ra.xml, together with user supplied values for all or some of these properties. This must be supplied as an element in the same format as in ra.xml, wrapped in a properties tag. It should be supplied by xslt from ra.xml merged with an user configuration xml file. An alternative format has a config-property element with attributes for name and type and the value as content.
|
public javax.resource.spi.ManagedConnectionFactory | getMcfInstance()The getMcfInstance method returns the ManagedConnectionFactory instance represented by this mbean. It is needed so PasswordCredentials can match up correctly. This will probably have to be implemented as an interceptor when the mcf is directly deployed as an mbean.
|
public javax.management.ObjectName | getOldRarDeployment()The OldRarDeployment attribute refers to a previous-generation RARDeployment. THIS IS A HACK UNTIL XSLT DEPLOYMENT IS WRITTEN
|
public java.lang.String | getRARName()The RARName attribute holds the file name of the rar
|
public java.lang.String | getSpecVersion()The SpecVersion attribute holds the SpecVersion from the ra.xml It should be supplied by xslt from ra.xml
|
public java.lang.String | getTransactionSupport()The TransactionSupport attribute holds the TransactionSupport from the ra.xml. It should be supplied by xslt from ra.xml It is ignored, and choice of ConnectionManager implementations determine transaction support. Get the TransactionSupport value.
|
public java.lang.String | getVendorName()The VendorName attribute holds the VendorName from the ra.xml It should be supplied by xslt from ra.xml
|
public java.lang.String | getVersion()The Version attribute holds the Version from the ra.xml. It should be supplied by xslt from ra.xml
|
public boolean | isReauthenticationSupport()The ReauthenticationSupport attribute holds the ReauthenticationSupport from the ra.xml. It should be supplied by xslt from ra.xml
|
public void | setAuthenticationMechanismType(java.lang.String authenticationMechanismType)Set the AuthenticationMechanismType value.
|
public void | setConnectionDefinition(java.lang.String connectionDefinition)Set the connection definition.
|
public void | setConnectionFactoryImplClass(java.lang.String connectionFactoryImplClass)Set the ConnectionFactoryImplClass value.
|
public void | setConnectionFactoryInterface(java.lang.String connectionFactoryInterface)Set the ConnectionFactoryInterface value.
|
public void | setConnectionImplClass(java.lang.String connectionImplClass)Set the ConnectionImplClass value.
|
public void | setConnectionInterface(java.lang.String connectionInterface)Set the ConnectionInterface value.
|
public void | setCredentialInterface(java.lang.String credentialInterface)Set the CredentialInterface value.
|
public void | setEisType(java.lang.String eisType)Set the EisType value.
|
public void | setManagedConnectionFactoryAttribute(java.lang.String name, java.lang.Class clazz, java.lang.Object value)The setManagedConnectionFactoryAttribute method can be used to set attributes on the ManagedConnectionFactory from code, without using the xml configuration.
|
public void | setManagedConnectionFactoryClass(java.lang.String managedConnectionFactoryClass)Set the ManagedConnectionFactoryClass value.
|
public void | setManagedConnectionFactoryProperties(org.w3c.dom.Element managedConnectionFactoryProperties)Set the ManagedConnectionFactoryProperties value.
|
public void | setOldRarDeployment(javax.management.ObjectName oldRarDeployment)Set the value of OldRarDeployment
|
public void | setRARName(java.lang.String rarName)Set the RARName value.
|
public void | setReauthenticationSupport(boolean reauthenticationSupport)Set the ReauthenticationSupport value.
|
public void | setSpecVersion(java.lang.String specVersion)Set the SpecVersion value.
|
public void | setTransactionSupport(java.lang.String transactionSupport)Set the TransactionSupport value.
|
public void | setVendorName(java.lang.String vendorName)Set the VendorName value.
|
public void | setVersion(java.lang.String version)Set the Version value.
|