org.gcube.common.accounting.node.logparser
Class LogEntry.CallInfo

java.lang.Object
  extended by org.gcube.common.accounting.node.logparser.LogEntry.CallInfo
Enclosing class:
LogEntry

public class LogEntry.CallInfo
extends java.lang.Object

Store info about the call

Author:
Andrea Manzi(CERN)

Constructor Summary
LogEntry.CallInfo(java.lang.String from, java.lang.String to)
          constructor
 
Method Summary
 java.lang.String getCallerIP()
          get the caller IP
 java.lang.String getServiceClass()
          get the serviceclass
 java.lang.String getServiceName()
          get the servicename
 void setCallerIP(java.lang.String callerIP)
          set the caller IP
 void setServiceClass(java.lang.String serviceClass)
          set the serviceclass
 void setServiceName(java.lang.String serviceName)
          set the servicename
 java.lang.String toString()
          tostring
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogEntry.CallInfo

public LogEntry.CallInfo(java.lang.String from,
                         java.lang.String to)
constructor

Parameters:
from - token
to - token
Method Detail

toString

public java.lang.String toString()
tostring

Overrides:
toString in class java.lang.Object

getServiceClass

public java.lang.String getServiceClass()
get the serviceclass

Returns:
serviceclass

setServiceClass

public void setServiceClass(java.lang.String serviceClass)
set the serviceclass

Parameters:
serviceClass -

getServiceName

public java.lang.String getServiceName()
get the servicename

Returns:
servicename

setServiceName

public void setServiceName(java.lang.String serviceName)
set the servicename

Parameters:
serviceName -

getCallerIP

public java.lang.String getCallerIP()
get the caller IP

Returns:

setCallerIP

public void setCallerIP(java.lang.String callerIP)
set the caller IP

Parameters:
callerIP -