|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="6.2", sinceVersion="6.0") public interface IModule
A module that is deployed in the Lumis Portal.
Method Summary | |
---|---|
Date |
getDeploymentDateTime()
Returns the date-time of the deployment of this module. |
String |
getDescription()
Returns the module description. |
String |
getDisplayName()
Returns the module display name. |
String |
getErrorMessage()
Returns a message of all errors occurred during deployment process. |
String |
getId()
Returns the module identifier. |
int |
getNumErrors()
Returns the amount of errors in the last operation over the module (start, stop). |
ModuleState |
getState()
Returns the current state of the module. |
ModuleType |
getType()
Returns the type of the module. |
boolean |
isEnabled()
Returns if the module is enabled. |
Method Detail |
---|
String getId()
String getDisplayName()
String getDescription()
Date getDeploymentDateTime()
boolean isEnabled()
ModuleType getType()
ModuleState getState()
String getErrorMessage()
int getNumErrors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |