|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.core.api.management.ConnectionFactory
public class ConnectionFactory

Represents a managed connection factory instance
| Constructor Summary | |
|---|---|
ConnectionFactory(Object cf,
javax.resource.spi.ManagedConnectionFactory mcf)
Constructor |
|
| Method Summary | |
|---|---|
Object |
getConnectionFactory()
Get the connection factory instance. |
String |
getJndiName()
Get the jndiName. |
ManagedConnectionFactory |
getManagedConnectionFactory()
Get the managed connection factory instance. |
Pool |
getPool()
Get the pool instance. |
PoolConfiguration |
getPoolConfiguration()
Get the pool configuration instance. |
void |
setJndiName(String jndiName)
Set the jndiName. |
void |
setPool(Pool p)
Set the pool |
void |
setPoolConfiguration(PoolConfiguration pc)
Set the pool configuration |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionFactory(Object cf,
javax.resource.spi.ManagedConnectionFactory mcf)
cf - The connection factorymcf - The managed connection factory instance| Method Detail |
|---|
public Object getConnectionFactory()
null if the connection factory was
undeployed and this object wasn't cleared up correctly.
public ManagedConnectionFactory getManagedConnectionFactory()
null if the managed connection factory was
undeployed and this object wasn't cleared up correctly.
public Pool getPool()
null if the pool was
undeployed and this object wasn't cleared up correctly.
public void setPool(Pool p)
p - The poolpublic PoolConfiguration getPoolConfiguration()
null if the pool configuration was
undeployed and this object wasn't cleared up correctly.
public void setPoolConfiguration(PoolConfiguration pc)
pc - The pool configurationpublic String getJndiName()
public void setJndiName(String jndiName)
jndiName - The jndiName to set.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||