@Contract
public interface ConnectorRuntimeExtension
| Modifier and Type | Method and Description |
|---|---|
Collection<Resource> |
getAllSystemRAResourcesAndPools()
Return the collection of system resources and pools.
|
DeferredResourceConfig |
getDeferredResourceConfig(Object resource,
Object pool,
String resType,
String raName) |
PoolInfo |
getPoolNameFromResourceJndiName(ResourceInfo resourceInfo) |
String |
getResourceType(ConfigBeanProxy cb) |
boolean |
isConnectionPoolReferredInServerInstance(PoolInfo poolInfo) |
Object |
lookupDataSourceInDAS(ResourceInfo resourceInfo) |
void |
registerDataSourceDefinitions(Application application) |
void |
unRegisterDataSourceDefinitions(Application application) |
Collection<Resource> getAllSystemRAResourcesAndPools()
void registerDataSourceDefinitions(Application application)
void unRegisterDataSourceDefinitions(Application application)
Object lookupDataSourceInDAS(ResourceInfo resourceInfo) throws ConnectorRuntimeException
ConnectorRuntimeExceptionDeferredResourceConfig getDeferredResourceConfig(Object resource, Object pool, String resType, String raName) throws ConnectorRuntimeException
ConnectorRuntimeExceptionString getResourceType(ConfigBeanProxy cb)
boolean isConnectionPoolReferredInServerInstance(PoolInfo poolInfo)
PoolInfo getPoolNameFromResourceJndiName(ResourceInfo resourceInfo)
Copyright © 2019. All rights reserved.