
public class Connector extends Object
| Modifier and Type | Method and Description |
|---|---|
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
|
public Connector(String uniqueId)
uniqueId - The unique idpublic String getUniqueId()
public ResourceAdapter getResourceAdapter()
public void setResourceAdapter(ResourceAdapter ra)
ra - The valuepublic List<ConnectionFactory> getConnectionFactories()
public List<AdminObject> getAdminObjects()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)