| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorRuntime.createActiveResourceAdapter(String sourcePath,
String moduleName,
ClassLoader loader)
Creates Active resource Adapter which abstracts the rar module.
|
void |
ConnectorRuntime.createActiveResourceAdapterForEmbeddedRar(String moduleName)
Creates Active resource Adapter which abstracts the rar module.
|
ClassLoader |
ConnectorRuntime.createConnectorClassLoader(String moduleDirectory,
ClassLoader parent,
String rarModuleName)
Given the module directory, creates a connector-class-finder (class-loader) for the module
|
ConnectorClassFinder |
ConnectorsClassLoaderUtil.createRARClassLoader(String moduleDir,
ClassLoader deploymentParent,
String moduleName,
List<URI> appLibs) |
void |
ConnectorRuntime.destroyActiveResourceAdapter(String moduleName)
Destroys/deletes the Active resource adapter object from the
connector container.
|
boolean |
ConnectorRuntime.flushConnectionPool(PoolInfo poolInfo)
Flush Connection pool by reinitializing the connections
established in the pool.
|
boolean |
ConnectorRuntime.flushConnectionPool(String poolName)
Flush Connection pool by reinitializing the connections
established in the pool.
|
String |
ConnectorRuntime.getActivationSpecClass(String rarName,
String messageListenerType)
Return the ActivationSpecClass name for given rar and messageListenerType
|
String[] |
ConnectorRuntime.getAdminObjectClassNames(String rarName,
String intfName)
Obtains all the Admin object implementation class names of the admin-object-interface for a rar
|
Map<String,String> |
ConnectorRuntime.getAdminObjectConfigProps(String rarName,
String adminObjectIntf)
Retrieves the admin object javabean properties with default values.
|
Map<String,String> |
ConnectorRuntime.getAdminObjectConfigProps(String rarName,
String adminObjectIntf,
String adminObjectClass)
Retrieves the admin object javabean properties with default values.
|
String[] |
ConnectorRuntime.getAdminObjectInterfaceNames(String rarName)
Obtains all the Admin object interface names of a rar
|
List<String> |
ConnectorRuntime.getConfidentialProperties(String rarName,
String type,
String... keyFields)
Retrieve the "confidential" config properties of specified artifact from a resource-adapter
|
String[] |
ConnectorRuntime.getConnectionDefinitionNames(String rarName)
Obtains all the Connection definition names of a rar
|
Map<String,String> |
ConnectorRuntime.getConnectorConfigJavaBeans(String rarName,
String connectionDefName,
String type)
Retrieves the XXX javabean properties with default values.
|
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.
|
static List<URI> |
ConnectorsUtil.getInstalledLibrariesFromManifest(String moduleDirectory,
ServerEnvironment env) |
static String |
ConnectorsUtil.getLocation(String moduleName) |
Map<String,String> |
ConnectorRuntime.getMCFConfigProps(String rarName,
String connectionDefName)
Retrieves the MCF javabean properties with default values.
|
Map<String,String> |
ConnectorRuntime.getMessageListenerConfigProps(String rarName,
String messageListenerType)
Parses the ra.xml for the ActivationSpec javabean
properties and processes annotations if any.
|
Map<String,String> |
ConnectorRuntime.getMessageListenerConfigPropTypes(String rarName,
String messageListenerType)
Returns the Properties object consisting of propertyname as the
key and datatype as the value.
|
String[] |
ConnectorRuntime.getMessageListenerTypes(String rarName)
Parses the ra.xml, processes the annotated rar artificats if any
and returns all the Message listener types.
|
Map<String,String> |
ConnectorRuntime.getResourceAdapterConfigProps(String rarName)
Retrieves the Resource adapter javabean properties with default values.
|
String |
ConnectorRuntime.getSecurityPermissionSpec(String moduleName)
Obtains the Permission string that needs to be added to the
to the security policy files.
|
ConnectorClassFinder |
ConnectorsClassLoaderUtil.getSystemRARClassLoader(String rarName) |
Collection<ConnectorClassFinder> |
ConnectorsClassLoaderUtil.getSystemRARClassLoaders() |
javax.resource.spi.work.WorkManager |
WorkManagerFactory.getWorkManagerProxy(String threadPoolId,
String moduleName,
ClassLoader rarCL)
get the proxy work manager object for the rar
|
boolean |
ConnectorRuntime.hasAdminObject(String rarName,
String intfName,
String className)
checks whether the specified intfName, className has presence in
admin objects of the RAR
|
javax.resource.spi.ManagedConnectionFactory |
ConnectorRuntime.obtainManagedConnectionFactory(PoolInfo poolInfo)
Returns the MCF instance.
|
javax.resource.spi.ManagedConnectionFactory |
ConnectorRuntime.obtainManagedConnectionFactory(PoolInfo poolInfo,
Hashtable env)
provide the MCF of the pool (either retrieve or create)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveOutboundResourceAdapter.addAdminObject(String appName,
String connectorName,
ResourceInfo resourceInfo,
String adminObjectType,
String adminObjectClassName,
Properties props)
Creates an admin object.
|
void |
ConnectorRuntime.addAdminObject(String appName,
String connectorName,
ResourceInfo resourceInfo,
String adminObjectType,
String adminObjectClassName,
Properties props) |
void |
ConnectorRuntime.addResourceAdapterConfig(String rarName,
ResourceAdapterConfig raConfig)
Add the resource adapter configuration to the connector registry
|
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) |
void |
ConnectorRuntime.createActiveResourceAdapter(String moduleDir,
String moduleName,
ClassLoader loader)
Creates Active resource Adapter which abstracts the rar module.
|
void |
ConnectorRuntime.createActiveResourceAdapterForEmbeddedRar(String rarModuleName) |
protected void |
ActiveResourceAdapterImpl.createAllConnectorResources()
Creates both the default connector connection pools and resources
|
ClassLoader |
ConnectorRuntime.createConnectorClassLoader(String moduleDirectory,
ClassLoader parent,
String rarModuleName)
Given the module directory, creates a connector-class-finder (class-loader) for the module
|
void |
ConnectorRuntime.createConnectorConnectionPool(ConnectorConnectionPool connectorPoolObj)
Creates connector connection pool in the connector container.
|
void |
ConnectorRuntime.createConnectorConnectionPool(ConnectorConnectionPool ccp,
String connectionDefinitionName,
String rarName,
List<org.jvnet.hk2.config.types.Property> props,
List<SecurityMap> securityMaps)
Creates connector connection pool in the connector container.
|
void |
ConnectorRuntime.createConnectorResource(ResourceInfo resourceInfo,
PoolInfo poolInfo,
String resourceType)
Creates the connector resource on a given connection pool
|
protected void |
ActiveResourceAdapterImpl.createDefaultConnectorConnectionPools(boolean useSunRA)
Creates default connector connection pool
|
protected void |
ActiveResourceAdapterImpl.createDefaultConnectorResources()
Creates default connector resource
|
void |
ConnectorRuntime.deleteAdminObject(ResourceInfo resourceInfo) |
void |
ConnectorRuntime.deleteConnectorConnectionPool(PoolInfo poolInfo)
Deletes connector Connection pool
|
void |
ConnectorRuntime.deleteConnectorResource(ResourceInfo resourceInfo)
Deletes the connector resource.
|
void |
ConnectorRuntime.deleteResourceAdapterConfig(String rarName)
Delete the resource adapter configuration to the connector registry
|
void |
ConnectorRuntime.destroyActiveResourceAdapter(String moduleName)
Destroys/deletes the Active resource adapter object from the
connector container.
|
boolean |
ConnectorRuntime.flushConnectionPool(PoolInfo poolInfo)
Flush Connection pool by reinitializing the connections
established in the pool.
|
boolean |
ConnectorRuntime.flushConnectionPool(String poolName)
Flush Connection pool by reinitializing the connections
established in the pool.
|
String |
ConnectorRuntime.getActivationSpecClass(String rarName,
String messageListenerType)
Return the ActivationSpecClass name for given rar and messageListenerType
|
String[] |
ConnectorRuntime.getAdminObjectClassNames(String rarName,
String intfName)
Obtains all the Admin object implementation class names of the admin-object-interface for a rar
|
Map<String,String> |
ConnectorRuntime.getAdminObjectConfigProps(String rarName,
String adminObjectIntf)
Retrieves the admin object javabean properties with default values.
|
Map<String,String> |
ConnectorRuntime.getAdminObjectConfigProps(String rarName,
String adminObjectIntf,
String adminObjectClass)
Retrieves the admin object javabean properties with default values.
|
String[] |
ConnectorRuntime.getAdminObjectInterfaceNames(String rarName)
Obtains all the Admin object interface names of a rar
|
static javax.resource.spi.ConnectionManager |
ConnectionManagerFactory.getAvailableConnectionManager(PoolInfo poolInfo,
boolean forceNoLazyAssoc,
ResourceInfo resourceInfo) |
List<String> |
ConnectorRuntime.getConfidentialProperties(String rarName,
String type,
String... keyFields) |
String[] |
ConnectorRuntime.getConnectionDefinitionNames(String rarName)
Obtains all the Connection definition names of a rar
|
ConnectorArchivist |
ConnectorRuntime.getConnectorArchvist() |
Map<String,String> |
ConnectorRuntime.getConnectorConfigJavaBeans(String rarName,
String connectionDefName,
String type)
Retrieves the XXX javabean properties with default values.
|
ConnectorDescriptor |
ConnectorRuntime.getConnectorDescriptor(String rarName)
Obtains the connector Descriptor pertaining to rar.
|
DeferredResourceConfig |
ConnectorRuntimeExtension.getDeferredResourceConfig(Object resource,
Object pool,
String resType,
String raName) |
Map<String,String> |
ConnectorRuntime.getMCFConfigProps(String rarName,
String connectionDefName)
Retrieves the MCF javabean properties with default values.
|
Map<String,String> |
ConnectorRuntime.getMessageListenerConfigProps(String rarName,
String messageListenerType)
Parses the ra.xml for the ActivationSpec javabean
properties and processes annotations if any.
|
Map<String,String> |
ConnectorRuntime.getMessageListenerConfigPropTypes(String rarName,
String messageListenerType)
Returns the Properties object consisting of propertyname as the
key and datatype as the value.
|
String[] |
ConnectorRuntime.getMessageListenerTypes(String rarName)
Parses the ra.xml, processes the annotated rar artificats if any
and returns all the Message listener types.
|
ConnectorConstants.PoolType |
ConnectorRuntime.getPoolType(PoolInfo poolInfo) |
Map<String,String> |
ConnectorRuntime.getResourceAdapterConfigProps(String rarName)
Retrieves the Resource adapter javabean properties with default values.
|
String |
ConnectorRuntime.getSecurityPermissionSpec(String moduleName)
Obtains the Permission string that needs to be added to the
to the security policy files.
|
ClassLoader |
ConnectorRuntime.getSystemRARClassLoader(String rarName) |
javax.resource.spi.work.WorkManager |
ConnectorRuntime.getWorkManagerProxy(String poolId,
String moduleName,
ClassLoader rarCL)
provides work manager proxy that is Serializable
|
boolean |
ConnectorRuntime.hasAdminObject(String rarName,
String intfName,
String className)
checks whether the specified intfName, className has presence in
admin objects of the RAR
|
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.
|
void |
ConnectionManagerImpl.initialize() |
void |
ConnectorRuntime.loadDeferredResourceAdapter(String rarName) |
protected void |
ActiveOutboundResourceAdapter.loadRAConfiguration()
Loads RA javabean.
|
Object |
ConnectorRuntimeExtension.lookupDataSourceInDAS(ResourceInfo resourceInfo) |
javax.resource.spi.ConnectionManager |
ConnectorRuntime.obtainConnectionManager(PoolInfo poolInfo,
boolean forceNoLazyAssoc,
ResourceInfo resourceInfo)
provides connection manager for a pool
|
javax.resource.spi.ManagedConnectionFactory[] |
ConnectorRuntime.obtainManagedConnectionFactories(PoolInfo poolInfo)
Returns the MCF instances in scenarions where a pool has to
return multiple mcfs.
|
javax.resource.spi.ManagedConnectionFactory |
ConnectorRuntime.obtainManagedConnectionFactory(PoolInfo poolInfo)
Returns the MCF instance.
|
javax.resource.spi.ManagedConnectionFactory |
ConnectorRuntime.obtainManagedConnectionFactory(PoolInfo poolInfo,
Hashtable env)
Returns the MCF instance.
|
boolean |
ConnectorRuntime.reconfigureConnectorConnectionPool(ConnectorConnectionPool ccp,
Set excludedProps)
Reconfigure a connection pool.
|
void |
ConnectorRuntime.recreateConnectorConnectionPool(ConnectorConnectionPool ccp)
Recreate a connector connection pool.
|
void |
ActiveResourceAdapter.setup()
initializes the resource adapter bean and the resources, pools
|
void |
ActiveOutboundResourceAdapter.setup()
Does the necessary initial setup.
|
void |
ActiveResourceAdapterImpl.setup()
It initializes the resource adapter.
|
void |
ConnectorRuntime.switchOnMatchingInJndi(PoolInfo poolInfo)
Causes matching to be switched on the ConnectorConnectionPool
bound in JNDI
|
| Constructor and Description |
|---|
BootstrapContextImpl(String moduleName)
Constructs a
BootstrapContext with default
thread pool for work manager. |
BootstrapContextImpl(String poolId,
String moduleName,
ClassLoader rarCL)
Constructs a
BootstrapContext with a specified
thread pool for work manager. |
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveInboundResourceAdapterImpl.init(javax.resource.spi.ResourceAdapter ra,
ConnectorDescriptor desc,
String moduleName,
ClassLoader jcl)
Creates an active inbound resource adapter.
|
void |
ActiveInboundResourceAdapterImpl.updateMDBRuntimeInfo(EjbMessageBeanDescriptor descriptor_,
BeanPoolDescriptor poolDescriptor) |
void |
ActiveInboundResourceAdapter.updateMDBRuntimeInfo(EjbMessageBeanDescriptor descriptor_,
BeanPoolDescriptor poolDescriptor)
update MDB container runtime properties
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveJmsResourceAdapter.addJmsHost(JmsHost host)
Adds the JmsHost to the MQAddressList of the resource adapter.
|
void |
ActiveJmsResourceAdapter.deleteJmsHost(JmsHost host)
Removes the JmsHost from the MQAddressList of the resource adapter.
|
void |
JmsProviderLifecycle.initializeBroker() |
protected void |
ActiveJmsResourceAdapter.loadRAConfiguration()
Loads RA configuration for MQ Resource adapter.
|
protected void |
ActiveJmsResourceAdapter.postRAConfiguration()
Method to perform any post RA configuration action by derivative subclasses.
|
void |
ActiveJmsResourceAdapter.reloadRA(JmsService js)
Recreates the ResourceAdapter using new values from JmsSerice.
|
void |
ActiveJmsResourceAdapter.setup() |
void |
ActiveJmsResourceAdapter.updateJmsHost(JmsHost host)
Updates the JmsHost information in the MQAddressList of the resource adapter.
|
void |
ActiveJmsResourceAdapter.updateMDBRuntimeInfo(EjbMessageBeanDescriptor descriptor_,
BeanPoolDescriptor poolDescriptor)
This is the most appropriate time (??) to update the runtime
info of a 1.3 MDB into 1.4 MDB.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JmsRaUtil.setupAddressList() |
| Constructor and Description |
|---|
JmsRaUtil() |
JmsRaUtil(JmsService js) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorAdminObjectAdminServiceImpl.addAdminObject(String appName,
String connectorName,
ResourceInfo resourceInfo,
String adminObjectType,
String adminObjectClassName,
Properties props) |
void |
ResourceAdapterAdminServiceImpl.addResourceAdapterConfig(String rarName,
ResourceAdapterConfig raConfig)
add the resource-adapter-config
|
void |
ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ConnectorDescriptor connectorDescriptor,
String moduleName,
String moduleDir,
ClassLoader loader)
Creates Active resource Adapter which abstracts the rar module.
|
void |
ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(String moduleDir,
String moduleName,
ClassLoader loader)
Creates Active resource Adapter which abstracts the rar module.
|
void |
ConnectorService.createActiveResourceAdapterForEmbeddedRar(String rarModuleName) |
void |
ConnectorConnectionPoolAdminServiceImpl.createConnectorConnectionPool(ConnectorConnectionPool connectorPoolObj)
Creates connector connection pool in the connector container.
|
void |
ConnectorConnectionPoolAdminServiceImpl.createConnectorConnectionPool(ConnectorConnectionPool ccp,
String connectionDefinitionName,
String rarName,
List<org.jvnet.hk2.config.types.Property> props,
List<SecurityMap> securityMaps)
Creates connector connection pool in the connector container.
|
void |
ConnectorResourceAdminServiceImpl.createConnectorResource(ResourceInfo resourceInfo,
PoolInfo poolInfo,
String resourceType)
Creates the connector resource on a given connection pool
|
void |
ConnectorAdminObjectAdminServiceImpl.deleteAdminObject(ResourceInfo resourceInfo) |
void |
ConnectorConnectionPoolAdminServiceImpl.deleteConnectorConnectionPool(PoolInfo poolInfo)
Deletes connector Connection pool
|
void |
ConnectorConnectionPoolAdminServiceImpl.deleteConnectorConnectionPool(PoolInfo poolInfo,
boolean cascade)
Deletes connector Connection pool.
|
void |
ConnectorResourceAdminServiceImpl.deleteConnectorResource(ResourceInfo resourceInfo)
Deletes the connector resource.
|
void |
ResourceAdapterAdminServiceImpl.deleteResourceAdapterConfig(String rarName)
Delete the resource adapter configuration to the connector registry
|
boolean |
ConnectorConnectionPoolAdminServiceImpl.flushConnectionPool(PoolInfo poolInfo)
Flush Connection pool by reinitializing the connections
established in the pool.
|
String |
ConnectorConfigurationParserServiceImpl.getActivationSpecClass(String rarName,
String messageListenerType)
Return the ActivationSpecClass name for given rar and messageListenerType
|
String[] |
ConnectorConfigurationParserServiceImpl.getAdminObjectClassNames(String rarName,
String intfName)
gets the adminObjectClassNames pertaining to a rar & a specific
adminObjectInterfaceName
|
Properties |
ConnectorConfigurationParserServiceImpl.getAdminObjectConfigProps(String rarName,
String adminObjectIntf)
Retrieves the admin object javabean properties with default values.
|
Properties |
ConnectorConfigurationParserServiceImpl.getAdminObjectConfigProps(String rarName,
String adminObjectIntf,
String adminObjectClass)
Retrieves the admin object javabean properties with default values.
|
String[] |
ConnectorConfigurationParserServiceImpl.getAdminObjectInterfaceNames(String rarName)
Obtains all the Connection definition names of a rar
|
String[] |
ConnectorConfigurationParserServiceImpl.getConnectionDefinitionNames(String rarName)
Obtains all the Connection definition names of a rar
|
Properties |
ConnectorConfigurationParserServiceImpl.getConnectorConfigJavaBeans(String rarName,
String connectionDefName,
String type)
Retrieves the XXX javabean properties with default values.
|
ConnectorDescriptor |
ConnectorService.getConnectorDescriptor(String rarName)
Obtains the connector Descriptor pertaining to rar.
|
Properties |
ConnectorConfigurationParserServiceImpl.getMCFConfigProps(String rarName,
String connectionDefName)
Retrieves the MCF javabean properties with default values.
|
Properties |
ConnectorConfigurationParserServiceImpl.getMessageListenerConfigProps(String rarName,
String messageListenerType)
Parses the ra.xml for the ActivationSpec javabean
properties.
|
Properties |
ConnectorConfigurationParserServiceImpl.getMessageListenerConfigPropTypes(String rarName,
String messageListenerType)
Returns the Properties object consisting of propertyname as the
key and datatype as the value.
|
String[] |
ConnectorConfigurationParserServiceImpl.getMessageListenerTypes(String rarName) |
ConnectorConstants.PoolType |
ConnectorConnectionPoolAdminServiceImpl.getPoolType(PoolInfo poolInfo) |
Properties |
ConnectorConfigurationParserServiceImpl.getResourceAdapterConfigProps(String rarName)
Retrieves the Resource adapter javabean properties with default values.
|
String |
ConnectorConfigurationParserServiceImpl.getSecurityPermissionSpec(String moduleName)
Obtains the Permission string that needs to be added to the
to the security policy files.
|
boolean |
ConnectorConfigurationParserServiceImpl.hasAdminObject(String rarName,
String intfName,
String className)
checks whether the specified intfName, className has presence in
admin objects of the RAR
|
void |
ConnectorService.ifSystemRarLoad(String rarName) |
void |
ConnectorService.loadDeferredResourceAdapter(String rarModuleName) |
javax.resource.spi.ManagedConnectionFactory[] |
ConnectorConnectionPoolAdminServiceImpl.obtainManagedConnectionFactories(PoolInfo poolInfo)
Returns the MCF instances.
|
javax.resource.spi.ManagedConnectionFactory |
ConnectorConnectionPoolAdminServiceImpl.obtainManagedConnectionFactory(PoolInfo poolInfo) |
javax.resource.spi.ManagedConnectionFactory |
ConnectorConnectionPoolAdminServiceImpl.obtainManagedConnectionFactory(PoolInfo poolInfo,
Hashtable env)
Returns the MCF instance.
|
boolean |
ConnectorConnectionPoolAdminServiceImpl.reconfigureConnectorConnectionPool(ConnectorConnectionPool ccp,
Set excludedProps)
Reconfigure a connection pool.
|
void |
ResourceAdapterAdminServiceImpl.reCreateActiveResourceAdapter(String moduleName)
The ActiveResourceAdapter object which abstract the rar module is
recreated in the connector container/registry.
|
void |
ConnectorConnectionPoolAdminServiceImpl.recreateConnectorConnectionPool(ConnectorConnectionPool ccp)
Recreate a connector connection pool.
|
void |
ConnectorConnectionPoolAdminServiceImpl.switchOnMatching(PoolInfo poolInfo)
Rebinds the connection pool with matchning flag set.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionPoolReconfigHelper.ReconfigAction |
ConnectionPoolReconfigHelper.compare(ConnectorConnectionPool oldPool,
ConnectorConnectionPool newPool,
Set excludedProps) |
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 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.
|
DeferredResourceConfig |
ResourcesUtil.getDeferredResourceConfig(Object resource,
Object pool,
String resType,
String raName) |
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
|
String[] |
MessageListenerConfigParserImpl.getMessageListenerTypes(ConnectorDescriptor desc) |
String[] |
MessageListenerConfigParser.getMessageListenerTypes(ConnectorDescriptor desc)
Obtains the Message Listener types of a given rar.
|
static int |
ConnectionPoolObjectsUtils.getTransactionSupportFromRaXml(String rarName) |
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
|
Properties |
ConnectorConfigParserUtils.introspectJavaBean(Object javaBeanInstance,
Set ddPropsSet)
Introspects the javabean and returns only the introspected properties
not present in the configuration in ra.xml for the corresponding
javabean.
|
Properties |
ConnectorConfigParserUtils.introspectJavaBean(String className,
Set ddPropsSet) |
Properties |
ConnectorConfigParserUtils.introspectJavaBean(String className,
Set ddPropsSet,
boolean associateResourceAdapter,
String resourceAdapterName) |
Properties |
ConnectorConfigParserUtils.introspectJavaBeanReturnTypes(String className,
Set ddPropsSet,
String rarName)
Introspects the javabean and returns only the introspected properties
and their datatypes not present in the configuration in ra.xml for
the corresponding javabean.
|
static Class |
RARUtils.loadClassFromRar(String rarName,
String beanClassName) |
| Modifier and Type | Method and Description |
|---|---|
javax.resource.spi.work.WorkManager |
WorkManagerFactoryImpl.getWorkManagerProxy(String poolId,
String moduleName,
ClassLoader rarCL)
provides work manager proxy that is Serializable
|
| Constructor and Description |
|---|
CommonWorkManager(String threadPoolId,
ConnectorRuntime runtime,
String raName,
ClassLoader cl)
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
JmsHandlers.insureJmsBrokerIsRunning() |
| Modifier and Type | Method and Description |
|---|---|
ConnectorConnectionPool |
JdbcConnectionPoolDeployer.createConnectorConnectionPool(JdbcConnectionPool adminPool,
PoolInfo poolInfo) |
| Modifier and Type | Method and Description |
|---|---|
DeferredResourceConfig |
JdbcRuntimeExtension.getDeferredResourceConfig(Object resource,
Object pool,
String resType,
String raName) |
Object |
JdbcRuntimeExtension.lookupDataSourceInDAS(ResourceInfo resourceInfo)
Get a wrapper datasource specified by the jdbcjndi name
This API is intended to be used in the DAS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcDataSource.setResourceInfo(ResourceInfo resourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected MQJMXConnectorInfo |
JMSDestination._getMQJMXConnectorInfo(String targetName,
JmsService jmsService,
Class mqRAClassName,
ServerContext serverContext,
Config config,
Domain domain) |
protected MQJMXConnectorInfo |
JMSDestination._getMQJMXConnectorInfoForCluster(String target,
JmsService jmsService,
Class mqRAClassName,
ServerContext serverContext)
Gets the
MQJMXConnector object for a cluster. |
void |
MQJMXConnectorInfo.closeMQMBeanServerConnection() |
protected MQJMXConnectorInfo[] |
JMSDestination.getMQJMXConnectorInfos(String target,
Config config,
ServerContext serverContext,
Domain domain,
ConnectorRuntime connectorRuntime) |
MBeanServerConnection |
MQJMXConnectorInfo.getMQMBeanServerConnection()
Returns an
MBeanServerConnection representing the MQ broker instance's MBean
server. |
Copyright © 2017. All rights reserved.