Uses of Class
edu.wisc.trace.uch.UCH

Packages that use UCH
edu.wisc.trace.uch Provides Classes which are used to startup and bind the UCH to the core SDK, and provide interface to the clients. 
edu.wisc.trace.uch.action Provides Classes for response to query of clients by calling related method of UCH for request made. 
edu.wisc.trace.uch.contextmanager Provides Classes which are used to store and retrieve context information. 
edu.wisc.trace.uch.resource Provides Classes for dealing with Resources. 
 

Uses of UCH in edu.wisc.trace.uch
 

Constructors in edu.wisc.trace.uch with parameters of type UCH
UIPMListener(UCH uch)
          Constructor.
 

Uses of UCH in edu.wisc.trace.uch.action
 

Methods in edu.wisc.trace.uch.action with parameters of type UCH
 void OpenUserContextAction.execute(HttpServletRequest request, HttpServletResponse response, UCH uch)
          Open User Context.
 void CloseUserContextAction.execute(HttpServletRequest request, HttpServletResponse response, UCH uch)
          Close User Context using the HttpSession of HttpServletRequest object.
 

Uses of UCH in edu.wisc.trace.uch.contextmanager
 

Constructors in edu.wisc.trace.uch.contextmanager with parameters of type UCH
UserContextManager(UCH uch, String loggedUserContextData, String userName, String password)
          Constructor.
 

Uses of UCH in edu.wisc.trace.uch.resource
 

Constructors in edu.wisc.trace.uch.resource with parameters of type UCH
ResourceManager(UCH uch, String localResDirUri, String resServerAppPath, String cacheDirUri)
          Constructor.
ResourceManager(UCH uch, String localResDirUri, String resServerAppPath, String cacheDirUri, String userName, String password)
          Constructor.
 



Copyright © 2006-2008 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.