| Modifier and Type | Method and Description |
|---|---|
ConnectorDescriptor |
ConnectorRuntime.getConnectorDescriptor(String rarName)
given a resource-adapter name, retrieves the connector-descriptor
either from runtime's registry or by reading the descriptor from
deployment location.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectorDescriptor |
ActiveResourceAdapterImpl.desc_ |
| Modifier and Type | Method and Description |
|---|---|
ConnectorDescriptor |
ConnectorRuntime.getConnectorDescriptor(String rarName)
Obtains the connector Descriptor pertaining to rar.
|
ConnectorDescriptor |
ActiveResourceAdapter.getDescriptor()
Returns the Connector descriptor which represents/holds ra.xml
|
ConnectorDescriptor |
ActiveResourceAdapterImpl.getDescriptor()
Returns the Connector descriptor which represents/holds ra.xml
|
ConnectorDescriptor |
ConnectorRegistry.getDescriptor(String rarModuleName)
Gets the connector descriptor pertaining the rar
|
| Modifier and Type | Method and Description |
|---|---|
ActiveResourceAdapter |
ActiveRAFactory.createActiveResourceAdapter(ConnectorDescriptor cd,
String moduleName,
ClassLoader loader)
Creates an active resource adapter.
|
void |
ConnectorRuntime.createActiveResourceAdapter(ConnectorDescriptor connectorDescriptor,
String moduleName,
String moduleDir)
Creates Active resource Adapter which abstracts the rar module.
|
void |
ConnectorRuntime.createActiveResourceAdapter(ConnectorDescriptor connectorDescriptor,
String moduleName,
String moduleDir,
ClassLoader loader) |
boolean |
ActiveResourceAdapter.handles(ConnectorDescriptor desc,
String moduleName)
Indicates whether a particular implementation of ActiveRA can handle the RAR in question.
|
boolean |
ActiveOutboundResourceAdapter.handles(ConnectorDescriptor cd,
String moduleName)
Indicates whether a particular implementation of ActiveRA can handle the RAR in question.
|
boolean |
ActiveResourceAdapterImpl.handles(ConnectorDescriptor cd,
String moduleName)
Indicates whether a particular implementation of ActiveRA can handle the RAR in question.
|
void |
ActiveResourceAdapter.init(javax.resource.spi.ResourceAdapter ra,
ConnectorDescriptor cd,
String moduleName,
ClassLoader loader)
initializes the active (runtime) RAR
|
void |
ActiveOutboundResourceAdapter.init(javax.resource.spi.ResourceAdapter ra,
ConnectorDescriptor desc,
String moduleName,
ClassLoader jcl)
Creates an active inbound resource adapter.
|
void |
ActiveResourceAdapterImpl.init(javax.resource.spi.ResourceAdapter ra,
ConnectorDescriptor desc,
String moduleName,
ClassLoader jcl)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static OutboundResourceAdapter |
ConnectorAnnotationHandler.getOutbound(ConnectorDescriptor desc) |
HandlerProcessingResult |
ConfigPropertyHandler.handleConfigPropertyAnnotation(javax.resource.spi.ConfigProperty configProperty,
AnnotationInfo element,
ConnectorDescriptor desc) |
static boolean |
ConfigPropertyHandler.processConnector(ConnectorDescriptor desc,
ConnectorConfigProperty ep,
Class declaringClass) |
static void |
ConnectorAnnotationHandler.processDescriptor(Class annotatedClass,
javax.resource.spi.Connector connector,
ConnectorDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorDescriptor |
ConnectorArchivist.getDefaultBundleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorValidator.accept(ConnectorDescriptor descriptor) |
protected void |
ConnectorArchivist.postOpen(ConnectorDescriptor descriptor,
ReadableArchive archive)
perform any post deployment descriptor reading action
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ActiveInboundResourceAdapterImpl.handles(ConnectorDescriptor cd,
String moduleName)
Indicates whether a particular implementation of ActiveRA can handle the RAR in question.
|
void |
ActiveInboundResourceAdapterImpl.init(javax.resource.spi.ResourceAdapter ra,
ConnectorDescriptor desc,
String moduleName,
ClassLoader jcl)
Creates an active inbound resource adapter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ActiveJmsResourceAdapter.handles(ConnectorDescriptor cd,
String moduleName) |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsRaUtil.configureDescriptor(ConnectorDescriptor cd) |
| Constructor and Description |
|---|
ConnectorApplication(String moduleName,
String appName,
ResourceManager resourceManager,
ApplicationScopedResourcesManager asrManager,
ClassLoader loader,
ConnectorRuntime runtime,
Events event,
ConnectorDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorDescriptor |
ConnectorService.getConnectorDescriptor(String rarName)
Obtains the connector Descriptor pertaining to rar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ConnectorDescriptor connectorDescriptor,
String moduleName,
String moduleDir,
ClassLoader loader)
Creates Active resource Adapter which abstracts the rar module.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectorDescriptor |
ConnectorDDTransformUtils.getConnectorDescriptor(String moduleDir,
String rarModuleName)
Get the ConnectorDescriptor object which represents the ra.xml and
sun-ra.xml from an exploded rar module.
|
ConnectorDescriptor |
ResourcesUtil.getConnectorDescriptorFromUri(String rarName,
String raLoc) |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorConnectionPool |
ConnectionPoolObjectsUtils.createSunRaConnectorPoolObject(PoolInfo poolInfo,
ConnectorDescriptor desc,
String rarName)
Creates ConnectorConnectionPool object pertaining to the pool props
mentioned in the sun-ra/xml i.e it represents the pool mentioned in the
sun-ra.xm.
|
String |
MessageListenerConfigParserImpl.getActivationSpecClass(ConnectorDescriptor desc,
String messageListenerType)
Return the ActivationSpecClass name for given rar and messageListenerType
|
String |
MessageListenerConfigParser.getActivationSpecClass(ConnectorDescriptor desc,
String messageListenerType)
Returns the ActivationSpecClass name for the given rar and message
listener type.
|
String[] |
AdminObjectConfigParserImpl.getAdminObjectClassNames(ConnectorDescriptor desc,
String intfName)
gets the adminObjectClassNames pertaining to a rar & a specific
adminObjectInterfaceName
|
String[] |
AdminObjectConfigParser.getAdminObjectClassNames(ConnectorDescriptor desc,
String intfName)
gets the adminObjectClassNames pertaining to a rar & a specific
adminObjectInterfaceName
|
String[] |
AdminObjectConfigParserImpl.getAdminObjectInterfaceNames(ConnectorDescriptor desc)
gets the adminObjectInterfaceNames pertaining to a rar.
|
String[] |
AdminObjectConfigParser.getAdminObjectInterfaceNames(ConnectorDescriptor desc)
Obtains the admin object intercface names of a given rar.
|
List<String> |
AdminObjectConfigParserImpl.getConfidentialProperties(ConnectorDescriptor desc,
String rarName,
String... keyFields) |
List<String> |
ConnectorConfigParser.getConfidentialProperties(ConnectorDescriptor desc,
String rarName,
String... keyFields)
Gi
|
List<String> |
MessageListenerConfigParserImpl.getConfidentialProperties(ConnectorDescriptor desc,
String rarName,
String... keyFields) |
List<String> |
MCFConfigParserImpl.getConfidentialProperties(ConnectorDescriptor desc,
String rarName,
String... keyFields) |
List<String> |
ResourceAdapterConfigParserImpl.getConfidentialProperties(ConnectorDescriptor desc,
String rarName,
String... keyFields) |
String[] |
MCFConfigParser.getConnectionDefinitionNames(ConnectorDescriptor desc)
Obtains the connection definition names of a given rar.
|
String[] |
MCFConfigParserImpl.getConnectionDefinitionNames(ConnectorDescriptor desc) |
static ConnectionDefDescriptor[] |
ConnectorDDTransformUtils.getConnectionDefs(ConnectorDescriptor connectorDesc)
Obtain all the ConnectionDefDescriptor(abstracts the
|
Properties |
AdminObjectConfigParserImpl.getJavaBeanProps(ConnectorDescriptor desc,
String adminObjectInterface,
String rarName)
Parses the ra.xml for the admin object javabean properties.
|
Properties |
ConnectorConfigParser.getJavaBeanProps(ConnectorDescriptor desc,
String connectionDefName,
String rarName)
Obtains the merged javabean properties (properties present in ra.xml
and introspected properties) of a specific configuration.
|
Properties |
MessageListenerConfigParserImpl.getJavaBeanProps(ConnectorDescriptor desc,
String messageListenerType,
String rarName)
Parses the ra.xml for the ActivationSpec javabean
properties.
|
Properties |
MCFConfigParserImpl.getJavaBeanProps(ConnectorDescriptor desc,
String connectionDefName,
String rarName)
Parses the ra.xml for the managed connection factory javabean
properties.
|
Properties |
ResourceAdapterConfigParserImpl.getJavaBeanProps(ConnectorDescriptor desc,
String connectionDefName,
String rarName)
Parses the ra.xml for the Resource Adapter javabean properties.
|
Properties |
AdminObjectConfigParserImpl.getJavaBeanProps(ConnectorDescriptor desc,
String adminObjectInterface,
String adminObjectClass,
String rarName)
Parses the ra.xml for the admin object javabean properties.
|
Properties |
AdminObjectConfigParser.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.
|
Properties |
MessageListenerConfigParserImpl.getJavaBeanReturnTypes(ConnectorDescriptor desc,
String messageListenerType,
String rarName)
Returns the Properties object consisting of propertyname as the
key and datatype as the value.
|
Properties |
MessageListenerConfigParser.getJavaBeanReturnTypes(ConnectorDescriptor desc,
String messageListenerType,
String rarName)
Returns the Properties object consisting of PropertyName as the key
and the datatype as the value
|
MessageListener[] |
ConnectorDDTransformUtils.getMessageListeners(ConnectorDescriptor desc)
Returns all the message listeners present in the connectorDescriptor
which abstracts the ra.xml
|
String[] |
MessageListenerConfigParserImpl.getMessageListenerTypes(ConnectorDescriptor desc) |
String[] |
MessageListenerConfigParser.getMessageListenerTypes(ConnectorDescriptor desc)
Obtains the Message Listener types of a given rar.
|
boolean |
AdminObjectConfigParserImpl.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
|
boolean |
AdminObjectConfigParser.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
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorDescriptor |
RarBundleContext.getDescriptor() |
| Constructor and Description |
|---|
RarBundleContext(ConnectorDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
void |
RarScanner.process(File archiveFile,
ConnectorDescriptor desc,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorDescriptor |
ConnectorNode.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Node |
ConnectorNode.writeDescriptor(Node parent,
ConnectorDescriptor conDesc)
write the descriptor class to a DOM tree and return it
|
Node |
SecurityPermissionNode.writeDescriptor(Node parent,
ConnectorDescriptor descriptor)
write the descriptor class to a DOM tree and return it
|
Node |
LicenseNode.writeDescriptor(Node parent,
ConnectorDescriptor descriptor)
write the descriptor class to a DOM tree and return it
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorDescriptor |
ConnectorNode.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Node |
ConnectorNode.writeDescriptor(Node parent,
String nodeName,
ConnectorDescriptor connector)
write the descriptor class to a DOM tree and return it
|
| Constructor and Description |
|---|
ConnectorNode(ConnectorDescriptor descriptor)
Initialize the child handlers
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorTracerVisitor.accept(ConnectorDescriptor conDesc)
visits an connector descriptor
|
void |
ConnectorVisitor.accept(ConnectorDescriptor descriptor)
visits an connector descriptor
|
void |
ConnectorValidator.accept(ConnectorDescriptor connDesc)
visits a connector descriptor
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectorDescriptor |
AbstractConnectorAllocator.desc |
| Constructor and Description |
|---|
AbstractConnectorAllocator(PoolManager poolMgr,
javax.resource.spi.ManagedConnectionFactory mcf,
ResourceSpec spec,
Subject subject,
javax.resource.spi.ConnectionRequestInfo reqInfo,
ClientSecurityInfo info,
ConnectorDescriptor desc) |
ConnectorAllocator(PoolManager poolMgr,
javax.resource.spi.ManagedConnectionFactory mcf,
ResourceSpec spec,
Subject subject,
javax.resource.spi.ConnectionRequestInfo reqInfo,
ClientSecurityInfo info,
ConnectorDescriptor desc,
boolean shareable) |
LocalTxConnectorAllocator(PoolManager poolMgr,
javax.resource.spi.ManagedConnectionFactory mcf,
ResourceSpec spec,
Subject subject,
javax.resource.spi.ConnectionRequestInfo reqInfo,
ClientSecurityInfo info,
ConnectorDescriptor desc,
boolean shareable) |
NoTxConnectorAllocator(PoolManager poolMgr,
javax.resource.spi.ManagedConnectionFactory mcf,
ResourceSpec spec,
Subject subject,
javax.resource.spi.ConnectionRequestInfo reqInfo,
ClientSecurityInfo info,
ConnectorDescriptor desc) |
Copyright © 2017. All rights reserved.