|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.folt.rpc.messages.GetLogFileName
public class GetLogFileName
| Constructor Summary | |
|---|---|
GetLogFileName()
|
|
| Method Summary | |
|---|---|
java.util.Vector |
execute(java.util.Hashtable message)
GetLogFileName returns the currently used log file name of the OpenTMS server. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetLogFileName()
| Method Detail |
|---|
public java.util.Vector execute(java.util.Hashtable message)
It returns:
vec.add(de.folt.constants.OpenTMSConstants.OpenTMS_ID_SUCCESS +"");
vec.add(logfile); -- The log file name --
vec.add(de.folt.util.OpenTMSLogger.returnLogLevel() + ""); -- the log level if supported --
or
vec.add(de.folt.constants.OpenTMSConstants.OpenTMS_ID_FAILURE +"");
vec.add(ex.getMessage());
execute in interface RPCMessagemessage - a hash table containing the message specific parameters
RPCMessage.execute(java.util.Hashtable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||