|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.StandardManager
com.ptc.windchill.cadx.common.htmllog.StandardHTMLLogService
Use the newStandardHTMLLogService
static factory method(s),
not the StandardHTMLLogService
constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: false
Extendable: false
Nested Class Summary | |
private class |
StandardHTMLLogService.MessageTransactionListener
|
Field Summary | |
private static String |
CLASSNAME
|
private static ScheduleItem |
g_scheduledLogMessagePurging
|
private static String |
RESOURCE
|
private static boolean |
VERBOSE
|
Fields inherited from class wt.services.StandardManager |
|
Fields inherited from interface wt.services.Manager |
MANAGER_SERVICE, STARTUP_AUTOMATIC, STARTUP_MANUAL, STATUS_EMERGENCY_SHUTDOWN, STATUS_EMERGENCY_SHUTTING_DOWN, STATUS_SHUTDOWN, STATUS_SHUTDOWN_ERRORS, STATUS_SHUTDOWN_FAILURE, STATUS_SHUTTING_DOWN, STATUS_STARTED, STATUS_STARTED_ERRORS, STATUS_STARTING_UP, STATUS_STARTUP_FAILURE |
Constructor Summary | |
StandardHTMLLogService()
|
Method Summary | |
void |
addMessage(int messageType,
String message)
Supported API: false |
void |
clearLog()
method to clear all log messages for given user Supported API: false |
private HTMLLog |
createLog(String id)
|
String |
getConceptualClassname()
Deprecated. |
private HTMLLog |
getLog()
|
private HTMLLog |
getLog(String id)
|
List |
getLogMessages(int max_nof_messages,
boolean most_recent)
method to get list of messages for the current user Parameters : max_nof_messages - maximum no. |
private HTMLLogMessage |
newLogMessage(int messageType,
String message)
|
static StandardHTMLLogService |
newStandardHTMLLogService()
Default factory for the class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static boolean VERBOSE
private static ScheduleItem g_scheduledLogMessagePurging
Constructor Detail |
public StandardHTMLLogService()
Method Detail |
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
getConceptualClassname
in class StandardManager
private HTMLLog getLog(String id) throws WTException
id
-
WTException
public static StandardHTMLLogService newStandardHTMLLogService() throws WTException
WTException
public void clearLog() throws WTException
clearLog
in interface HTMLLogService
WTException
public List getLogMessages(int max_nof_messages, boolean most_recent) throws WTException
getLogMessages
in interface HTMLLogService
max_nof_messages
- most_recent
-
WTException
public void addMessage(int messageType, String message) throws WTException
addMessage
in interface HTMLLogService
messageType
- message
-
WTException
private HTMLLog createLog(String id) throws WTException
WTException
private HTMLLog getLog() throws WTException
WTException
private HTMLLogMessage newLogMessage(int messageType, String message) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |