public interface ResourceAdapter
| Modifier and Type | Method and Description |
|---|---|
List<AdminObject> |
getAdminObjects() |
String |
getArchive() |
List<ConnectionDefinition> |
getConnectionDefinitions() |
String |
getModule() |
String |
getName() |
List<PropertyRecord> |
getProperties() |
String |
getTransactionSupport() |
void |
setAdminObjects(List<AdminObject> admins) |
void |
setArchive(String archive) |
void |
setConnectionDefinitions(List<ConnectionDefinition> connections) |
void |
setModule(String module) |
void |
setName(String name) |
void |
setProperties(List<PropertyRecord> props) |
void |
setTransactionSupport(String txSupport) |
String getName()
void setName(String name)
String getArchive()
void setArchive(String archive)
String getModule()
void setModule(String module)
String getTransactionSupport()
void setTransactionSupport(String txSupport)
List<PropertyRecord> getProperties()
void setProperties(List<PropertyRecord> props)
void setConnectionDefinitions(List<ConnectionDefinition> connections)
List<ConnectionDefinition> getConnectionDefinitions()
List<AdminObject> getAdminObjects()
void setAdminObjects(List<AdminObject> admins)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.