public class StandaloneDeployment extends ConfigDeploymentInitiator
| Modifier and Type | Class and Description |
|---|---|
static class |
StandaloneDeployment.NoServerCoordinator |
static class |
StandaloneDeployment.NoServerDeployment |
static class |
StandaloneDeployment.NoServerDeploymentContext |
static class |
StandaloneDeployment.NoServerDeploymentRequest |
_configService, _isShuttingDown| Constructor and Description |
|---|
StandaloneDeployment() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.String session, java.lang.String undoid, java.util.Locale locale, long timeout)
Execute deployment
|
void |
shutdown()
Shut down the initiator
|
computeDescription, computeDiffs, computeSnapshotDelta, computeTaskDescription, configLogger, getDeferredTargets, initialize, log, logger, notifyAfterSessionActivate, notifyBeforeSessionActivatepublic void shutdown()
ConfigDeploymentInitiatorshutdown in class ConfigDeploymentInitiatorpublic void execute(java.lang.String session,
java.lang.String undoid,
java.util.Locale locale,
long timeout)
throws java.lang.Exception
ConfigDeploymentInitiatorexecute in class ConfigDeploymentInitiatorsession - the name of the session to deployundoid - the id of the undo if this is an undo deploymentlocale - the caller's localetimeout - timeout (in ms) for deployment to be executedjava.lang.Exception