getJndiName() The JndiName attribute holds the jndi name the ConnectionFactory will be bound under in jndi.
ManagedConnectionFactory
getManagedConnectionFactory() ManagedConnectionFactory is an internal attribute that holds the ManagedConnectionFactory instance managed by this ConnectionManager.
setCachedConnectionManager(ObjectName ccmName) The CachecConnectionManager holds the ObjectName of the CachedConnectionManager mbean used by this ConnectionManager.
setSecurityDomainJndiName(String securityDomainJndiName) The SecurityDomainJndiName holds the jndi name of the security domain configured for the ManagedConnectionFactory this ConnectionManager manages.
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.
the JndiName value.
ManagedConnectionFactory is an internal attribute that holds the ManagedConnectionFactory instance managed by this ConnectionManager.
value of managedConnectionFactory
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.
the ManagedConnectionPool value.
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.
Parameters: ccmName - an ObjectName value
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.
Parameters: securityDomainJndiName - an String value