| Package | Description |
|---|---|
| org.glassfish.deployapi |
| Modifier and Type | Method and Description |
|---|---|
TargetImpl |
TargetModuleIDImpl.getTargetImpl()
Returns the Target on which the module is deployed.
|
static TargetImpl |
ProgressObjectImpl.toTargetImpl(javax.enterprise.deploy.spi.Target target) |
| 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.
|
void |
ProgressObjectImpl.setupForAbnormalExit(String errorMsg,
TargetImpl aTarget)
Notifies listeners about the action failure.
|
void |
ProgressObjectImpl.setupForNormalExit(String message,
TargetImpl aTarget,
TargetModuleIDImpl[] tmids)
Notifies listeners about an action success (even with warning).
|
| 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 © 2021. All rights reserved.