| Package | Description |
|---|---|
| com.sun.enterprise.connectors | |
| com.sun.enterprise.connectors.module |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ConnectorApplication> |
ConnectorRegistry.rarModules |
| Modifier and Type | Method and Description |
|---|---|
ConnectorApplication |
ConnectorRegistry.getConnectorApplication(String rarName)
retrieve a connector application (rarModule) from the registry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorRegistry.addConnectorApplication(ConnectorApplication rarModule)
register a connector application (rarModule) with the registry
|
void |
ConnectorRuntime.registerConnectorApplication(ConnectorApplication rarModule)
register the connector application with registry
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorApplication |
ConnectorDeployer.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorDeployer.unload(ConnectorApplication appContainer,
DeploymentContext context)
Unload or stop a previously running application identified with the
ContractProvider instance.
|
Copyright © 2017. All rights reserved.