A B C D E F G H I J K L M N O P Q R S T U V W X Y _

A

abortSession(String) - Method in class edu.wisc.trace.urcsdk.client.ClientTunManager
 
abortSession(String) - Method in interface edu.wisc.trace.urcsdk.client.IClientTun
Called when the Target ends a session.
abortSession(String) - Method in interface edu.wisc.trace.urcsdk.client.IClientTunListener
abortSession is called when the target ends a session.
abortSession(String) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientTun
 
abortSession(String) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
Not supported by Upnp Targets
abortSession(String) - Method in class edu.wisc.trace.urcsdk.target.GenericTarget
 
abortSession(String) - Method in interface edu.wisc.trace.urcsdk.target.ITarget
abortSession receives a call from UISocket and forwards it to TargetTunManager
abortSession(String) - Method in interface edu.wisc.trace.urcsdk.target.ITargetTun
abortSession is called when the target needs to close a session on the Client.
abortSession() - Method in class edu.wisc.trace.urcsdk.target.TargetSession
abortSession to abort the session.
abortSession(ITarget, String) - Method in class edu.wisc.trace.urcsdk.target.TargetTunManager
abortSession is called from the Target to alert a Client of aborted Session
abortSession(String) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetControlPoint
abortSession ends a session from the target side.
abortSession(String) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetTun
 
AbstractClientTun - Class in edu.wisc.trace.urcsdk.client
AbstractClientTun Extend this class to create a Client Tun for a specific networking platform.
AbstractClientTun() - Constructor for class edu.wisc.trace.urcsdk.client.AbstractClientTun
 
AbstractInteractor - Class in edu.wisc.trace.urcsdk.client.pret
AbstractInteractor is the abstract form of an interactor.
AbstractInteractor(Element, IUISocketElement) - Constructor for class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
Creates a new AbstractInteractor instance.
AbstractInteractor() - Constructor for class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
Creates a new empty AbstractInteractor.
AbstractResource - Class in edu.wisc.trace.urcsdk.client.resources
AbstractResource is the abstract implementation of IResource that all of the SDK resource types extend from.
AbstractResource() - Constructor for class edu.wisc.trace.urcsdk.client.resources.AbstractResource
 
AbstractResource(Object, ElementRef, String, String, Constants.ResourceRole, List<String>) - Constructor for class edu.wisc.trace.urcsdk.client.resources.AbstractResource
Creates a new instance of AbtractResource.
AbstractUISocketElement - Class in edu.wisc.trace.urcsdk.client.uisocket.types
AbstractUISocketElement is an abstract implementation of the IUISocketElement interface.
AbstractUISocketElement() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
Creates a new AbstractUISocketElement instance.
AbstractUISocketElement(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
Creates a new AbstractUISocketElement instance.
AbstractUISocketElement(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
Creates a new AbstractUISocketElement instance.
AbstractUISocketElement - Class in edu.wisc.trace.urcsdk.target.uisocket
AbstractUISocketElement is the abstract representation of a UI Socket Element.
AbstractUISocketElement() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.AbstractUISocketElement
Creates a new AbstractUISocketElement instance.
AbstractUISocketElement(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.AbstractUISocketElement
Creates a new AbstractUISocketElement instance.
AbstractUISocketElement(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.AbstractUISocketElement
Creates a new AbstractUISocketElement instance.
acknowledgeNotification(String, IUISocketElement) - Method in interface edu.wisc.trace.urcsdk.client.IClientTun
Called to alert the Target that a notification has been acknowledged
acknowledgeNotification() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketNotification
Describe acknowledgeNotification method here.
acknowledgeNotification(String, IUISocketElement) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientControlPoint
Invokes the "acknowledgeNotification" upnp action on the Target device.
acknowledgeNotification(String, IUISocketElement) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientTun
 
acknowledgeNotification(String, IUISocketElement) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
Not supported by Upnp Targets
acknowledgeNotification(String, String) - Method in interface edu.wisc.trace.urcsdk.target.ITargetTun
acknowledgeNotification is called from the lower level of the Tun, when a Client wants to acknowledge a Notification
acknowledgeNotification(String, String) - Method in interface edu.wisc.trace.urcsdk.target.ITargetTunListener
acknowledgeNotification is called from the lower level of the Tun, when a Urc acknowledges a Notification
acknowledgeNotification(String) - Method in class edu.wisc.trace.urcsdk.target.TargetSession
acknowledgeNotification is called to notify the sessionListeners that a Urc has acknowledged a notification.
acknowledgeNotification(String, String) - Method in class edu.wisc.trace.urcsdk.target.TargetTunManager
 
acknowledgeNotification() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketNotification
 
acknowledgeNotification(String, String) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetTun
 
actionControlReceived(Action) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientDevice
actionControlReceived is called by the Upnp library.
actionControlReceived(Action) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetDevice
actionControlReceived processes incoming actions from a control point.
add_escapes(String) - Method in exception edu.wisc.trace.urcsdk.xpath.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addClientTun(IClientTun) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpDcpsControlPoint
Add new IClientTun to the List to Tuns registered with this Control Point
addDynamicValues(String, List<String>) - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketVariable
Describe addDynamicValues method here.
addDynamicValues(String, List<String>) - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketVariable
Describe addDynamicValues method here.
addEscapes(String) - Static method in error edu.wisc.trace.urcsdk.xpath.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
AddExpr - Class in edu.wisc.trace.urcsdk.xpath
AddExpr.
AddExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.AddExpr
 
AddExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.AddExpr
 
AdditiveExpr() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
addLanguage(String) - Method in class edu.wisc.trace.urcsdk.support.UserPreferences
addLanguage is a convenience wrapper for addProperty("languageContexts", language).
addListener(IClientListener) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
addListener(IClientListener) - Method in interface edu.wisc.trace.urcsdk.client.IClient
addListener sets the listener for the Client
addLocalResourceSheet(ResourceSheet) - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceManager
addLocalResourceSheet adds a new already instantiated ResourceSheet to this ResourceManager's ResourceDirectory.
addProperty(String, Object) - Method in class edu.wisc.trace.urcsdk.client.resources.AbstractResource
Adds a property to this Resource.
addProperty(String, List<Object>) - Method in class edu.wisc.trace.urcsdk.client.resources.AbstractResource
Adds a property to this Resource.
addProperty(String, String) - Method in class edu.wisc.trace.urcsdk.support.UserPreferences
Adds the given name/value pairing to the preferences mapping.
addResourceSheet(ResourceSheet) - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceDirectory
Adds a ResourceSheet to the resource directory.
addSession(ClientSession) - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
addSession
addSession(String, String) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetControlPoint
addSession ensures that the Client's device has been discovered, and then adds the session to the list of open sessions.
addSocketListener(ISocketListener) - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocket
Adds a addSocketListener which will recieve events from this UISocket
addTunParameter(String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Add a new Parameter to the TunParameterMap
addTunParameter(String, String) - Method in class edu.wisc.trace.urcsdk.target.facade.TargetFacadeForJni
Add a new parameter to the TunParameterMap
addValue(IResource) - Method in class edu.wisc.trace.urcsdk.client.resources.ListResource
Adds a resource to the resource list.
adjustBeginLineColumn(int, int) - Method in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AND - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
AndExpr - Class in edu.wisc.trace.urcsdk.xpath
AndExpr.
AndExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.AndExpr
 
AndExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.AndExpr
 
AndExpr() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
ANONYMOUS_DESCRIPTION - Static variable in class edu.wisc.trace.urcsdk.client.resources.AResourceDescription
 
AResourceDescription - Class in edu.wisc.trace.urcsdk.client.resources
AResourceDescription is the object representation of an Atomic resource as defined by the specs and described in Resource Sheet XML documents.
AResourceDescription(ResourceSheet, Element) - Constructor for class edu.wisc.trace.urcsdk.client.resources.AResourceDescription
Creates a new AResourceDescription instance.

B

backup(int) - Method in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
BasicCommand - Class in edu.wisc.trace.urcsdk.client.uisocket.types
BasicCommand is the variant of UISocketCommand that provides four separate states: ready, done, in-progress, and error.
BasicCommand(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.BasicCommand
Creates a new BasicCommand instance with state READY.
BasicCommand(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.BasicCommand
Creates a new BasicCommand instance with state READY.
BasicCommand() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.BasicCommand
 
beginColumn - Variable in class edu.wisc.trace.urcsdk.xpath.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class edu.wisc.trace.urcsdk.xpath.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginNativeTarget() - Method in class edu.wisc.trace.urcsdk.target.facade.TargetFacadeForJni
 
BeginToken() - Method in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
bindToClientTun(IClient, String, Map<String, Object>) - Method in class edu.wisc.trace.urcsdk.client.ClientTunManager
Used to Bind a Client to a particular ClientTun
bindToClientTun(String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Bind to Client TUN for communicating with Target Devices
bindToClientTun(String, Map<String, Object>) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
Binds the Client a particular TUN, as mentioned in the arguments
bindToTargetTun(String) - Method in class edu.wisc.trace.urcsdk.target.facade.TargetFacadeForJni
Bind to Target TUN for communicating with Target Devices
bindToTargetTun(String, Map<String, Object>) - Method in class edu.wisc.trace.urcsdk.target.GenericTarget
Binds the Target to a particular TUN
bindToTargetTun(ITarget, String, Map<String, Object>) - Method in class edu.wisc.trace.urcsdk.target.TargetTunManager
bindToTargetTun Used to Bind a Target to a particular TargetTun
BooleanConstant - Class in edu.wisc.trace.urcsdk.client.uisocket.types
BooleanConstant is the boolean variant of the UISocketConstant.
BooleanConstant() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.BooleanConstant
Creates a new BooleanConstant instance.
BooleanConstant(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.BooleanConstant
Creates a new BooleanConstant instance.
BooleanConstant(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.BooleanConstant
Creates a new BooleanConstant instance.
BooleanConstant - Class in edu.wisc.trace.urcsdk.target.uisocket
BooleanConstant is a specialized form of UISocketConstant that deals specifically with boolean values.
BooleanConstant() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.BooleanConstant
Creates a new BooleanConstant instance.
BooleanConstant(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.BooleanConstant
Creates a new BooleanConstant instance.
BooleanConstant(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.BooleanConstant
Creates a new BooleanConstant instance.
BooleanExpr - Class in edu.wisc.trace.urcsdk.xpath
BooleanExpr.
BooleanExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.BooleanExpr
 
BooleanExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.BooleanExpr
 
booleanExpr() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
BooleanInteractor - Class in edu.wisc.trace.urcsdk.client.pret
BooleanInteractor a class representing boolean UI interactions such as check boxes.
BooleanInteractor() - Constructor for class edu.wisc.trace.urcsdk.client.pret.BooleanInteractor
Creates a new BooleanInteractor instance.
BooleanInteractor(Element, IUISocketElement) - Constructor for class edu.wisc.trace.urcsdk.client.pret.BooleanInteractor
Creates a new BooleanInteractor instance.
BooleanVariable - Class in edu.wisc.trace.urcsdk.client.uisocket.types
BooleanVariable is the boolean variant of the UISocketVariable.
BooleanVariable() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.BooleanVariable
Creates a new BooleanVariable instance.
BooleanVariable(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.BooleanVariable
Creates a new BooleanVariable instance.
BooleanVariable(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.BooleanVariable
Creates a new BooleanVariable instance.
BooleanVariable - Class in edu.wisc.trace.urcsdk.target.uisocket
BooleanVariable is a specialized form of UISocketVariable that deals specifically with boolean values.
BooleanVariable() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.BooleanVariable
Creates a new BooleanVariable instance.
BooleanVariable(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.BooleanVariable
Creates a new BooleanVariable instance.
BooleanVariable(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.BooleanVariable
Creates a new BooleanVariable instance.
bracketExpr() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
browse(String) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
browse called for initial browse when Media Server is detected.
browse(String, String, int, boolean) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
browse is used for browsing of particular index.
browse(String, String, int, String, boolean) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
browse is used for browsing a particular index.
bufcolumn - Variable in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
buffer - Variable in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
bufline - Variable in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
bufpos - Variable in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
builder - Variable in class edu.wisc.trace.urcsdk.client.Widget
 
buildInteractors(UISocketMirror, ClientSession, Map<String, Map<String, Object>>) - Static method in class edu.wisc.trace.urcsdk.client.ClientSession
Build the Interactors for a UISocket
buildUI(ClientSession) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
buildUI called by the Urc to create the User interface for a Session

C

cacheSize() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceManager
Returns the number of resources currently in the cache.
calculable - Variable in class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
The boolean value indicating whether or not this interactor is calculable by the URC.
Category - Class in edu.wisc.trace.urcsdk.client.uisocket
Category is a container for <category> subelements of the <location> element of a TargetDirectory.
Category(Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.Category
Creates a new Category instance.
category - Variable in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketNotification
 
Category - Class in edu.wisc.trace.urcsdk.target.uisocket
Category is ignored for this release of the SDK.
Category(Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.Category
Creates a new Category instance.
CeilingExpr - Class in edu.wisc.trace.urcsdk.xpath
CeilingExpr.
CeilingExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.CeilingExpr
 
CeilingExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.CeilingExpr
 
ceilingExpr() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
characters(char[], int, int) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun.DescriptionReader
 
checkDependencies() - Method in class edu.wisc.trace.urcsdk.client.ClientSession
checkDependencies checks all the XPath dependencies related to this Session.
checkDependencies() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
checkDependencies() - Method in interface edu.wisc.trace.urcsdk.client.uisocket.types.IUISocketElement
checkDependencies checks to see whether a write is accepted based on XPath.
checkDependents() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
checkNormalState(ClientSession) - Method in class edu.wisc.trace.urcsdk.xpath.XPathImpl
Check for the normal state of all UISocketNotify Variable.
children - Variable in class edu.wisc.trace.urcsdk.xpath.SimpleNode
 
clearCache() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceManager
clearCache makes the ResourceManager forget that it has parsed any ResourceSheets in the past.
clientMediaServerRendererPairs - Variable in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
 
clientParametersMap - Variable in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientTun
 
ClientSession - Class in edu.wisc.trace.urcsdk.client
ClientSession controls all session management for a socket.
ClientSession(UISocketMirror, String) - Constructor for class edu.wisc.trace.urcsdk.client.ClientSession
Creates a new ClientSession instance.
ClientTunManager - Class in edu.wisc.trace.urcsdk.client
ClientTunManager Acts as a proxy between the Clients and ClientTuns Created on: March 1st, 2006
ClientTunManager.ClientTunAssociation - Class in edu.wisc.trace.urcsdk.client
Used for maintaining Map of Client and ClientTuns.
ClientTunManager.ClientTunAssociation() - Constructor for class edu.wisc.trace.urcsdk.client.ClientTunManager.ClientTunAssociation
 
ClientTunManager.ClientTunAssociation(IClient, IClientTun) - Constructor for class edu.wisc.trace.urcsdk.client.ClientTunManager.ClientTunAssociation
 
clone() - Method in interface edu.wisc.trace.urcsdk.base.IUISocketElement
Returnes a copy of the object
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.BasicCommand
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.BooleanConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.BooleanVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.DateConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.DateTimeConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.DateTimeVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.DateVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.DayConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.DayVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.DecimalConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.DecimalVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.DurationConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.DurationVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.IntegerConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.IntegerVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.ListConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.ListVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.MonthConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.MonthDayConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.MonthDayVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.MonthVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.NumberConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.NumberVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.StringConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.StringVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.TimeConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.TimedCommand
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.TimeVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketCommand
 
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketNotification
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.VoidCommand
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.YearConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.YearMonthConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.YearMonthVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.YearVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.AbstractUISocketElement
Returnes a copy of the object
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.BooleanConstant
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.BooleanVariable
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.DateConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.DateTimeConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.DateTimeVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.DateVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.DayConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.DayVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.DecimalConstant
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.DecimalVariable
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.DurationConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.DurationVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.IntegerConstant
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.IntegerVariable
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.ListConstant
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.ListVariable
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.MonthConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.MonthDayConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.MonthDayVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.MonthVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.NumberConstant
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.NumberVariable
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.StringConstant
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.StringVariable
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.TimeConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.TimeVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketCommand
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketConstant
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketNotification
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketTimedCommand
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketVariable
 
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.YearConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.YearMonthConstant
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.YearMonthVariable
Describe clone method here.
clone() - Method in class edu.wisc.trace.urcsdk.target.uisocket.YearVariable
Describe clone method here.
close() - Method in class edu.wisc.trace.urcsdk.support.LoggerUtil.SdkHandler
 
closeAllSessions() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocket
Closes all the current sessions.
closeSession() - Method in class edu.wisc.trace.urcsdk.client.ClientSession
closeSession closes the Session with the target
closeSession(String) - Method in class edu.wisc.trace.urcsdk.client.ClientTunManager
Close Session request from Client
closeSession(String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Closes session for the requested sessionId
closeSession(String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
closeSession(String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
closeSession closes session for the requested sessionId
closeSession(String) - Method in interface edu.wisc.trace.urcsdk.client.IClientTun
Called to alert the Target that the Client wants to close the session.
closeSession(String) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientControlPoint
Invokes "closeSession" on the Target device.
closeSession(String) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientTun
 
closeSession(String) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
 
closeSession(String) - Method in interface edu.wisc.trace.urcsdk.target.ITargetTun
closeSession is called from the lower level of the Tun, when a Client needs to close a session.
closeSession(String) - Method in interface edu.wisc.trace.urcsdk.target.ITargetTunListener
closeSession is called from the lower level of the Tun, when a Urc wants to close a Session
closeSession() - Method in class edu.wisc.trace.urcsdk.target.TargetSession
closeSession is called by the Client to close the session.
closeSession(String) - Method in class edu.wisc.trace.urcsdk.target.TargetTunManager
 
closeSession(TargetSession) - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocket
Called whenever a Session is closed.
closeSession(String) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetTun
 
cohesion - Variable in class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
cohesion is the level of grouping for this interactor.
column - Variable in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
CommonUtility - Class in edu.wisc.trace.urcsdk.support
 
CommonUtility() - Constructor for class edu.wisc.trace.urcsdk.support.CommonUtility
 
ConcatString - Class in edu.wisc.trace.urcsdk.xpath
ConcatString.
ConcatString(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.ConcatString
 
ConcatString(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.ConcatString
 
concatString() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
configureForClient(IClient, Map<String, Object>) - Method in interface edu.wisc.trace.urcsdk.client.IClientTun
Called by the ClientTunManager, when first time a Client calls the ClientTunManager's bindToClientTun method.
configureForClient(IClient, Map<String, Object>) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientTun
 
configureForClient(IClient, Map<String, Object>) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
Nothing specific to configure for Clients binding to this TUN
configureForTarget(ITarget, Map<String, Object>) - Method in interface edu.wisc.trace.urcsdk.target.ITargetTun
configureForTarget is called by the TargetTunManager, when first time a Target calls the TargetTunManager's bindtoTun method.
configureForTarget(ITarget, Map<String, Object>) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetTun
 
connectionLost(String) - Method in class edu.wisc.trace.urcsdk.target.facade.TargetFacadeForJni
 
connectionLost(String) - Method in interface edu.wisc.trace.urcsdk.target.ISessionListener
Called when the Target can no longer connect to the Client.
Constants - Class in edu.wisc.trace.urcsdk.base
Constants contains all of the global constants used throughout the URC SDK and samples.
Constants.BasicCommandState - Enum in edu.wisc.trace.urcsdk.base
 
Constants.BasicNotificationState - Enum in edu.wisc.trace.urcsdk.base
 
Constants.ResourceRole - Enum in edu.wisc.trace.urcsdk.base
Enumeration of all possible roles that a resource can take.
Constants.ResourceType - Enum in edu.wisc.trace.urcsdk.base
 
Constraints - Class in edu.wisc.trace.urcsdk.client.uisocket
Constraints description will go here.
Constraints(Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.Constraints
Creates a new Constraints instance.
Constraints - Class in edu.wisc.trace.urcsdk.target.uisocket
Constraints is ignored for this release of the SDK.
Constraints(Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.Constraints
Creates a new Constraints instance.
Contains - Class in edu.wisc.trace.urcsdk.xpath
Contains.
Contains(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.Contains
 
Contains(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.Contains
 
contains() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
copyFile(String, File, Object) - Static method in class edu.wisc.trace.urcsdk.support.FileCopyUtil
 
createBooleanWidget(BooleanInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createBooleanWidget creates an Boolean widget.
createBuilder() - Method in class edu.wisc.trace.urcsdk.client.UIBuilderFactory
createBuilder returns a new IUIBuilder
createBuilder(String) - Method in class edu.wisc.trace.urcsdk.client.UIBuilderFactory
createBuilder returns a new IUIBuilder
createDateTimeWidget(DateTimeInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createDateTimeWidget creates a date time widget.
createDateWidget(DateInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createDateWidget creates a date widget.
createDayWidget(DayInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createDayWidget creates a day widget.
createDecimalWidget(DecimalInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createDecimalWidget creates a decimal widget.
createDurationWidget(DurationInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createDurationWidget creates a duration widget.
createGroupWidget(Group) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createGroupWidget creates a Widget containing other Widgets
createInputNumberWidget(InputInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createInputNumberWidget creates an InputNumber widget.
createInputStringWidget(InputInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createInputStringWidget creates an InputString widget
createModalDialogWidget(ModalDialogInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createModalDialogWidget creates a modal dialog
createMonthDayWidget(MonthDayInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createMonthDayWidget creates a trigger widget.
createMonthWidget(MonthInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createMonthWidget creates a monthDay widget.
createNextTargetId() - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientTun
 
createOutputWidget(OutputInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createOutputWidget creates an output widget.
createRangeNumberWidget(RangeInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createRangeNumberWidget creates a ranged widget.
createSelectOneWidget(Select1Interactor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createSelectOneWidget creates a select one widget.
createTimedTriggerWidget(TimedTriggerInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createTimedTriggerWidget creates a timedtrigger widget.
createTimeWidget(TimeInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createTimeWidget creates a time widget.
createTriggerWidget(TriggerInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createTriggerWidget creates a trigger widget.
createYearMonthWidget(YearMonthInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createYearMonthWidget creates a yearmonth widget.
createYearWidget(YearInteractor) - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
createYearWidget creates a month widget.
curChar - Variable in class edu.wisc.trace.urcsdk.xpath.XPathParserTokenManager
 
currentToken - Variable in exception edu.wisc.trace.urcsdk.xpath.ParseException
This is the last token that has been consumed successfully.

D

DateConstant - Class in edu.wisc.trace.urcsdk.client.uisocket.types
DateConstant is a variant of UISocketConstant that deals specifically with date.
DateConstant() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DateConstant
Creates a new instance of DateConstant
DateConstant(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DateConstant
Creates a new instance of DateConstant
DateConstant(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DateConstant
Creates a new instance of DateConstant
DateConstant - Class in edu.wisc.trace.urcsdk.target.uisocket
DateConstant is a variant of UISocketConstant that deals specifically with date.
DateConstant() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DateConstant
Creates a new instance of DateConstant
DateConstant(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DateConstant
Creates a new instance of DateConstant
DateConstant(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DateConstant
Creates a new instance of DateConstant
DateInteractor - Class in edu.wisc.trace.urcsdk.client.pret
DateInteractor a class representing Date UI interactions.
DateInteractor() - Constructor for class edu.wisc.trace.urcsdk.client.pret.DateInteractor
Creates a new DateInteractor instance.
DateInteractor(Element, IUISocketElement) - Constructor for class edu.wisc.trace.urcsdk.client.pret.DateInteractor
Creates a new DateInteractor instance.
DateTimeConstant - Class in edu.wisc.trace.urcsdk.client.uisocket.types
DateTimeConstant is a variant of UISocketConstant that deals specifically with date and time.
DateTimeConstant() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DateTimeConstant
Creates a new instance of DateTimeConstant
DateTimeConstant(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DateTimeConstant
Creates a new instance of DateTimeConstant
DateTimeConstant(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DateTimeConstant
Creates a new instance of DateTimeConstant
DateTimeConstant - Class in edu.wisc.trace.urcsdk.target.uisocket
DateTimeConstant is a variant of UISocketConstant that deals specifically with date and time.
DateTimeConstant() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DateTimeConstant
Creates a new instance of DateTimeConstant
DateTimeConstant(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DateTimeConstant
Creates a new instance of DateTimeConstant
DateTimeConstant(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DateTimeConstant
Creates a new instance of DateTimeConstant
DateTimeInteractor - Class in edu.wisc.trace.urcsdk.client.pret
DateTimeInteractor a class representing DateTime UI interactions.
DateTimeInteractor() - Constructor for class edu.wisc.trace.urcsdk.client.pret.DateTimeInteractor
Creates a new DateTimeInteractor instance.
DateTimeInteractor(Element, IUISocketElement) - Constructor for class edu.wisc.trace.urcsdk.client.pret.DateTimeInteractor
Creates a new DateTimeInteractor instance.
DateTimeVariable - Class in edu.wisc.trace.urcsdk.client.uisocket.types
DateTimeVariable is a variant of UISocketVariable that deals specifically with date and time.
DateTimeVariable() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DateTimeVariable
Creates a new instance of DateTimeVariable
DateTimeVariable(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DateTimeVariable
Creates a new instance of DateTimeVariable
DateTimeVariable(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DateTimeVariable
Creates a new instance of DateTimeVariable
DateTimeVariable - Class in edu.wisc.trace.urcsdk.target.uisocket
DateTimeVariable is a variant of UISocketVariable that deals specifically with date and time.
DateTimeVariable() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DateTimeVariable
Creates a new instance of DateTimeVariable
DateTimeVariable(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DateTimeVariable
Creates a new instance of DateTimeVariable
DateTimeVariable(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DateTimeVariable
Creates a new instance of DateTimeVariable
DateVariable - Class in edu.wisc.trace.urcsdk.client.uisocket.types
DateVariable is a variant of UISocketVariable that deals specifically with date.
DateVariable() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DateVariable
Creates a new instance of DateVariable
DateVariable(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DateVariable
Creates a new instance of DateVariable
DateVariable(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DateVariable
Creates a new instance of DateVari