org.inspektr.common.web
Class ClientInfoHolder

java.lang.Object
  extended by org.inspektr.common.web.ClientInfoHolder

public final class ClientInfoHolder
extends java.lang.Object

Makes the ClientInfo available to the thread.

Since:
1.0
Version:
$Revision$ $Date$
Author:
Scott Battaglia

Constructor Summary
ClientInfoHolder()
           
 
Method Summary
static void clear()
           
static ClientInfo getClientInfo()
           
static void setClientInfo(ClientInfo clientInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientInfoHolder

public ClientInfoHolder()
Method Detail

setClientInfo

public static void setClientInfo(ClientInfo clientInfo)

getClientInfo

public static ClientInfo getClientInfo()

clear

public static void clear()


Copyright © 2007-2009. All Rights Reserved.