|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.requestfactory.server.Logging
@Deprecated public class Logging
Server side object that handles log messages sent by
RequestFactoryLogHandler
.
RequestFactory has moved to
com.google.web.bindery.requestfactory
. This package will be
removed in a future version of GWT.
Constructor Summary | |
---|---|
Logging()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getId()
Deprecated. Returns the id of this instance. |
java.lang.Integer |
getVersion()
Deprecated. Returns the version of this instance. |
static void |
logMessage(java.lang.String logRecordJson)
Deprecated. Logs a message. |
void |
setId(java.lang.String id)
Deprecated. Sets the id on this instance. |
static void |
setSymbolMapsDirectory(java.lang.String dir)
Deprecated. This function is only for server side use which is why it's not in the LoggingRequest interface. |
void |
setVersion(java.lang.Integer version)
Deprecated. Sets the version of this instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Logging()
Method Detail |
---|
public static void logMessage(java.lang.String logRecordJson) throws RemoteLoggingServiceUtil.RemoteLoggingException
serializedLogRecordString
- a json serialized LogRecord, as provided by
com.google.gwt.logging.client.JsonLogRecordClientUtil.logRecordAsJsonObject(LogRecord)
RemoteLoggingServiceUtil.RemoteLoggingException
- if logging failspublic static void setSymbolMapsDirectory(java.lang.String dir)
dir
- a directory, specified as a Stringpublic java.lang.String getId()
setId(String)
public java.lang.Integer getVersion()
setVersion(Integer)
public void setId(java.lang.String id)
id
- a String idgetId()
public void setVersion(java.lang.Integer version)
version
- an Integer version numbergetVersion()
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |