| Modifier and Type | Method and Description |
|---|---|
boolean |
ConnectorApplication.start(ApplicationContext startupContext)
Starts an application container.
|
boolean |
ConnectorApplication.stop(ApplicationContext stopContext)
Stop the application container
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebApplication.start(ApplicationContext appContext) |
boolean |
WebApplication.stop(ApplicationContext stopContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeploymentContext
Useful services for Deployer service implementation
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ApplicationContainer.start(ApplicationContext startupContext)
Starts an application container.
|
boolean |
ApplicationContainer.stop(ApplicationContext stopContext)
Stop the application container
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AppClientServerApplication.start(ApplicationContext startupContext) |
boolean |
AppClientServerApplication.stop(ApplicationContext stopContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentContextImpl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DummyApplication.start(ApplicationContext startupContext) |
boolean |
DummyApplication.stop(ApplicationContext stopContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EjbApplication.start(ApplicationContext startupContext) |
boolean |
EjbApplication.stop(ApplicationContext stopContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GrizzlyApp.start(ApplicationContext startupContext) |
boolean |
GrizzlyApp.stop(ApplicationContext stopContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OSGiDeployedBundle.start(ApplicationContext startupContext) |
boolean |
OSGiDeployedBundle.stop(ApplicationContext stopContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EngineRef.start(ApplicationContext context,
ProgressTracker tracker) |
boolean |
EngineRef.stop(ApplicationContext context)
Stops a module, meaning that components implemented by this module should not be accessed
by external modules
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedDeploymentContext
semi-private interface to the deployment context
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GenericApplicationContainer.start(ApplicationContext startupContext) |
boolean |
GenericApplicationContainer.stop(ApplicationContext stopContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JPApplicationContainer.start(ApplicationContext startupContxt) |
boolean |
JPApplicationContainer.stop(ApplicationContext stopContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourcesApplication.start(ApplicationContext startupContext) |
boolean |
ResourcesApplication.stop(ApplicationContext stopContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebServicesApplication.start(ApplicationContext startupContext) |
boolean |
WebServicesApplication.stop(ApplicationContext stopContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MetroDeployer.MetroApplicationContainer.start(ApplicationContext startupContxt) |
boolean |
MetroDeployer.MetroApplicationContainer.stop(ApplicationContext stopContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WeldApplicationContainer.start(ApplicationContext startupContxt) |
boolean |
WeldApplicationContainer.stop(ApplicationContext stopContext) |
Copyright © 2017. All rights reserved.