jp.go.nict.langrid.servicesupervisor.frontend
クラス LogInfo

java.lang.Object
  上位を拡張 jp.go.nict.langrid.servicesupervisor.frontend.LogInfo

public class LogInfo
extends Object

ログ情報を格納する。

バージョン:
$Revision: 12822 $
作成者:
$Author: Takao Nakaguchi $

コンストラクタの概要
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
 

コンストラクタの詳細

LogInfo

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 -
メソッドの詳細

getRemoteAddress

public String getRemoteAddress()
remoteAddressを返す。

戻り値:
remoteAddress

getRemoteHost

public String getRemoteHost()
remoteHostを返す。

戻り値:
remoteHost

getAccessDateTime

public Calendar getAccessDateTime()
accessDateTimeを返す。

戻り値:
accessDateTime

getRequestUri

public String getRequestUri()
requestUriを返す。

戻り値:
requestUri

getRequestBytes

public int getRequestBytes()
requestBytesを返す。

戻り値:
requestBytes

getResponseMillis

public long getResponseMillis()
responseMillisを返す。

戻り値:
responseMillis

getResponseCode

public int getResponseCode()
responseCodeを返す。

戻り値:
responseCode

getResponseBytes

public int getResponseBytes()
responseBytesを返す。

戻り値:
responseBytes

getProtocolId

public String getProtocolId()
protocolIdを返す。

戻り値:
protocolId

getReferer

public String getReferer()
refererを返す。

戻り値:
referer

getUserAgent

public String getUserAgent()
userAgentを返す。

戻り値:
userAgent

getCallNest

public int getCallNest()
戻り値:
the callNest

getCallTree

public String getCallTree()
戻り値:
the callTree

getCastFromServiceGridId

public String getCastFromServiceGridId()

setCastFromServiceGridId

public void setCastFromServiceGridId(String castFromServiceGridId)

getCastFromServiceId

public String getCastFromServiceId()

setCastFromServiceId

public void setCastFromServiceId(String castFromServiceId)