org.gcube.messaging.common.consumerlibrary.query
Class NodeAccountingQuery.InvocationInfo

java.lang.Object
  extended by org.gcube.messaging.common.consumerlibrary.query.NodeAccountingQuery.InvocationInfo
Enclosing class:
NodeAccountingQuery

public class NodeAccountingQuery.InvocationInfo
extends Object

Author:
Andrea Manzi(CERN)

Constructor Summary
NodeAccountingQuery.InvocationInfo()
           
 
Method Summary
 Double getAvgInvocationTime()
          get the avg invocation time
 Double getInvocationCount()
          get the invocation count
 String getIP()
          get the caller IP
 void setAvgInvocationTime(Double avgInvocationTime)
          set the avg invocatin time
 void setInvocationCount(Double invocationCount)
          set the invocationCount
 void setIP(String iP)
          set the caller IP
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeAccountingQuery.InvocationInfo

public NodeAccountingQuery.InvocationInfo()
Method Detail

getIP

public String getIP()
get the caller IP

Returns:
the IP

setIP

public void setIP(String iP)
set the caller IP

Parameters:
iP -

getInvocationCount

public Double getInvocationCount()
get the invocation count

Returns:
the invocation count

setInvocationCount

public void setInvocationCount(Double invocationCount)
set the invocationCount

Parameters:
invocationCount -

getAvgInvocationTime

public Double getAvgInvocationTime()
get the avg invocation time

Returns:
the avg invocation time

setAvgInvocationTime

public void setAvgInvocationTime(Double avgInvocationTime)
set the avg invocatin time

Parameters:
avgInvocationTime - the avg invocation time


Copyright © 2013. All Rights Reserved.