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

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

public class Connector
extends Object

Represents a connector instance

Author:
Jesper Pedersen, Jeff Zhang

Constructor Summary
Connector(String uniqueId)
          Constructor
 
Method Summary
 List<AdminObject> getAdminObjects()
          Get the list of admin objects
 List<ConnectionFactory> getConnectionFactories()
          Get the list of connection factories
 ResourceAdapter getResourceAdapter()
          Get the resource adapter
 String getUniqueId()
          Get the unique id
 void setResourceAdapter(ResourceAdapter ra)
          Set the resource adapter
 String toString()
          String representation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Connector

public Connector(String uniqueId)
Constructor

Parameters:
uniqueId - The unique id
Method Detail

getUniqueId

public String getUniqueId()
Get the unique id

Returns:
The value

getResourceAdapter

public ResourceAdapter getResourceAdapter()
Get the resource adapter

Returns:
The value

setResourceAdapter

public void setResourceAdapter(ResourceAdapter ra)
Set the resource adapter

Parameters:
ra - The value

getConnectionFactories

public List<ConnectionFactory> getConnectionFactories()
Get the list of connection factories

Returns:
The value

getAdminObjects

public List<AdminObject> getAdminObjects()
Get the list of admin objects

Returns:
The value

toString

public String toString()
String representation

Overrides:
toString in class Object
Returns:
The string


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)