Uses of Class
com.sun.enterprise.connectors.ConnectorRuntime
-
-
Uses of ConnectorRuntime in com.sun.enterprise.connectors
Fields in com.sun.enterprise.connectors declared as ConnectorRuntime Modifier and Type Field Description protected ConnectorRuntimeActiveResourceAdapterImpl. connectorRuntime_Methods in com.sun.enterprise.connectors that return ConnectorRuntime Modifier and Type Method Description static ConnectorRuntimeConnectorRuntime. getRuntime()Returns the ConnectorRuntime instance. -
Uses of ConnectorRuntime in com.sun.enterprise.connectors.module
Constructors in com.sun.enterprise.connectors.module with parameters of type ConnectorRuntime Constructor Description ConnectorApplication(String moduleName, String appName, ResourceManager resourceManager, ApplicationScopedResourcesManager asrManager, ClassLoader loader, ConnectorRuntime runtime, Events event, ConnectorDescriptor descriptor) -
Uses of ConnectorRuntime in com.sun.enterprise.connectors.service
Fields in com.sun.enterprise.connectors.service declared as ConnectorRuntime Modifier and Type Field Description protected ConnectorRuntimeConnectorService. _runtime -
Uses of ConnectorRuntime in com.sun.enterprise.resource.naming
Methods in com.sun.enterprise.resource.naming that return ConnectorRuntime Modifier and Type Method Description static ConnectorRuntimeConnectorNamingUtils. getRuntime() -
Uses of ConnectorRuntime in org.glassfish.jdbcruntime
Fields in org.glassfish.jdbcruntime declared as ConnectorRuntime Modifier and Type Field Description protected ConnectorRuntimeJdbcRuntimeExtension. runtime
-