|
|||||||||||
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 | |
javax.management.ObjectName |
getCachedConnectionManager()
Describe getCachedConnectionManager method here. |
BaseConnectionManager2 |
getInstance()
Describe getInstance method here. |
javax.management.ObjectName |
getJaasSecurityManagerService()
Get the JaasSecurityManagerService value. |
String |
getJndiName()
The JndiName attribute holds the jndi name the ConnectionFactory will be bound under in jndi. |
javax.resource.spi.ManagedConnectionFactory |
getManagedConnectionFactory()
ManagedConnectionFactory is an internal attribute that holds the ManagedConnectionFactory instance managed by this ConnectionManager. |
javax.management.ObjectName |
getManagedConnectionPool()
The ManagedConnectionPool holds the ObjectName of the mbean representing the pool for this connection manager. |
String |
getSecurityDomainJndiName()
Get the SecurityDomainJndiName value. |
void |
setCachedConnectionManager(javax.management.ObjectName ccmName)
The CachecConnectionManager holds the ObjectName of the CachedConnectionManager mbean used by this ConnectionManager. |
void |
setJaasSecurityManagerService(javax.management.ObjectName jaasSecurityManagerService)
Set the JaasSecurityManagerService value. |
void |
setJndiName(String jndiName)
Set the JndiName value. |
void |
setManagedConnectionPool(javax.management.ObjectName newManagedConnectionPool)
Set the ManagedConnectionPool value. |
void |
setSecurityDomainJndiName(String securityDomainJndiName)
The SecurityDomainJndiName holds the jndi name of the security domain configured for the ManagedConnectionFactory this ConnectionManager manages. |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Field Detail |
public static final javax.management.ObjectName OBJECT_NAME
Method Detail |
public String getJndiName()
public void setJndiName(String jndiName)
jndiName
- The JndiName value.public javax.management.ObjectName getManagedConnectionPool()
public void setManagedConnectionPool(javax.management.ObjectName newManagedConnectionPool)
newManagedConnectionPool
- The new ManagedConnectionPool value.public void setCachedConnectionManager(javax.management.ObjectName ccmName)
ccmName
- an ObjectName
valuepublic javax.management.ObjectName getCachedConnectionManager()
getCachedConnectionManager
method here.
ObjectName
valuepublic void setSecurityDomainJndiName(String securityDomainJndiName)
securityDomainJndiName
- an String
valuepublic String getSecurityDomainJndiName()
public javax.management.ObjectName getJaasSecurityManagerService()
public void setJaasSecurityManagerService(javax.management.ObjectName jaasSecurityManagerService)
jaasSecurityManagerService
- The new JaasSecurityManagerService value.public javax.resource.spi.ManagedConnectionFactory getManagedConnectionFactory()
public BaseConnectionManager2 getInstance()
getInstance
method here.
BaseConnectionManager2
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |