Uses of Interface
edu.wisc.trace.uch.IUIPMListener

Packages that use IUIPMListener
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.uipm.urchttp Provides classes for URC-HTTP UIPM. 
edu.wisc.trace.uch.uipm.urchttp.action Provides classes for preparing Response String for specified Request. 
 

Uses of IUIPMListener in edu.wisc.trace.uch
 

Classes in edu.wisc.trace.uch that implement IUIPMListener
 class UCH
          It implements IUIPMListener and delegates the call from IUIPM to TargetListener and vice-versa.
 

Methods in edu.wisc.trace.uch with parameters of type IUIPMListener
 void IUIPM.init(IUIPMListener uipmListener, Map<String,String> uipmProps, Map<String,String> uchProps)
          When the UIPM is installed and loaded, the UCH calls this method prior to any other UIPM function and allows the UIPM to initialize itself.
 

Uses of IUIPMListener in edu.wisc.trace.uch.uipm.urchttp
 

Methods in edu.wisc.trace.uch.uipm.urchttp that return IUIPMListener
 IUIPMListener UrcHttpUIPM.getIUIPMListener()
          Return an Object of IUIPMListener.
 

Methods in edu.wisc.trace.uch.uipm.urchttp with parameters of type IUIPMListener
 void UrcHttpUIPM.init(IUIPMListener uipmListener, Map<String,String> uipmProps, Map<String,String> uchProps)
           
 

Uses of IUIPMListener in edu.wisc.trace.uch.uipm.urchttp.action
 

Constructors in edu.wisc.trace.uch.uipm.urchttp.action with parameters of type IUIPMListener
CloseSessionRequestAction(IUIPMListener uipmListener)
          Closes the Session Request.
GetDocumentAction(IUIPMListener uipmListener)
          Constructor.
GetResourcesAction(IUIPMListener uipmListener)
          Constructor.
GetUpdatesAction(IUIPMListener uipmListener, UrcHttpUIPM uipm)
          Initialize variables
GetValuesAction(IUIPMListener uipmListener, UrcHttpUIPM uipm)
          Initialize variables
InvokeLocatorAction(IUIPMListener uipmListener)
          Initialize variables
OpenSessionRequestAction(IUIPMListener uipmListener, UrcHttpUIPM urcHttpUIPM, String ipAddress, int portNo)
          Open a new Session.
SetValuesAction(IUIPMListener uipmListener, UrcHttpUIPM uipm)
          Initialize variables.
 



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