public interface PackageDeploymentListener
Modifier and Type | Field and Description |
---|---|
static int |
COMPLETED |
static int |
FAILED |
static int |
FINISHED |
static int |
INITIALIZE |
static int |
INSTALLATION |
static int |
PENDING |
static int |
TRANSFER |
Modifier and Type | Method and Description |
---|---|
void |
deploymentComplete()
Called by deployment thread when entire deployment task is completed.
|
void |
deploymentStarted()
Called by deployment thread when deployment task started.
|
void |
statusUpdate(long nodeId,
int status,
String message)
Status update for node.
|
static final int PENDING
static final int TRANSFER
static final int INSTALLATION
static final int COMPLETED
static final int FAILED
static final int INITIALIZE
static final int FINISHED
void deploymentStarted()
void statusUpdate(long nodeId, int status, String message)
nodeId
- node object IDstatus
- status code (defined in PackageDeploymentListener interface)message
- error message, if applicable (otherwise null)void deploymentComplete()
Copyright © 2015. All rights reserved.