public class ModuleComm
extends java.lang.Object
FrameworkModule methods and other packages.| Constructor and Description |
|---|
ModuleComm() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getAdminKey(FrameworkModule frameworkModule)
Get the service module admin key.
|
static java.lang.String |
getPassword(FrameworkModule frameworkModule)
Get the service module password.
|
static java.lang.String |
getServerPassword(FrameworkModule frameworkModule)
Get the local server password if it is stored.
|
static void |
shutDown(FrameworkModule frameworkModule)
Indicate to stop the module's service thread.
|
public static java.lang.String getPassword(FrameworkModule frameworkModule)
frameworkModule - the service module.public static java.lang.String getAdminKey(FrameworkModule frameworkModule)
frameworkModule - the service module.public static java.lang.String getServerPassword(FrameworkModule frameworkModule) throws java.lang.Exception
frameworkModule - the service module.java.lang.Exception - any error.public static void shutDown(FrameworkModule frameworkModule)
ServiceModule or derived.frameworkModule - the service module.