wt.wrmf.logs
Class LogServiceFwd

java.lang.Object
  extended bywt.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

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
LogServiceFwd()
           
 
Method Summary
 EventLog createLog(String name)
          

Supported API: false
 void deleteLog(EventLog log)
          

Supported API: false
 EventLog getLog(String name)
          

Supported API: false
private static Manager getManager()
           
 EventLog writeRecord(EventLog log, LogRecord record)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

LogServiceFwd

public LogServiceFwd()
Method Detail

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