Uses of Class
com.sun.enterprise.connectors.module.ConnectorApplication
-
Packages that use ConnectorApplication Package Description com.sun.enterprise.connectors com.sun.enterprise.connectors.module -
-
Uses of ConnectorApplication in com.sun.enterprise.connectors
Fields in com.sun.enterprise.connectors with type parameters of type ConnectorApplication Modifier and Type Field Description protected Map<String,ConnectorApplication>ConnectorRegistry. rarModulesMethods in com.sun.enterprise.connectors that return ConnectorApplication Modifier and Type Method Description ConnectorApplicationConnectorRegistry. getConnectorApplication(String rarName)retrieve a connector application (rarModule) from the registryMethods in com.sun.enterprise.connectors with parameters of type ConnectorApplication Modifier and Type Method Description voidConnectorRegistry. addConnectorApplication(ConnectorApplication rarModule)register a connector application (rarModule) with the registryvoidConnectorRuntime. registerConnectorApplication(ConnectorApplication rarModule)register the connector application with registry -
Uses of ConnectorApplication in com.sun.enterprise.connectors.module
Methods in com.sun.enterprise.connectors.module that return ConnectorApplication Modifier and Type Method Description ConnectorApplicationConnectorDeployer. load(ConnectorContainer container, DeploymentContext context)Loads a previously prepared application in its execution environment and return a ContractProvider instance that will identify this environment in future communications with the application's container runtime.Methods in com.sun.enterprise.connectors.module with parameters of type ConnectorApplication Modifier and Type Method Description voidConnectorDeployer. unload(ConnectorApplication appContainer, DeploymentContext context)Unload or stop a previously running application identified with the ContractProvider instance.
-