Uses of Interface
com.sun.appserv.connectors.internal.api.ConnectorRuntime
-
-
Uses of ConnectorRuntime in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api that return ConnectorRuntime Modifier and Type Method Description protected ConnectorRuntimeConnectorDescriptorProxy. getConnectorRuntime() -
Uses of ConnectorRuntime in com.sun.enterprise.connectors
Classes in com.sun.enterprise.connectors that implement ConnectorRuntime Modifier and Type Class Description classConnectorRuntimeThis class is the entry point to connector backend module. -
Uses of ConnectorRuntime in com.sun.enterprise.connectors.work
Constructors in com.sun.enterprise.connectors.work with parameters of type ConnectorRuntime Constructor Description CommonWorkManager(String threadPoolId, ConnectorRuntime runtime, String raName, ClassLoader cl)Private constructor.WorkCoordinator(jakarta.resource.spi.work.Work work, long timeout, jakarta.resource.spi.work.ExecutionContext ec, com.sun.corba.ee.spi.threadpool.WorkQueue queue, jakarta.resource.spi.work.WorkListener listener, WorkManagementProbeProvider probeProvider, ConnectorRuntime runtime, String raName, WorkContextHandlerImpl handler)Constructs a coordinator -
Uses of ConnectorRuntime in com.sun.enterprise.connectors.work.context
Constructors in com.sun.enterprise.connectors.work.context with parameters of type ConnectorRuntime Constructor Description WorkContextHandlerImpl(ConnectorRuntime runtime, ClassLoader cl) -
Uses of ConnectorRuntime in org.glassfish.appclient.client.acc
Constructors in org.glassfish.appclient.client.acc with parameters of type ConnectorRuntime Constructor Description ProviderContainerContractInfoImpl(ACCClassLoader classLoader, Instrumentation inst, String applicationLocation, ConnectorRuntime connectorRuntime)Creates a new instance of the ACC's implementation of the contract. -
Uses of ConnectorRuntime in org.glassfish.jms.admin.cli
Methods in org.glassfish.jms.admin.cli with parameters of type ConnectorRuntime Modifier and Type Method Description protected ActiveJmsResourceAdapterJMSDestination. getMQAdapter(ConnectorRuntime connectorRuntime)protected MQJMXConnectorInfoJMSDestination. getMQJMXConnectorInfo(String target, Config config, ServerContext serverContext, Domain domain, ConnectorRuntime connectorRuntime)protected MQJMXConnectorInfo[]JMSDestination. getMQJMXConnectorInfos(String target, Config config, ServerContext serverContext, Domain domain, ConnectorRuntime connectorRuntime) -
Uses of ConnectorRuntime in org.glassfish.persistence.common
Methods in org.glassfish.persistence.common with parameters of type ConnectorRuntime Modifier and Type Method Description static DataSourcePersistenceHelper. lookupNonTxResource(ConnectorRuntime connectorRuntime, DeploymentContext ctx, String dataSourceName)static DataSourcePersistenceHelper. lookupPMResource(ConnectorRuntime connectorRuntime, DeploymentContext ctx, String dataSourceName) -
Uses of ConnectorRuntime in org.glassfish.persistence.jpa
Constructors in org.glassfish.persistence.jpa with parameters of type ConnectorRuntime Constructor Description EmbeddedProviderContainerContractInfo(DeploymentContext deploymentContext, ConnectorRuntime connectorRuntime, boolean isDas)ProviderContainerContractInfoBase(ConnectorRuntime connectorRuntime)ProviderContainerContractInfoBase(ConnectorRuntime connectorRuntime, DeploymentContext context)ServerProviderContainerContractInfo(DeploymentContext deploymentContext, ConnectorRuntime connectorRuntime, boolean isDas)
-