Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql.net
Class MapperClientInfo

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.net.MapperClientInfo

public class MapperClientInfo
extends Object

Provides info about a client connection. Mainly used by the management for reporting. Each invokers hold a client info. Client infos are created and updated by the servlet mapper.

Author:
matic

Method Summary
 long getLastRequestTime()
           
 String getRemoteIP()
           
 String getRemoteUser()
           
 long getRequestCount()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRemoteIP

public String getRemoteIP()

getRemoteUser

public String getRemoteUser()

getRequestCount

public long getRequestCount()

getLastRequestTime

public long getLastRequestTime()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.