|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPageBoxLib.DeployIF.Status
Classe wrapping the deployment code and message.
Field Summary | |
static int |
ARCHPB
Installation problem due to the archive. |
int |
code
Either NOTDEPLOYED or NOTUNDEPLOYED or ARCHPB or PBPB |
static int |
INVALIDDATE
Delta archive not deployed. |
java.lang.String |
msg
Error message |
static int |
NOTAUTHENTICATED
Used by DeployerIF implementations to inform about an invalid user name / password. |
static int |
NOTCONTACTED
Used in Relayer and in Deployer. |
static int |
NOTDEPLOYED
Archive not deployed. |
static int |
NOTRELAYED
Like NOTDEPLOYED but relaying also failed. |
static int |
NOTUNDEPLOYED
Archive not undeployed due to PageBox configuration problem. |
static int |
OK
Archive successfully installed. |
static int |
PBPB
Installation problem due to the PageBox setting. |
Constructor Summary | |
DeployIF.Status()
Empty constructor. |
|
DeployIF.Status(int code,
java.lang.String msg)
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int OK
public static final int NOTDEPLOYED
public static final int NOTRELAYED
public static final int ARCHPB
On uninstall processed as a successful uninstall.
public static final int PBPB
On uninstall processed as a successful uninstall.
public static final int NOTUNDEPLOYED
public static final int NOTCONTACTED
public static final int NOTAUTHENTICATED
public static final int INVALIDDATE
public int code
public java.lang.String msg
Constructor Detail |
public DeployIF.Status(int code, java.lang.String msg)
code
- deployment codemsg
- deployment messagepublic DeployIF.Status()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |