|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.ManagerServiceFactory
The ManagerServiceFactory is a well known pseudo-singleton (static methods)
which is used to record and access a default manager service.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static ManagerService |
defaultManagerService
|
private static String |
RESOURCE
|
static boolean |
VERBOSE
Flag ManagerServiceFactory.VERBOSE is used to indicate whether verbose service management is on. |
static boolean |
VERBOSE_EVENTS
Flag ManagerServiceFactory.VERBOSE_EVENTS is used to indicate wheter verbose service event logging is on. |
Constructor Summary | |
ManagerServiceFactory()
|
Method Summary | |
static ManagerService |
getDefault()
Gets the object for the association that plays role: default. |
static void |
printErr(String msg)
Supported API: false |
static void |
printErr(String msg,
Throwable t)
Supported API: false |
static void |
printLog(String msg)
Supported API: false |
static void |
setDefault(ManagerService a_Default)
Sets the object for the association that plays role: default. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static ManagerService defaultManagerService
public static final boolean VERBOSE
public static final boolean VERBOSE_EVENTS
Constructor Detail |
public ManagerServiceFactory()
Method Detail |
public static ManagerService getDefault()
public static void setDefault(ManagerService a_Default)
a_Default
- public static void printLog(String msg)
msg
- Message to be loggedpublic static void printErr(String msg)
msg
- The error message to be printedpublic static void printErr(String msg, Throwable t)
msg
- The error message to be printedt
- The Throwable exception being logged
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |