Nuxeo Enterprise Platform 5.4

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 java.lang.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()
           
 java.lang.String getRemoteIP()
           
 java.lang.String getRemoteUser()
           
 long getRequestCount()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRemoteIP

public java.lang.String getRemoteIP()

getRemoteUser

public java.lang.String getRemoteUser()

getRequestCount

public long getRequestCount()

getLastRequestTime

public long getLastRequestTime()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.