|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PackageDeploymentListener
Listener interface for package deployment progress
Field Summary | |
---|---|
static int |
COMPLETED
|
static int |
FAILED
|
static int |
FINISHED
|
static int |
INITIALIZE
|
static int |
INSTALLATION
|
static int |
PENDING
|
static int |
TRANSFER
|
Method Summary | |
---|---|
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,
java.lang.String message)
Status update for node. |
Field Detail |
---|
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
Method Detail |
---|
void deploymentStarted()
void statusUpdate(long nodeId, int status, java.lang.String message)
nodeId
- node object IDstatus
- status code (defined in PackageDeploymentListener interface)message
- error message, if applicable (otherwise null)void deploymentComplete()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |