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 DConnectorDescriptorProxy.java84 protected ConnectorRuntime getConnectorRuntime() { method in class:ConnectorDescriptorProxy
96 desc = getConnectorRuntime().getConnectorDescriptor(rarName);
H A DResourceManager.java218 ConnectorRuntime cr = getConnectorRuntime();
242 private ConnectorRuntime getConnectorRuntime() { method in class:ResourceManager
314 ClassLoader ccl = getConnectorRuntime().getConnectorClassLoader();
H A DApplicationScopedResourcesManager.java357 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 DConnectorRuntimeAPIProviderImpl.java105 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 DWorkManagerFactory.java125 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 DPoolManagerImpl.java352 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