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

Packages that use ITA
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.ta.generictarget Provides classes for Simulated Generic Target within UCH. 
edu.wisc.trace.uch.ta.upnpav Provides classes for UPnP AV Target Adapter 
edu.wisc.trace.uch.ta.upnpsatellitebox Sample Target Adapter. 
 

Uses of ITA in edu.wisc.trace.uch
 

Methods in edu.wisc.trace.uch that return ITA
 ITA TargetDetail.getITA()
          Get an Object of ITA.
 

Methods in edu.wisc.trace.uch with parameters of type ITA
 void TargetDetail.setITA(ITA ta)
          Sets an Object of ITA.
 boolean TargetListener.setValidation(ITA ta, boolean activate)
           
 boolean ITAListener.setValidation(ITA ta, boolean activate)
          Check whether to do validation for the TA or not.
 String TargetListener.startUriService(ITA ta, String scheme, int port, boolean portIsFlexible, String basePath, boolean basePathIsFlexible)
           
 String ITAListener.startUriService(ITA ta, String scheme, int port, boolean portIsFlexible, String basePath, boolean basePathIsFlexible)
          The ITA requests the UCH to start servicing a URI which is made up of a given scheme, port, and base path.
 

Uses of ITA in edu.wisc.trace.uch.ta.generictarget
 

Classes in edu.wisc.trace.uch.ta.generictarget that implement ITA
 class GenericTAFacade
          Provides the methods to Get/Set target Value/State and forward update to ITAListener.
 

Uses of ITA in edu.wisc.trace.uch.ta.upnpav
 

Classes in edu.wisc.trace.uch.ta.upnpav that implement ITA
 class UpnpAvTAFacade
          Implements ITA.
 

Uses of ITA in edu.wisc.trace.uch.ta.upnpsatellitebox
 

Classes in edu.wisc.trace.uch.ta.upnpsatellitebox that implement ITA
 class UpnpSatelliteBoxTAFacade
          Provides the method to Get/Set target Value/State and forward update and received events to ITAListener.
 



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