|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseConnectionManager2MBean
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 |
---|
static final javax.management.ObjectName OBJECT_NAME
Method Detail |
---|
String getJndiName()
void setJndiName(String jndiName)
jndiName
- The JndiName value.javax.management.ObjectName getManagedConnectionPool()
void setManagedConnectionPool(javax.management.ObjectName newManagedConnectionPool)
newManagedConnectionPool
- The new ManagedConnectionPool value.void setCachedConnectionManager(javax.management.ObjectName ccmName)
ccmName
- an ObjectName
valuejavax.management.ObjectName getCachedConnectionManager()
getCachedConnectionManager
method here.
ObjectName
valuevoid setSecurityDomainJndiName(String securityDomainJndiName)
securityDomainJndiName
- an String
valueString getSecurityDomainJndiName()
javax.management.ObjectName getJaasSecurityManagerService()
void setJaasSecurityManagerService(javax.management.ObjectName jaasSecurityManagerService)
jaasSecurityManagerService
- The new JaasSecurityManagerService value.javax.resource.spi.ManagedConnectionFactory getManagedConnectionFactory()
BaseConnectionManager2 getInstance()
getInstance
method here.
BaseConnectionManager2
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |