wt.wrmf.logs
Class LogServiceFwd
java.lang.Object
wt.wrmf.logs.LogServiceFwd
- All Implemented Interfaces:
- LogService, RemoteAccess, Serializable
- public class LogServiceFwd
- extends Object
- implements RemoteAccess, LogService, Serializable
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVER
static final boolean SERVER
FC_RESOURCE
private static final String FC_RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
LogServiceFwd
public LogServiceFwd()
getManager
private static Manager getManager()
throws WTException
- Returns:
- Manager
- Throws:
WTException
writeRecord
public EventLog writeRecord(EventLog log,
LogRecord record)
throws WTException
Supported API: false
- Specified by:
writeRecord
in interface LogService
- Parameters:
log
- record
-
- Returns:
- EventLog
- Throws:
WTException
createLog
public EventLog createLog(String name)
throws WTException
Supported API: false
- Specified by:
createLog
in interface LogService
- Parameters:
name
-
- Returns:
- EventLog
- Throws:
WTException
deleteLog
public void deleteLog(EventLog log)
throws WTException
Supported API: false
- Specified by:
deleteLog
in interface LogService
- Parameters:
log
-
- Throws:
WTException
getLog
public EventLog getLog(String name)
throws WTException
Supported API: false
- Specified by:
getLog
in interface LogService
- Parameters:
name
-
- Returns:
- EventLog
- Throws:
WTException