org.jboss.jca.core.api.management
Class ManagedConnectionFactory

java.lang.Object
  extended by org.jboss.jca.core.api.management.ManagedConnectionFactory

public class ManagedConnectionFactory
extends Object

Represents a managed connection factory instance

Author:
Jesper Pedersen, Jeff Zhang

Constructor Summary
ManagedConnectionFactory(javax.resource.spi.ManagedConnectionFactory mcf)
          Constructor
 
Method Summary
 List<ConfigProperty> getConfigProperties()
          Get the list of config property's
 javax.resource.spi.ManagedConnectionFactory getManagedConnectionFactory()
          Get the managed connection factory instance.
 StatisticsPlugin getStatistics()
          Get the statistics
 String toString()
          String representation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManagedConnectionFactory

public ManagedConnectionFactory(javax.resource.spi.ManagedConnectionFactory mcf)
Constructor

Parameters:
mcf - The managed connection factory instance
Method Detail

getManagedConnectionFactory

public javax.resource.spi.ManagedConnectionFactory getManagedConnectionFactory()
Get the managed connection factory instance. Note, that the value may be null if the managed connection factory was undeployed and this object wasn't cleared up correctly.

Returns:
The instance

getConfigProperties

public List<ConfigProperty> getConfigProperties()
Get the list of config property's

Returns:
The value

getStatistics

public StatisticsPlugin getStatistics()
Get the statistics

Returns:
The value; null if no statistics is available

toString

public String toString()
String representation

Overrides:
toString in class Object
Returns:
The string


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)