public interface AdminObjectConfigParser extends ConnectorConfigParser
AOR, configParserUtil, ddTransformUtil, MCF, MSL, RA| Modifier and Type | Method and Description |
|---|---|
String[] |
getAdminObjectClassNames(ConnectorDescriptor desc,
String intfName)
gets the adminObjectClassNames pertaining to a rar & a specific
adminObjectInterfaceName
|
String[] |
getAdminObjectInterfaceNames(ConnectorDescriptor desc)
Obtains the admin object intercface names of a given rar.
|
Properties |
getJavaBeanProps(ConnectorDescriptor desc,
String adminObjectIntfName,
String adminObjectClassName,
String rarName)
Obtains the merged javabean properties (properties present in ra.xml
and introspected properties) of a specific configuration.
|
boolean |
hasAdminObject(ConnectorDescriptor desc,
String intfName,
String className)
Checks whether the provided interfacename and classname combination
is present in any of the admin objects for the resource-adapter
|
getConfidentialProperties, getJavaBeanPropsString[] getAdminObjectInterfaceNames(ConnectorDescriptor desc) throws ConnectorRuntimeException
desc - ConnectorDescriptor pertaining to rar.ConnectorRuntimeException - If rar is not exploded or
incorrect ra.xmlString[] getAdminObjectClassNames(ConnectorDescriptor desc, String intfName) throws ConnectorRuntimeException
desc - ConnectorDescriptor pertaining to rar.intfName - admin-object-interface nameConnectorRuntimeException - if parsing failsboolean hasAdminObject(ConnectorDescriptor desc, String intfName, String className) throws ConnectorRuntimeException
desc - ConnectorDescriptor pertaining to rar.intfName - interface-nameclassName - class-nameConnectorRuntimeException - If rar is not exploded or
incorrect ra.xmlProperties getJavaBeanProps(ConnectorDescriptor desc, String adminObjectIntfName, String adminObjectClassName, String rarName) throws ConnectorRuntimeException
desc - ConnectorDescriptor pertaining to rar .adminObjectIntfName - admin object interface .adminObjectClassName - admin object classnamerarName - resource-adapter-nameConnectorRuntimeException - If rar is not exploded or
incorrect ra.xmlCopyright © 2019. All rights reserved.