Methods Summary |
---|
public javax.management.ObjectName | getCachedConnectionManager()Describe getCachedConnectionManager method here.
|
public BaseConnectionManager2 | getInstance()Describe getInstance method here.
|
public javax.management.ObjectName | getJaasSecurityManagerService()Get the JaasSecurityManagerService value.
|
public java.lang.String | getJndiName()The JndiName attribute holds the jndi name the ConnectionFactory will be bound under in jndi. Note that an entry of the form DefaultDS2 will be bound to java:/DefaultDS2.
|
public javax.resource.spi.ManagedConnectionFactory | getManagedConnectionFactory()ManagedConnectionFactory is an internal attribute that holds the ManagedConnectionFactory instance managed by this ConnectionManager.
|
public javax.management.ObjectName | getManagedConnectionPool()The ManagedConnectionPool holds the ObjectName of the mbean representing the pool for this connection manager. Normally it will be an embedded mbean in a depends tag rather than an ObjectName reference to the mbean.
|
public java.lang.String | getSecurityDomainJndiName()Get the SecurityDomainJndiName value.
|
public void | setCachedConnectionManager(javax.management.ObjectName ccmName)The CachecConnectionManager holds the ObjectName of the CachedConnectionManager mbean used by this ConnectionManager. Normally this will be a depends tag with the ObjectName of the unique CachedConnectionManager for the server.
|
public void | setJaasSecurityManagerService(javax.management.ObjectName jaasSecurityManagerService)Set the JaasSecurityManagerService value.
|
public void | setJndiName(java.lang.String jndiName)Set the JndiName value.
|
public void | setManagedConnectionPool(javax.management.ObjectName newManagedConnectionPool)Set the ManagedConnectionPool value.
|
public void | setSecurityDomainJndiName(java.lang.String securityDomainJndiName)The SecurityDomainJndiName holds the jndi name of the security domain configured for the ManagedConnectionFactory this ConnectionManager manages. It is normally of the form java:/jaas/firebirdRealm, where firebirdRealm is the name found in auth.conf or equivalent file.
|