| Package | Description |
|---|---|
| org.glassfish.deployapi |
| Modifier and Type | Field and Description |
|---|---|
protected TargetImpl |
ProgressObjectImpl.target |
protected TargetImpl[] |
ProgressObjectImpl.targetsList |
| Modifier and Type | Method and Description |
|---|---|
TargetImpl |
TargetModuleIDImpl.getTargetImpl() |
static TargetImpl |
ProgressObjectImpl.toTargetImpl(javax.enterprise.deploy.spi.Target target) |
static TargetImpl[] |
ProgressObjectImpl.toTargetImpl(javax.enterprise.deploy.spi.Target[] targets) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProgressObjectImpl.checkStatusAndAddStage(TargetImpl aTarget,
String action,
DFDeploymentStatus currentStatus)
Given a Deployment status, this checks if the status is success
|
protected void |
ProgressObjectImpl.fireProgressEvent(javax.enterprise.deploy.shared.StateType state,
String message,
TargetImpl aTarget)
Notifies all listeners that have registered interest for ProgressEvent notification.
|
void |
ProgressObjectImpl.setupForAbnormalExit(String errorMsg,
TargetImpl aTarget) |
void |
ProgressObjectImpl.setupForNormalExit(String message,
TargetImpl aTarget,
TargetModuleIDImpl[] tmids) |
| Constructor and Description |
|---|
ProgressObjectImpl(TargetImpl target)
Creates a new instance of ProgressObjectImpl
|
ProgressObjectImpl(TargetImpl[] targets) |
TargetModuleIDImpl(TargetImpl target,
String moduleID)
Creates a new implementation object of TargetModuleId with no parent
and no children.
|
TargetModuleIDImpl(TargetImpl target,
String moduleID,
TargetModuleIDImpl parent,
TargetModuleIDImpl[] children)
Creates a new implementation object of TargetModuleID.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.