Searched refs:getConnectorRuntime (Results 1 - 6 of 6) sorted by relevance
/glassfish-3.1.2/common/container-common/src/main/java/org/glassfish/javaee/services/ |
H A D | ConnectorDescriptorProxy.java | 84 protected ConnectorRuntime getConnectorRuntime() { method in class:ConnectorDescriptorProxy 96 desc = getConnectorRuntime().getConnectorDescriptor(rarName);
|
H A D | ResourceManager.java | 218 ConnectorRuntime cr = getConnectorRuntime(); 242 private ConnectorRuntime getConnectorRuntime() { method in class:ResourceManager 314 ClassLoader ccl = getConnectorRuntime().getConnectorClassLoader();
|
H A D | ApplicationScopedResourcesManager.java | 357 private ConnectorRuntime getConnectorRuntime() { method in class:ApplicationScopedResourcesManager 401 ClassLoader ccl = getConnectorRuntime().getConnectorClassLoader();
|
/glassfish-3.1.2/common/amx-ext-impl/src/main/java/org/glassfish/admin/amx/impl/ext/ |
H A D | ConnectorRuntimeAPIProviderImpl.java | 105 final Map<String, Object> connProps = getConnectorRuntime(). 119 private ConnectorRuntime getConnectorRuntime() method in class:ConnectorRuntimeAPIProviderImpl 129 final String[] systemRars = getConnectorRuntime().getSystemConnectorsAllowingPoolCreation(); 146 final Map<String, String> customResources = getConnectorRuntime().getBuiltInCustomResources(); 165 conDefnNames = getConnectorRuntime().getConnectionDefinitionNames(rarName); 188 Map<String, String> configProperties = getConnectorRuntime().getMCFConfigProps(rarName, connectionDefName); 211 final String[] adminObjectInterfaceNames = getConnectorRuntime().getAdminObjectInterfaceNames(rarName); 235 final String[] adminObjectClassNames = getConnectorRuntime().getAdminObjectClassNames(rarName, intfName); 258 Map<String, String> configProperties = getConnectorRuntime().getResourceAdapterConfigProps(rarName); 281 Map<String, String> configProperties = getConnectorRuntime() [all...] |
/glassfish-3.1.2/connectors/work-management/src/main/java/com/sun/enterprise/connectors/work/ |
H A D | WorkManagerFactory.java | 125 return new CommonWorkManager(poolName, getConnectorRuntime(), raName, rarCL); 202 private ConnectorRuntime getConnectorRuntime() { method in class:WorkManagerFactory
|
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/ |
H A D | PoolManagerImpl.java | 352 private ConnectorRuntime getConnectorRuntime() { method in class:PoolManagerImpl 518 Set descriptors = getConnectorRuntime().getResourceReferenceDescriptor(); 588 invToUse = getConnectorRuntime().getInvocationManager().getCurrentInvocation(); 610 JavaEETransactionManager tm = getConnectorRuntime().getTransactionManager();
|
Completed in 18 milliseconds