|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
Field Summary | |
static javax.management.ObjectName |
OBJECT_NAME
|
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
String |
getAuthenticationMechanismType()
The AuthenticationMechanismType attribute holds the AuthenticationMechanismType from the ra.xml. |
String |
getConnectionDefinition()
The connection definition inside the rar, it identifies the unique connection factory |
String |
getConnectionFactoryImplClass()
The ConnectionFactoryImplClass attribute holds the ConnectionFactoryImplClass from the ra.xml. |
String |
getConnectionFactoryInterface()
The ConnectionFactoryInterface attribute holds the ConnectionFactoryInterface from the ra.xml. |
String |
getConnectionImplClass()
The ConnectionImplClass attribute holds the ConnectionImplClass from the ra.xml. |
String |
getConnectionInterface()
The ConnectionInterface attribute holds the ConnectionInterface from the ra.xml. |
String |
getCredentialInterface()
The CredentialInterface attribute holds the CredentialInterface from the ra.xml. |
String |
getEisType()
The EisType attribute holds the EisType from the ra.xml. |
Object |
getManagedConnectionFactoryAttribute(String name)
The getManagedConnectionFactoryAttribute method can be used to examine the managed connection factory properties. |
String |
getManagedConnectionFactoryClass()
The ManagedConnectionFactoryClass attribute holds the ManagedConnectionFactoryClass from the ra.xml. |
Element |
getManagedConnectionFactoryProperties()
The ManagedConnectionFactoryProperties attribute holds the ManagedConnectionFactoryProperties from the ra.xml, together with user supplied values for all or some of these properties. |
javax.resource.spi.ManagedConnectionFactory |
getMcfInstance()
The getMcfInstance method returns the ManagedConnectionFactory instance represented by this mbean. |
javax.management.ObjectName |
getOldRarDeployment()
The OldRarDeployment attribute refers to a previous-generation RARDeployment. |
String |
getRARName()
The RARName attribute holds the file name of the rar |
String |
getSpecVersion()
The SpecVersion attribute holds the SpecVersion from the ra.xml It should be supplied by xslt from ra.xml |
String |
getTransactionSupport()
The TransactionSupport attribute holds the TransactionSupport from the ra.xml. |
String |
getVendorName()
The VendorName attribute holds the VendorName from the ra.xml It should be supplied by xslt from ra.xml |
String |
getVersion()
The Version attribute holds the Version from the ra.xml. |
boolean |
isReauthenticationSupport()
The ReauthenticationSupport attribute holds the ReauthenticationSupport from the ra.xml. |
void |
setAuthenticationMechanismType(String authenticationMechanismType)
Set the AuthenticationMechanismType value. |
void |
setConnectionDefinition(String connectionDefinition)
Set the connection definition. |
void |
setConnectionFactoryImplClass(String connectionFactoryImplClass)
Set the ConnectionFactoryImplClass value. |
void |
setConnectionFactoryInterface(String connectionFactoryInterface)
Set the ConnectionFactoryInterface value. |
void |
setConnectionImplClass(String connectionImplClass)
Set the ConnectionImplClass value. |
void |
setConnectionInterface(String connectionInterface)
Set the ConnectionInterface value. |
void |
setCredentialInterface(String credentialInterface)
Set the CredentialInterface value. |
void |
setEisType(String eisType)
Set the EisType value. |
void |
setManagedConnectionFactoryAttribute(String name,
Class clazz,
Object value)
The setManagedConnectionFactoryAttribute method can be used to set attributes on the ManagedConnectionFactory from code, without using the xml configuration. |
void |
setManagedConnectionFactoryClass(String managedConnectionFactoryClass)
Set the ManagedConnectionFactoryClass value. |
void |
setManagedConnectionFactoryProperties(Element managedConnectionFactoryProperties)
Set the ManagedConnectionFactoryProperties value. |
void |
setOldRarDeployment(javax.management.ObjectName oldRarDeployment)
Set the value of OldRarDeployment |
void |
setRARName(String rarName)
Set the RARName value. |
void |
setReauthenticationSupport(boolean reauthenticationSupport)
Set the ReauthenticationSupport value. |
void |
setSpecVersion(String specVersion)
Set the SpecVersion value. |
void |
setTransactionSupport(String transactionSupport)
Set the TransactionSupport value. |
void |
setVendorName(String vendorName)
Set the VendorName value. |
void |
setVersion(String version)
Set the Version value. |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Methods inherited from interface javax.resource.spi.ManagedConnectionFactory |
createConnectionFactory, createConnectionFactory, createManagedConnection, equals, getLogWriter, hashCode, matchManagedConnections, setLogWriter |
Field Detail |
public static final javax.management.ObjectName OBJECT_NAME
Method Detail |
public javax.management.ObjectName getOldRarDeployment()
public void setOldRarDeployment(javax.management.ObjectName oldRarDeployment)
oldRarDeployment
- - Value to assign to OldRarDeploymentpublic String getRARName()
public void setRARName(String rarName)
rarName
- The new DisplayName value.public String getConnectionDefinition()
public void setConnectionDefinition(String connectionDefinition)
connectionDefinition
- - the connection definitionpublic String getVendorName()
public void setVendorName(String vendorName)
vendorName
- The new VendorName value.public String getSpecVersion()
public void setSpecVersion(String specVersion)
specVersion
- The new SpecVersion value.public String getEisType()
public void setEisType(String eisType)
eisType
- The new EisType value.public String getVersion()
public void setVersion(String version)
version
- The new Version value.public String getManagedConnectionFactoryClass()
public void setManagedConnectionFactoryClass(String managedConnectionFactoryClass)
managedConnectionFactoryClass
- The new ManagedConnectionFactoryClass value.public String getConnectionFactoryInterface()
public void setConnectionFactoryInterface(String connectionFactoryInterface)
connectionFactoryInterface
- The ConnectionFactoryInterface value.public String getConnectionFactoryImplClass()
public void setConnectionFactoryImplClass(String connectionFactoryImplClass)
connectionFactoryImplClass
- The ConnectionFactoryImplClass value.public String getConnectionInterface()
public void setConnectionInterface(String connectionInterface)
connectionInterface
- The ConnectionInterface value.public String getConnectionImplClass()
public void setConnectionImplClass(String connectionImplClass)
connectionImplClass
- The ConnectionImplClass value.public String getTransactionSupport()
public void setTransactionSupport(String transactionSupport)
transactionSupport
- The TransactionSupport value.public Element getManagedConnectionFactoryProperties()
public void setManagedConnectionFactoryProperties(Element managedConnectionFactoryProperties)
managedConnectionFactoryProperties
- The ManagedConnectionFactoryProperties value.public String getAuthenticationMechanismType()
public void setAuthenticationMechanismType(String authenticationMechanismType)
authenticationMechanismType
- The AuthenticationMechanismType value.public String getCredentialInterface()
public void setCredentialInterface(String credentialInterface)
credentialInterface
- The CredentialInterface value.public boolean isReauthenticationSupport()
public void setReauthenticationSupport(boolean reauthenticationSupport)
reauthenticationSupport
- The ReauthenticationSupport value.public javax.resource.spi.ManagedConnectionFactory getMcfInstance()
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.
ManagedConnectionFactory
valuepublic void setManagedConnectionFactoryAttribute(String name, Class clazz, Object value)
name
- a String
valueclazz
- a Class
valuevalue
- an Object
valuepublic Object getManagedConnectionFactoryAttribute(String name)
getManagedConnectionFactoryAttribute
method can be used to examine the managed connection factory properties.
name
- a String
value
Object
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |