|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.core.api.management.Connector
public class Connector

Represents a connector instance
| 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 |
|---|
public Connector(String uniqueId)
uniqueId - The unique id| Method Detail |
|---|
public String getUniqueId()
public ResourceAdapter getResourceAdapter()
public void setResourceAdapter(ResourceAdapter ra)
ra - The valuepublic List<ConnectionFactory> getConnectionFactories()
public List<AdminObject> getAdminObjects()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||