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
|
List<ConnectionManager> |
getConnectionManagers()
Get the list of connection managers
|
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()
public List<ConnectionManager> getConnectionManagers()
Copyright © 2021 JBoss by Red Hat. All rights reserved.