|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.servicesupervisor.frontend.LogInfo
public class LogInfo
ログ情報を格納する。
コンストラクタの概要 | |
---|---|
LogInfo(String remoteAddress,
String remoteHost,
Calendar accessDateTime,
String requestUri,
int requestBytes,
long responseMillis,
int responseCode,
int responseBytes,
String protocolId,
String referer,
String userAgent,
int callNest,
String callTree)
コンストラクタ。 |
メソッドの概要 | |
---|---|
Calendar |
getAccessDateTime()
accessDateTimeを返す。 |
int |
getCallNest()
|
String |
getCallTree()
|
String |
getCastFromServiceGridId()
|
String |
getCastFromServiceId()
|
String |
getProtocolId()
protocolIdを返す。 |
String |
getReferer()
refererを返す。 |
String |
getRemoteAddress()
remoteAddressを返す。 |
String |
getRemoteHost()
remoteHostを返す。 |
int |
getRequestBytes()
requestBytesを返す。 |
String |
getRequestUri()
requestUriを返す。 |
int |
getResponseBytes()
responseBytesを返す。 |
int |
getResponseCode()
responseCodeを返す。 |
long |
getResponseMillis()
responseMillisを返す。 |
String |
getUserAgent()
userAgentを返す。 |
void |
setCastFromServiceGridId(String castFromServiceGridId)
|
void |
setCastFromServiceId(String castFromServiceId)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public LogInfo(String remoteAddress, String remoteHost, Calendar accessDateTime, String requestUri, int requestBytes, long responseMillis, int responseCode, int responseBytes, String protocolId, String referer, String userAgent, int callNest, String callTree)
remoteAddress
- remoteHost
- accessDateTime
- requestUri
- requestBytes
- responseMillis
- responseCode
- responseBytes
- protocolId
- referer
- userAgent
- callNest
- callTree
- メソッドの詳細 |
---|
public String getRemoteAddress()
public String getRemoteHost()
public Calendar getAccessDateTime()
public String getRequestUri()
public int getRequestBytes()
public long getResponseMillis()
public int getResponseCode()
public int getResponseBytes()
public String getProtocolId()
public String getReferer()
public String getUserAgent()
public int getCallNest()
public String getCallTree()
public String getCastFromServiceGridId()
public void setCastFromServiceGridId(String castFromServiceGridId)
public String getCastFromServiceId()
public void setCastFromServiceId(String castFromServiceId)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |