public class Connector
extends java.lang.Object
Constructor and Description |
---|
Connector(java.lang.String uniqueId)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AdminObject> |
getAdminObjects()
Get the list of admin objects
|
java.util.List<ConnectionFactory> |
getConnectionFactories()
Get the list of connection factories
|
ResourceAdapter |
getResourceAdapter()
Get the resource adapter
|
java.lang.String |
getUniqueId()
Get the unique id
|
void |
setResourceAdapter(ResourceAdapter ra)
Set the resource adapter
|
java.lang.String |
toString()
String representation
|
public Connector(java.lang.String uniqueId)
uniqueId
- The unique idpublic java.lang.String getUniqueId()
public ResourceAdapter getResourceAdapter()
public void setResourceAdapter(ResourceAdapter ra)
ra
- The valuepublic java.util.List<ConnectionFactory> getConnectionFactories()
public java.util.List<AdminObject> getAdminObjects()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)