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

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

public class ManagementRepository
extends Object

The management repository

Author:
Jesper Pedersen, Jeff Zhang

Constructor Summary
ManagementRepository()
          Constructor
 
Method Summary
 List<Connector> getConnectors()
          Get the list of connectors
 List<DataSource> getDataSources()
          Get the list of connectors
 String toString()
          String representation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManagementRepository

public ManagementRepository()
Constructor

Method Detail

getConnectors

public List<Connector> getConnectors()
Get the list of connectors

Returns:
The value

getDataSources

public List<DataSource> getDataSources()
Get the list of connectors

Returns:
The value

toString

public String toString()
String representation

Overrides:
toString in class Object
Returns:
The string


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