Searched defs:getRuntime (Results 1 - 6 of 6) sorted by relevance

/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/naming/
H A DConnectorNamingUtils.java71 getRuntime();
74 public static ConnectorRuntime getRuntime() { method in class:ConnectorNamingUtils
77 runtime = ConnectorRuntime.getRuntime();
H A DConnectorObjectFactory.java100 if (getRuntime().isACCRuntime() || getRuntime().isNonACCRuntime()) {
108 getRuntime().createActiveResourceAdapter(connectorDescriptor, moduleName, null);
122 if (!getRuntime().checkAccessibility(moduleName, loader)) {
129 ManagedConnectionFactory mcf = getRuntime().obtainManagedConnectionFactory(poolInfo, env);
146 getRuntime().obtainConnectionManager(poolInfo, forceNoLazyAssoc, resourceInfo);
163 if (getRuntime().isServer() || getRuntime().isEmbedded()) {
166 Resources resources = getRuntime().getResources(poolInfo);
171 ResourceDeployer deployer = getRuntime()
211 private ConnectorRuntime getRuntime() { method in class:ConnectorObjectFactory
[all...]
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/core/
H A DServiceEngineRuntimeHelper.java83 public static ServiceEngineRuntimeHelper getRuntime() { method in class:ServiceEngineRuntimeHelper
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/base/
H A DDomainRoot.java183 public RuntimeRoot getRuntime(); method in interface:DomainRoot
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/
H A DResourcesUtil.java103 return getRuntime().getResources(resourceInfo);
106 return getRuntime().getResources(resourceInfo);
110 return getRuntime().getResources(poolInfo);
115 domain = getRuntime().getDomain();
120 private ConnectorRuntime getRuntime(){ method in class:ResourcesUtil
122 runtime = ConnectorRuntime.getRuntime();
129 server = getDomain().getServerNamed(getRuntime().getServerEnvironment().getInstanceName());
135 return getRuntime().getApplications();
970 FileArchive in = ConnectorRuntime.getRuntime().getFileArchive();
972 ApplicationArchivist archivist = ConnectorRuntime.getRuntime()
[all...]
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/
H A DConnectorRuntime.java211 public static ConnectorRuntime getRuntime() { method in class:ConnectorRuntime

Completed in 29 milliseconds