|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prosyst.mbs.services.kitmanager.KitStatus
public class KitStatus
A class holding info for the success or failure of the bundle installations.
| Field Summary | |
|---|---|
static int |
BAD_SCRIPT
In the case when the locations of the scripts are read from a file and not collected dynamically, some of the locations may turn out to be unaccessible. |
static int |
INSTALLED
Indicates that the kit was installed without errors. |
static int |
INSTALLED_WITH_ERRORS
Indicates that the kit was installed, but errors occurred |
static int |
NOT_INSTALLED
Indicates that the kit is not yet installed |
static int |
NOT_PRESENT
Indicates that bundles compatible with the bundles of the script are not present in the framework |
static int |
PRESENT
Indicates that bundles compatible with the bundles of the script are already present in the framework |
| Constructor Summary | |
|---|---|
KitStatus(int generalStatus,
com.prosyst.util.hash.HashObjIntS bundlesStatus)
Creates a new KitStatus object according to the specified parameters |
|
| Method Summary | |
|---|---|
com.prosyst.util.hash.HashObjIntS |
getBundlesStatus()
Returns a detailed description of the state of all bundles of the kit. |
java.lang.String |
getDescription()
Returns a detailed description of the state of all bundles of the kit. |
int |
getGeneralStatus()
Returns the description of the state of the kit. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int INSTALLED
public static final int INSTALLED_WITH_ERRORS
public static final int NOT_INSTALLED
public static final int PRESENT
public static final int BAD_SCRIPT
public static final int NOT_PRESENT
| Constructor Detail |
|---|
public KitStatus(int generalStatus,
com.prosyst.util.hash.HashObjIntS bundlesStatus)
descr - A detailed description of the the success or failure
of the bundle installationspostletDefaultAlias - The default alias of the postlet of this kit
if one was declared in the install script; null otherwisepostletGroup - The group of the postlet of this kit
if one was declared in the install script; null otherwise| Method Detail |
|---|
public java.lang.String getDescription()
public int getGeneralStatus()
public com.prosyst.util.hash.HashObjIntS getBundlesStatus()
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||