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 DateVariable
DateVariable - Class in edu.wisc.trace.urcsdk.target.uisocket
DateVariable is a variant of UISocketVariable that deals specifically with date.
DateVariable() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DateVariable
Creates a new instance of DateVariable
DateVariable(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DateVariable
Creates a new instance of DateVariable
DateVariable(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DateVariable
Creates a new instance of DateVariable
DayConstant - Class in edu.wisc.trace.urcsdk.client.uisocket.types
DayConstant is a variant of UISocketConstant that deals specifically with day.
DayConstant() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DayConstant
Creates a new instance of DayConstant
DayConstant(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DayConstant
Creates a new instance of DayConstant
DayConstant(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DayConstant
Creates a new instance of DayConstant
DayConstant - Class in edu.wisc.trace.urcsdk.target.uisocket
DayConstant is a variant of UISocketConstant that deals specifically with day.
DayConstant() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DayConstant
Creates a new instance of DayConstant
DayConstant(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DayConstant
Creates a new instance of DayConstant
DayConstant(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DayConstant
Creates a new instance of DayConstant
DayInteractor - Class in edu.wisc.trace.urcsdk.client.pret
DayInteractor a class representing Day UI interactions.
DayInteractor() - Constructor for class edu.wisc.trace.urcsdk.client.pret.DayInteractor
Creates a new DayInteractor instance.
DayInteractor(Element, IUISocketElement) - Constructor for class edu.wisc.trace.urcsdk.client.pret.DayInteractor
Creates a new DayInteractor instance.
DayVariable - Class in edu.wisc.trace.urcsdk.client.uisocket.types
DayVariable is a variant of UISocketVariable that deals specifically with day.
DayVariable() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DayVariable
Creates a new instance of DayVariable
DayVariable(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DayVariable
Creates a new instance of DayVariable
DayVariable(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DayVariable
Creates a new instance of DayVariable
DayVariable - Class in edu.wisc.trace.urcsdk.target.uisocket
DayVariable is a variant of UISocketVariable that deals specifically with day.
DayVariable() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DayVariable
Creates a new instance of DayVariable
DayVariable(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DayVariable
Creates a new instance of DayVariable
DayVariable(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DayVariable
Creates a new instance of DayVariable
DC - Static variable in class edu.wisc.trace.urcsdk.base.Constants
 
DCTERMS - Static variable in class edu.wisc.trace.urcsdk.base.Constants
 
debugStream - Variable in class edu.wisc.trace.urcsdk.xpath.XPathParserTokenManager
 
DecimalConstant - Class in edu.wisc.trace.urcsdk.client.uisocket.types
DecimalConstant is the number variant of UISocketStatic.
DecimalConstant() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DecimalConstant
Creates a new DecimalConstant instance.
DecimalConstant(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DecimalConstant
Creates a new DecimalConstant instance.
DecimalConstant(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DecimalConstant
Creates a new DecimalConstant instance.
DecimalConstant - Class in edu.wisc.trace.urcsdk.target.uisocket
DecimalConstant is a specialized version of a UISocketVariable that deals specifically with decimals.
DecimalConstant() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DecimalConstant
Creates a new DecimalConstant instance.
DecimalConstant(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DecimalConstant
Creates a new DecimalConstant instance.
DecimalConstant(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DecimalConstant
Creates a new DecimalConstant instance.
DecimalInteractor - Class in edu.wisc.trace.urcsdk.client.pret
DecimalInteractor a class representing Decimal UI interactions.
DecimalInteractor() - Constructor for class edu.wisc.trace.urcsdk.client.pret.DecimalInteractor
Creates a new DecimalInteractor instance.
DecimalInteractor(Element, IUISocketElement) - Constructor for class edu.wisc.trace.urcsdk.client.pret.DecimalInteractor
Creates a new DecimalInteractor instance.
DecimalVariable - Class in edu.wisc.trace.urcsdk.client.uisocket.types
DecimalVariable is the number variant of UISocketVariable.
DecimalVariable() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DecimalVariable
Creates a new DecimalVariable instance.
DecimalVariable(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DecimalVariable
Creates a new DecimalVariable instance.
DecimalVariable(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DecimalVariable
Creates a new DecimalVariable instance.
DecimalVariable - Class in edu.wisc.trace.urcsdk.target.uisocket
DecimalVariable is a specialized version of a UISocketVariable that deals specifically with decimals.
DecimalVariable() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DecimalVariable
Creates a new DecimalVariable instance.
DecimalVariable(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DecimalVariable
Creates a new DecimalVariable instance.
DecimalVariable(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DecimalVariable
Creates a new DecimalVariable instance.
DEFAULT - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
DefaultOptimizer - Class in edu.wisc.trace.urcsdk.client.resources
DefaultOptimizer is the default implementation of the IResourceOptimizer.
DefaultOptimizer() - Constructor for class edu.wisc.trace.urcsdk.client.resources.DefaultOptimizer
 
dependents - Variable in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
deviceAdded(Device) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientControlPoint
Called by Clink when a new device is discovered.
deviceAdded(Device) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpDcpsControlPoint
Called by Cyber Link when a new device is discovered.
deviceAdded(Device) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetControlPoint
deviceAdded called whenever a device is added in the network.
deviceNotifyReceived(SSDPPacket) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientControlPoint
 
deviceNotifyReceived(SSDPPacket) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetControlPoint
 
deviceRemoved(Device) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientControlPoint
Called by the Clink library when a device is removed from the network.
deviceRemoved(Device) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpDcpsControlPoint
Called by the Cyber Link library when a device is removed from the network.
deviceRemoved(Device) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetControlPoint
deviceRemoved called whenever a device is removed from the network.
deviceSearchResponseReceived(SSDPPacket) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientControlPoint
 
deviceSearchResponseReceived(SSDPPacket) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetControlPoint
 
Digits - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
disable_tracing() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
DIV - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
DivExpr - Class in edu.wisc.trace.urcsdk.xpath
DivExpr.
DivExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.DivExpr
 
DivExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.DivExpr
 
domain - Variable in class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
id is the String value of this interactors domain as derived from the PreT XML document.
DOMAIN - Static variable in class edu.wisc.trace.urcsdk.client.resources.ResourceSheetDescription
DOMAIN is the constant value referring to the "domain" metadata.
Done() - Method in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
DOTDOT - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
dump(String) - Method in class edu.wisc.trace.urcsdk.xpath.SimpleNode
 
DurationConstant - Class in edu.wisc.trace.urcsdk.client.uisocket.types
DurationConstant is a variant of UISocketConstant that deals specifically with the duration.
DurationConstant() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DurationConstant
Creates a new instance of DurationConstant
DurationConstant(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DurationConstant
Creates a new instance of DurationConstant
DurationConstant(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DurationConstant
Creates a new instance of DurationConstant
DurationConstant - Class in edu.wisc.trace.urcsdk.target.uisocket
DurationConstant is a variant of UISocketConstant that deals specifically with duration.
DurationConstant() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DurationConstant
Creates a new instance of DurationConstant
DurationConstant(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DurationConstant
Creates a new instance of DurationConstant
DurationConstant(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DurationConstant
Creates a new instance of DurationConstant
DurationInteractor - Class in edu.wisc.trace.urcsdk.client.pret
DurationInteractor a class representing Duration UI interactions.
DurationInteractor(Element, IUISocketElement) - Constructor for class edu.wisc.trace.urcsdk.client.pret.DurationInteractor
Creates a DurationInteractor object
DurationInteractor() - Constructor for class edu.wisc.trace.urcsdk.client.pret.DurationInteractor
Creates a DurationInteractor object.
DurationVariable - Class in edu.wisc.trace.urcsdk.client.uisocket.types
DurationVariable is a variant of UISocketVariable that deals specifically with the duration.
DurationVariable() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DurationVariable
Creates a new instance of DurationVariable
DurationVariable(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DurationVariable
Creates a new instance of DurationVariable
DurationVariable(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.DurationVariable
Creates a new instance of DurationVariable
DurationVariable - Class in edu.wisc.trace.urcsdk.target.uisocket
DurationVariable is a variant of UISocketVariable that deals specifically with duration.
DurationVariable() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DurationVariable
Creates a new instance of DurationVariable
DurationVariable(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DurationVariable
Creates a new instance of DurationVariable
DurationVariable(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.DurationVariable
Creates a new instance of DurationVariable
dynamicValues - Variable in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketVariable
 

E

edu.wisc.trace.urcsdk.base - package edu.wisc.trace.urcsdk.base
Provides utility classes that can be used throughout the entire SDK.
edu.wisc.trace.urcsdk.base.upnp2s - package edu.wisc.trace.urcsdk.base.upnp2s
This package contains classes that are needed for the UPnP-2-Service-TUN link, for both target-side and client-side implementations.
edu.wisc.trace.urcsdk.client - package edu.wisc.trace.urcsdk.client
Provides classes for implementing a URC.
edu.wisc.trace.urcsdk.client.facade - package edu.wisc.trace.urcsdk.client.facade
Provides classes as an entry point to the SDK
edu.wisc.trace.urcsdk.client.pret - package edu.wisc.trace.urcsdk.client.pret
Provides classes for implementing URC interactors.
edu.wisc.trace.urcsdk.client.resources - package edu.wisc.trace.urcsdk.client.resources
Provides classes for dealing with Resources and their respective XML documents.
edu.wisc.trace.urcsdk.client.uisocket - package edu.wisc.trace.urcsdk.client.uisocket
Provides classes for dealing with UI Socket Elements and their respective XML documents.
edu.wisc.trace.urcsdk.client.uisocket.types - package edu.wisc.trace.urcsdk.client.uisocket.types
Provides type implementations for UI Socket elements.
edu.wisc.trace.urcsdk.client.upnp2s - package edu.wisc.trace.urcsdk.client.upnp2s
This is the client-side implementation of the UPnP-2-service TUN Link which defines a communication protocol between the Target and a URC based on the UPnP device architecture 1.0.
edu.wisc.trace.urcsdk.client.upnpdcps - package edu.wisc.trace.urcsdk.client.upnpdcps
UPnP DCPs Client-TUN classes
edu.wisc.trace.urcsdk.support - package edu.wisc.trace.urcsdk.support
Provides support classes that can be used throughout the entire SDK.
edu.wisc.trace.urcsdk.target - package edu.wisc.trace.urcsdk.target
Provides classes required to create Targets.
edu.wisc.trace.urcsdk.target.facade - package edu.wisc.trace.urcsdk.target.facade
 
edu.wisc.trace.urcsdk.target.uisocket - package edu.wisc.trace.urcsdk.target.uisocket
Target UISocket classes.
edu.wisc.trace.urcsdk.target.upnp2s - package edu.wisc.trace.urcsdk.target.upnp2s
This is the Target-side implementation of the UPnP-2-service TUN Link which defines a communication protocol between the Target and a URC based on the UPnP device architecture 1.0.
edu.wisc.trace.urcsdk.xpath - package edu.wisc.trace.urcsdk.xpath
Provides XPath parsing for the URC SDK.
elementIdUISocketElementMap - Variable in class edu.wisc.trace.urcsdk.client.ClientSession
 
elementRef - Variable in class edu.wisc.trace.urcsdk.client.resources.AbstractResource
 
ElementRef - Class in edu.wisc.trace.urcsdk.client.uisocket
ElementRef is a class representation of a UI Socket Element reference.
ElementRef(String) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.ElementRef
 
ElementRef(String, String) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.ElementRef
 
EMPTY_RESOURCE - Static variable in interface edu.wisc.trace.urcsdk.client.resources.IResource
An empty resource.
EmptyResource - Class in edu.wisc.trace.urcsdk.client.resources
EmptyResource is a dummy resource type for cases where a resource is required, but no valid resources could be found.
EmptyResource() - Constructor for class edu.wisc.trace.urcsdk.client.resources.EmptyResource
 
enable_tracing() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
endColumn - 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.
endDocument() - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun.DescriptionReader
 
endElement(String, String, String) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun.DescriptionReader
 
endLine - 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.
endNativeTarget() - Method in class edu.wisc.trace.urcsdk.target.facade.TargetFacadeForJni
 
endTimeTemp - Static variable in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
 
EOF - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
eol - Variable in exception edu.wisc.trace.urcsdk.xpath.ParseException
The end of line string for this machine.
EQ - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
EqExpr - Class in edu.wisc.trace.urcsdk.xpath
EqExpr.
EqExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.EqExpr
 
EqExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.EqExpr
 
EqualityExpr() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
equals(IResource) - Method in class edu.wisc.trace.urcsdk.client.resources.AbstractResource
Returns true if this and the given Resource are the same.
equals(IResource) - Method in interface edu.wisc.trace.urcsdk.client.resources.IResource
 
equals(Object) - Method in class edu.wisc.trace.urcsdk.client.uisocket.ElementRef
 
ErrorHandler - Class in edu.wisc.trace.urcsdk.support
ErrorHandler is a centralized approach to exception handling within the URC SDK.
eval(ClientSession, SimpleNode) - Method in class edu.wisc.trace.urcsdk.xpath.XPathImpl
Evaluate the given JJTree node.
eventNotifyReceived(String, long, String, String) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
Called by the CLink SDK for UPnP, when an event is received from a Subscribed UPnP Service
executable - Variable in class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
The boolean value indicating whether or not this interactor is executable by the URC.
ExpandBuff(boolean) - Method in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
expectedTokenSequences - Variable in exception edu.wisc.trace.urcsdk.xpath.ParseException
Each entry in this array is an array of integers.
explicitAck - Variable in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketNotification
 
Expr() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 

F

FacadeForJs - Class in edu.wisc.trace.urcsdk.client.facade
FacadeForJs A sample implementation for JavaScript based User Interface to the URC Client
FacadeForJs() - Constructor for class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
 
FacadeForJs.SocketElementListener - Class in edu.wisc.trace.urcsdk.client.facade
Special purpose Listener for Listening to individual SocketElements
FacadeForJs.SocketElementListener(IUISocketElement) - Constructor for class edu.wisc.trace.urcsdk.client.facade.FacadeForJs.SocketElementListener
Creates a new SocketElementListener instance
FileCopyUtil - Class in edu.wisc.trace.urcsdk.support
UPnPDeviceDescriptionLocations contains the methods needed to get both the URC and Target UPnP Device Descriptions.
FileCopyUtil() - Constructor for class edu.wisc.trace.urcsdk.support.FileCopyUtil
 
FileRetriever - Class in edu.wisc.trace.urcsdk.client.resources
FileRetriever is a utility class that can retrieve files from multiple sources and return URC compliant resources.
FileRetriever() - Constructor for class edu.wisc.trace.urcsdk.client.resources.FileRetriever
 
FillBuff() - Method in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
firstChildNode(String, String) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
firstChildNode called to invoke firstChildNode command.
FloorExpr - Class in edu.wisc.trace.urcsdk.xpath
FloorExpr.
FloorExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.FloorExpr
 
FloorExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.FloorExpr
 
floorExpr() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
flush() - Method in class edu.wisc.trace.urcsdk.support.LoggerUtil.SdkHandler
 
format(LogRecord) - Method in class edu.wisc.trace.urcsdk.support.LoggerUtil.SdkFormatter
 

G

GE - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
GeExpr - Class in edu.wisc.trace.urcsdk.xpath
GeExpr.
GeExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.GeExpr
 
GeExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.GeExpr
 
generateParseException() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
generateResourceKey(ElementRef, String, String, String) - Static method in class edu.wisc.trace.urcsdk.client.resources.ResourceManager
Generates the internally-used hash string for storing resources.
generateResourceSheetKey(String, String, String, String, String) - Static method in class edu.wisc.trace.urcsdk.client.resources.ResourceManager
Generates the internally-used hash string for storing resource sheets.
generateSessionId() - Method in class edu.wisc.trace.urcsdk.target.GenericTarget
 
generateSessionId() - Method in interface edu.wisc.trace.urcsdk.target.ITarget
Generates a unique session Id based on the number of sessions and the current time.
generateXML(String) - Static method in class edu.wisc.trace.urcsdk.support.CommonUtility
 
GenericClient - Class in edu.wisc.trace.urcsdk.client
GenericClient is a Sample class that URCs may use in order to fully comply with the specification for URCs.
GenericClient(URL) - Constructor for class edu.wisc.trace.urcsdk.client.GenericClient
Creates a new GenericClient instance.
GenericTarget - Class in edu.wisc.trace.urcsdk.target
An generic version of a Target
GenericTarget(URL, URI) - Constructor for class edu.wisc.trace.urcsdk.target.GenericTarget
Creates a new GenericTarget instance.
getAbout() - Method in class edu.wisc.trace.urcsdk.client.TargetDirectory
getName returns the TargetDirectory's 'about' tag.
getAbout() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketDocument
getName the 'about' attribute of the SocketDocument
getAbout() - Method in class edu.wisc.trace.urcsdk.target.TargetDirectory
Returns the name of the TargetDirectory
getAbout() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketDocument
Returns the about text for the document.
getAccessKey(UserPreferences) - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getAccessKey(UserPreferences) - Method in interface edu.wisc.trace.urcsdk.client.uisocket.types.IUISocketElement
getAccessKey returns an access key for the socket element.
getAccessKey(UserPreferences) - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketNotification
 
getAccessKey(UserPreferences) - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
Describe getAccessKey method here.
getAcknowledge() - Method in class edu.wisc.trace.urcsdk.client.uisocket.SocketDependency
 
getAcknowledge() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketNotification
 
getAllInteractors() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getAllInteractors all interactors for this UISocket
getAvailableTargets() - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getAvailableTargets() - Method in interface edu.wisc.trace.urcsdk.client.IClient
getAvailableTargets
getBaseURI() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceDirectory
Returns the base URI of the resource directory.
getBaseURI() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceSheet
getBaseURI returns the URI without any file names added, for use in referring to the base directory this document loaded from.
getBaseURI() - Method in class edu.wisc.trace.urcsdk.client.TargetDirectory
getBaseURI returns the base of the Target document's URI
getBaseURI() - Method in class edu.wisc.trace.urcsdk.target.ResourceDirectory
Gets the base URI of the Resource Directory
getBaseURI() - Method in class edu.wisc.trace.urcsdk.target.TargetDirectory
Returns the base URI of the TargetDirectory
getBeginColumn() - Method in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
getBeginLine() - Method in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
getBuildDateAndTime() - Static method in class edu.wisc.trace.urcsdk.support.ProjectInfo
getBuildDateAndTime returns the latest build date and time.
getCalculate() - Method in class edu.wisc.trace.urcsdk.client.uisocket.SocketDependency
getCalculate returns the calculate attribute
getClient() - Method in class edu.wisc.trace.urcsdk.client.ClientTunManager.ClientTunAssociation
getClient
getClientsForClientTun(IClientTun) - Method in class edu.wisc.trace.urcsdk.client.ClientTunManager
Utility method
getClientTun() - Method in class edu.wisc.trace.urcsdk.client.ClientTunManager.ClientTunAssociation
getClient
getClientTun(String) - Method in class edu.wisc.trace.urcsdk.client.ClientTunManager
Returns the ClientTun instance for the tunClassName specified.
getClientTunsForClient(IClient) - Method in class edu.wisc.trace.urcsdk.client.ClientTunManager
Utility method
getCodeBase() - Static method in class edu.wisc.trace.urcsdk.support.CommonUtility
 
getCohesion() - Method in class edu.wisc.trace.urcsdk.client.pret.Group
Returns the cohesion level of this group in the form of a string.
getColumn() - Method in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
Deprecated.  
getConformsTo() - Method in class edu.wisc.trace.urcsdk.client.TargetDirectory
 
getConformsTo() - Method in class edu.wisc.trace.urcsdk.client.UiidDescription
 
getDependents() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getDependents() - Method in interface edu.wisc.trace.urcsdk.client.uisocket.types.IUISocketElement
getDependents gets all the dependents of this socket element
getDomain() - Method in class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
 
getDomain() - Method in class edu.wisc.trace.urcsdk.client.TargetMirror
getDomain returns a targetDirectory's 'about' tag
getDomain() - Method in class edu.wisc.trace.urcsdk.client.uisocket.ElementRef
 
getDomains() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceSheet
Returns the domains that this ResourceSheet contains.
getDublinCoreElement(String) - Method in class edu.wisc.trace.urcsdk.client.TargetDirectory
getDublinCoreElement returns the specified Dublin Core element, if present.
getDynamicIDs() - Method in class edu.wisc.trace.urcsdk.client.uisocket.SocketSelection
getDynamicIDs the IDs of non-static elements for this selection.
getDynamicIDs() - Method in class edu.wisc.trace.urcsdk.target.uisocket.SocketSelection
Returns a List of the dynamic IDs
getDynamicRefVars() - Method in class edu.wisc.trace.urcsdk.client.uisocket.SocketSelection
getDynamicRefVars dynamic reference variables for this selection.
getDynamicRefVars() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketVariable
 
getDynamicRefVars() - Method in class edu.wisc.trace.urcsdk.target.uisocket.SocketSelection
Returns a List of the dynamic references.
getDynamicRefVars() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketVariable
Returns the dynamic variable list.
getElementHelp(ElementRef, Constants.ResourceRole, UserPreferences) - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getElementHelp help text for the specified element
getElementIDs(String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Returns an array of elementID's for the requested SessionID
getElementIDs(String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getElementIDs(String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
Returns an array of elementID's for the requested SessionID
getElementLabel(ElementRef, UserPreferences) - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getElementLabel a label for the specified element
getElementLabel(ElementRef, String, UserPreferences) - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getElementLabel returns a value-specific label for an element
getElementRef(String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Gets the ElementRef for the elementID
getElementRef(String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getElementRef(String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
getElementRef gets the ElementRef for the elementID
getElementRef() - Method in class edu.wisc.trace.urcsdk.client.resources.AbstractResource
 
getElementRef() - Method in interface edu.wisc.trace.urcsdk.client.resources.IResource
 
getElementRefs() - Method in class edu.wisc.trace.urcsdk.client.resources.AResourceDescription
Returns a list of the element references in this resource description.
getElementState(String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Returns the present State of a UISocketElement
getElementState(String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
Get the latest value for an element
getElementState(String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClientTun
Called to retrieve the current value of a state element
getElementState(String, String) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientControlPoint
Invokes "getStateElement" on the Target device.
getElementState(String, String) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientTun
 
getElementState(String, String) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
Retrieve the current state of the element from the Upnp Target.
getElementState(String, String) - Method in interface edu.wisc.trace.urcsdk.target.ITargetTun
getElementState is an incoming call from the lower levels of the Tun, from a Client that needs the current value of a SocketElement
getElementState(String, String) - Method in interface edu.wisc.trace.urcsdk.target.ITargetTunListener
getElementState is an incoming call from the lower levels of the Tun, from a Client that needs the current value of a SocketElement
getElementState(String, String) - Method in class edu.wisc.trace.urcsdk.target.TargetTunManager
 
getElementState(String, String) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetTun
 
getElementsToUpdate() - Method in class edu.wisc.trace.urcsdk.xpath.XPathImpl
 
getElementValueForSession(String, String) - Method in class edu.wisc.trace.urcsdk.target.facade.TargetFacadeForJni
 
getElementValueForTemplate(String) - Method in class edu.wisc.trace.urcsdk.target.facade.TargetFacadeForJni
 
getElementValueMap(String) - Method in interface edu.wisc.trace.urcsdk.target.ITargetTunListener
Get Map of SocketElement ID versus its Value
getElementValueMap(String) - Method in class edu.wisc.trace.urcsdk.target.TargetTunManager
 
getEndColumn() - Method in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
getEndLine() - Method in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
getEnumeration(String) - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketDocument
getEnumeration the enumeration specified by refType
getEnumeration() - Method in class edu.wisc.trace.urcsdk.client.uisocket.XSDSimpleType
 
getEnumeration(String) - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketDocument
Returns a list of IDs associated with the given element reference.
getExecute() - Method in class edu.wisc.trace.urcsdk.client.uisocket.SocketDependency
getExecute returns the execute dependencies
getExplicitAck() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketNotification
 
getFormat() - Method in class edu.wisc.trace.urcsdk.client.resources.AbstractResource
 
getFormat() - Method in interface edu.wisc.trace.urcsdk.client.resources.IResource
Return the DCMI format property of resource (MIME type).
getFormat() - Method in class edu.wisc.trace.urcsdk.support.UserPreferences
 
getFormats() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceSheet
Returns all formats used in this ResourceSheet.
getFriendlyName() - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientTun
 
getFriendlyName() - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetTun
 
getHelp() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getHelp() - Method in interface edu.wisc.trace.urcsdk.client.uisocket.types.IUISocketElement
getHelp returns a help item for the socket element
getHelpEffect() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getHelpEffect gets the effect of the socket
getHelpPurpose() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getHelpPurpose gets the purpose of a socket
getIcon(UserPreferences) - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getIcon returns an image
getId() - Method in interface edu.wisc.trace.urcsdk.base.IUISocketElement
Returns the Id of the UISocketElement
getID() - Method in class edu.wisc.trace.urcsdk.base.TargetLocator
Returns this locator's ID.
getID() - Method in class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
Returns the ID of this interactor as found in the PreT document.
getID() - Method in class edu.wisc.trace.urcsdk.client.TargetDirectory
getID returns the TargetDirectory's ID
getID() - Method in class edu.wisc.trace.urcsdk.client.uisocket.ElementRef
 
getId() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getID() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketDescription
getID the 'id' of the socket document
getID() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getID gets the socket description's id attribute
getID() - Method in class edu.wisc.trace.urcsdk.target.TargetDirectory
Returns the ID of the TargetDirectory
getId() - Method in class edu.wisc.trace.urcsdk.target.TargetSession
getId gets the unique sessionID of this Session
getId() - Method in class edu.wisc.trace.urcsdk.target.uisocket.AbstractUISocketElement
Returns the Id of the UISocketElement
getId() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocket
Returns the id of this socket.
getID() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketDescription
Returns the ID associated with the UISocket
getId() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketDocument
Returns the Id for the UISocket document.
GetImage() - Method in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
getIncremental() - Method in class edu.wisc.trace.urcsdk.client.pret.InputInteractor
 
getIncremental() - Method in class edu.wisc.trace.urcsdk.client.pret.RangeInteractor
 
getIncremental() - Method in class edu.wisc.trace.urcsdk.client.pret.SecretInteractor
 
getIncremental() - Method in class edu.wisc.trace.urcsdk.client.pret.Select1Interactor
 
getIncremental() - Method in class edu.wisc.trace.urcsdk.client.pret.SelectInteractor
 
getIncremental() - Method in class edu.wisc.trace.urcsdk.client.pret.TextAreaInteractor
 
getInstance() - Static method in class edu.wisc.trace.urcsdk.client.ClientTunManager
Get static instance of ClientTunManager.
getInstance() - Static method in class edu.wisc.trace.urcsdk.client.UIBuilderFactory
getInstance returns the UIBuilderFactory singleton.
getInstance() - Static method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpDcpsControlPoint
Method for singleton pattern mechanism
getInstance() - Static method in class edu.wisc.trace.urcsdk.target.TargetTunManager
getInstance Get static instance of TargetTunManager.
getInteractor() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getInteractor() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.BasicCommand
 
getInteractor() - Method in interface edu.wisc.trace.urcsdk.client.uisocket.types.IUISocketElement
getInteractor returns the current IInteractor for this element.
getInteractor() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.TimedCommand
 
getInteractor() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.VoidCommand
 
getInteractorMap(Element, UISocketMirror, UiidDocument) - Static method in class edu.wisc.trace.urcsdk.client.UiidDocument
getInteractorMap retreives the interactors in the Uiid Document
getInteractorMap() - Method in class edu.wisc.trace.urcsdk.client.UiidDocument
getInteractorMap retreives the interactors in the uiid document.
getInteractors() - Method in class edu.wisc.trace.urcsdk.client.ClientSession
getInteractors returns all the interactors for this session.
getInteractors() - Method in class edu.wisc.trace.urcsdk.client.pret.Group
Returns the interactors grouped by this element.
getInteractors() - Method in class edu.wisc.trace.urcsdk.client.pret.ModalDialogInteractor
 
getKey() - Method in class edu.wisc.trace.urcsdk.support.KeyValueMap
 
getKeywords(UserPreferences) - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getKeywords(UserPreferences) - Method in interface edu.wisc.trace.urcsdk.client.uisocket.types.IUISocketElement
getKeywords
getKeywords() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getKeywords returns keywords for the socket
getLabel(String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Gets the Label for the particular elementID
getLabel(String, String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getLabel(String, String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
getLabel gets the Label for the particular elementID
getLabel(UserPreferences) - Method in class edu.wisc.trace.urcsdk.client.TargetMirror
getLabel gives the best possible label for the target (based on region, etc...)
getLabel() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getLabel() - Method in interface edu.wisc.trace.urcsdk.client.uisocket.types.IUISocketElement
getLabel returns the label associated with the socket element
getLabel(UserPreferences) - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getLabel returns a label for the UISocket
getLabelForCurrentValue(String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Gets the Label for the Current Value of the elementID
getLabelForCurrentValue(String, String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getLabelForCurrentValue(String, String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
getLabelForCurrentValue gets the Label for the Current Value of the elementID
getLabelForSocket(String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Returns the label for the requested SocketID.
getLabelForSocket(String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getLabelForSocket(String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
getLabelForSocket returns the label for the requested SocketName.
getLabelForTarget(String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Returns Label for requested TargetID.
getLabelForTarget(String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getLabelForTarget(String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
getLabelForTarget returns Label for requested TargetID.
getLangs() - Method in class edu.wisc.trace.urcsdk.client.resources.AbstractResource
Returns a List of language contexts.
getLangs() - Method in interface edu.wisc.trace.urcsdk.client.resources.IResource
Returns the List of languages for this IResource
getLangs() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceSheet
Returns all languages used in this ResourceSheet.
getLanguage() - Method in class edu.wisc.trace.urcsdk.support.UserPreferences
Describe getCurrentLanguage method here.
getLanguageContexts() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceUseContext
Returns a list of all languages supported by this resource.
getLanguages() - Method in class edu.wisc.trace.urcsdk.support.UserPreferences
Gets all the available languages that have been added to the preference map.
getLine() - Method in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
Deprecated.  
getList() - Method in class edu.wisc.trace.urcsdk.client.resources.ListResource
Returns the List of IResource objects in this resource list.
getLocale() - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getLocale() - Method in interface edu.wisc.trace.urcsdk.client.IClient
getLocale
getLocators() - Method in class edu.wisc.trace.urcsdk.client.TargetDirectory
getLocators returns the locators associated with the Target
getLocators() - Method in class edu.wisc.trace.urcsdk.client.TargetMirror
getLocators returns the locators associated with this target.
getLocators() - Method in class edu.wisc.trace.urcsdk.target.TargetDirectory
Returns a list of the TargetLocators
getMaxInclusive() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.DecimalConstant
getMaxInclusive gets the highest allowable number (inclusive)
getMaxInclusive() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.DecimalVariable
getMaxInclusive gets the highest allowable number (inclusive)
getMaxInclusive() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.IntegerConstant
getMaxInclusive gets the highest allowable number (inclusive)
getMaxInclusive() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.IntegerVariable
getMaxInclusive gets the highest allowable number (inclusive)
getMaxInclusive() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.NumberConstant
getMaxInclusive gets the highest allowable number (inclusive)
getMaxInclusive() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.NumberVariable
getMaxInclusive gets the highest allowable number (inclusive)
getMaxInclusive(String) - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketDocument
getMaxInclusive the maximum inclusive value for the type
getMaxInclusive() - Method in class edu.wisc.trace.urcsdk.client.uisocket.XSDSimpleType
 
getMaxInclusive() - Method in class edu.wisc.trace.urcsdk.target.uisocket.DecimalConstant
Returns the maximum inclusive value for this variable.
getMaxInclusive() - Method in class edu.wisc.trace.urcsdk.target.uisocket.DecimalVariable
Returns the maximum inclusive value for this variable.
getMaxInclusive() - Method in class edu.wisc.trace.urcsdk.target.uisocket.IntegerConstant
Returns the maximum inclusive value for this variable.
getMaxInclusive() - Method in class edu.wisc.trace.urcsdk.target.uisocket.IntegerVariable
Returns the maximum inclusive value for this variable.
getMaxInclusive() - Method in class edu.wisc.trace.urcsdk.target.uisocket.NumberConstant
Returns the maximum inclusive value for this variable.
getMaxInclusive() - Method in class edu.wisc.trace.urcsdk.target.uisocket.NumberVariable
Returns the maximum inclusive value for this variable.
getMaxInclusive(String) - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketDocument
Returns the maximum inclusive value for a given type.
getMediaServerRendererPairByMediaRendererSid(String) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
Returns the MediaServerRendererPair for requested mediaRendererSid (Subscription Id)
getMediaServerRendererPairByMediaRendererUdn(String) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
Returns the MediaServerRendererPair for requested mediaRendererUdn
getMediaServerRendererPairByMediaServerUdn(String) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
Returns the MediaServerRendererPair for requested mediaServerUdn
getMessage() - Method in exception edu.wisc.trace.urcsdk.xpath.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error edu.wisc.trace.urcsdk.xpath.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMinInclusive() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.DecimalConstant
getMinInclusive gets the lowest allowed number (inclusive)
getMinInclusive() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.DecimalVariable
getMinInclusive gets the lowest allowed number (inclusive)
getMinInclusive() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.IntegerConstant
getMinInclusive gets the lowest allowed number (inclusive)
getMinInclusive() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.IntegerVariable
getMinInclusive gets the lowest allowed number (inclusive)
getMinInclusive() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.NumberConstant
getMinInclusive gets the lowest allowed number (inclusive)
getMinInclusive() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.NumberVariable
getMinInclusive gets the lowest allowed number (inclusive)
getMinInclusive(String) - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketDocument
getMinInclusive the minimum inclusive value for the type
getMinInclusive() - Method in class edu.wisc.trace.urcsdk.client.uisocket.XSDSimpleType
 
getMinInclusive() - Method in class edu.wisc.trace.urcsdk.target.uisocket.DecimalConstant
Returns the minimum inclusive value for this variable.
getMinInclusive() - Method in class edu.wisc.trace.urcsdk.target.uisocket.DecimalVariable
Returns the minimum inclusive value for this variable.
getMinInclusive() - Method in class edu.wisc.trace.urcsdk.target.uisocket.IntegerConstant
Returns the minimum inclusive value for this variable.
getMinInclusive() - Method in class edu.wisc.trace.urcsdk.target.uisocket.IntegerVariable
Returns the minimum inclusive value for this variable.
getMinInclusive() - Method in class edu.wisc.trace.urcsdk.target.uisocket.NumberConstant
Returns the minimum inclusive value for this variable.
getMinInclusive() - Method in class edu.wisc.trace.urcsdk.target.uisocket.NumberVariable
Returns the minimum inclusive value for this variable.
getMinInclusive(String) - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketDocument
Returns the minimum inclusive value for a given type.
getName() - Method in class edu.wisc.trace.urcsdk.client.TargetMirror
getName returns the target's about tag.
getName() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketDescription
getName returns the 'about' attribute of the socket document
getName() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getName returns the name of the socket description
getName() - Method in class edu.wisc.trace.urcsdk.client.uisocket.XSDSimpleType
 
getName() - Method in class edu.wisc.trace.urcsdk.target.GenericTarget
 
getName() - Method in interface edu.wisc.trace.urcsdk.target.ITarget
Get the Name of the Target i.e.
getName() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocket
Returns the name of this socket.
getName() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketDescription
Returns the name of the UISocket.
getNavindex() - Method in interface edu.wisc.trace.urcsdk.client.IInteractor
Returns the int value indicating this interactor's navindex (set by setNavindex).
getNavindex() - Method in class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
 
getNextToken() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
getNextToken() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParserTokenManager
 
getOperationRef() - Method in class edu.wisc.trace.urcsdk.client.resources.AbstractResource
 
getOperationRef() - Method in interface edu.wisc.trace.urcsdk.client.resources.IResource
 
getOpRefs() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceUseContext
Returns the operationRef described in this use context.
getOptimizer() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceManager
Returns the currently set optimizer.
getParent() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getParentSocket() - Method in class edu.wisc.trace.urcsdk.target.TargetSession
getParentSocket Returns the parent UISocket
getParts() - Method in class edu.wisc.trace.urcsdk.client.uisocket.ElementRef
 
getPositionInfo(UpnpAvTun.MediaServerRendererPair) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
Get current connection info for specified connection ID.
getPreference(String) - Method in class edu.wisc.trace.urcsdk.support.UserPreferences
Describe getPreference method here.
getPreferenceMap() - Method in class edu.wisc.trace.urcsdk.support.UserPreferences
 
getPreferences() - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getPreferences() - Method in interface edu.wisc.trace.urcsdk.client.IClient
getPreferences retrieves the current preferences for resource retrieval, such as language, text/image, etc...
getPretDomain() - Method in class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
Returns the domain of this interactor as found in the PreT document.
getProperties(String) - Method in class edu.wisc.trace.urcsdk.support.UserPreferences
getProperties is a generic method for retrieving preferences generally.
getPropertiesMap() - Method in class edu.wisc.trace.urcsdk.client.resources.AbstractResource
Returns a Map of properties for this resource.
getPropertiesMap() - Method in interface edu.wisc.trace.urcsdk.client.resources.IResource
 
getProperty(String) - Method in class edu.wisc.trace.urcsdk.client.resources.AbstractResource
Returns the value of the property with the given name.
getProperty(String) - Method in interface edu.wisc.trace.urcsdk.client.resources.IResource
 
getProperty(String) - Method in class edu.wisc.trace.urcsdk.support.UserPreferences
getProperty is a generic method for retrieving preferences generally.
getRead() - Method in class edu.wisc.trace.urcsdk.client.uisocket.SocketDependency
getRead returns the read dependencies
getRef() - Method in class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
Returns the ElementRef object that references the socket element bound to this interactor.
getRef() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceUseContext
getRef returns the ElementRef value of the socket element this resource is bound to.
getRef() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getRef() - Method in interface edu.wisc.trace.urcsdk.client.uisocket.types.IUISocketElement
getRef returns the ref of the socket element
getRef() - Method in class edu.wisc.trace.urcsdk.target.uisocket.AbstractUISocketElement
Returns the Ref of this element.
getRef() - Method in interface edu.wisc.trace.urcsdk.target.uisocket.IUISocketElement
Returns the Ref of this element.
getRegisteredTargets() - Method in interface edu.wisc.trace.urcsdk.client.IClientTun
Returns the List of Targets discovered by this TUN
getRegisteredTargets() - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientTun
 
getRegisteredTargets() - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
 
getResource(String, String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Indirect call to getResource
getResource(String, String, String, String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Calls the getResource method of the ResourceManager
getResource(String, String, String, String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getResource(String, String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getResource(String, String, String, String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
getResource calls the getResource method of the ResourceManager
getResource(String, String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
getResource indirect call to getResource
getResource(String, String, Constants.ResourceRole, Constants.ResourceType, ElementRef, String, String, UserPreferences) - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceManager
Deprecated. Implemented to preserve backward compatibility.
getResource(ElementRef, String, boolean, String, String, UserPreferences) - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceManager
This method uses the above mentioned retrieval algorithm and returns the best resource possible.
getResource(ElementRef, String, String, String, UserPreferences) - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceManager
This method calls the getResource(elementRef, valueRef, includeNullValueRef, opRef, role, userPrefs) method.
getResource(String) - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getResource(String) - Method in interface edu.wisc.trace.urcsdk.client.uisocket.types.IUISocketElement
getResource
getResourceDirectories() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceDirectory
Returns a List of the resource directories.
getResourceDirectories() - Method in class edu.wisc.trace.urcsdk.target.ResourceDirectory
Gets a list of sub resource directories.
getResourceDirectory() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceManager
Returns the top-level ResourceDirectory for this ResourceManager
getResourceDirectory() - Method in class edu.wisc.trace.urcsdk.client.TargetDirectory
getResourceDirectory return's the TargetDirectory's ResourceDirectory
getResourceForOperation(String, String, String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Indirect call to getResource
getResourceForOperation(String, String, String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getResourceForOperation(String, String, String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
getResourceForOperation indirect call to getResource
getResourceForSocket(String, String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Returns the resource for the requested SocketID.
getResourceForTarget(String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Returns Resource for requested TargetID.
getResourceForValue(String, String, String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Indirect call to getResource
getResourceForValue(String, String, String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getResourceForValue(String, String, String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
getResourceForValue indirect call to getResource
getResourceManager() - Method in class edu.wisc.trace.urcsdk.client.TargetMirror
getResourceManager returns a reference to the current ResourceManager
getResourceManagerInstance() - Method in class edu.wisc.trace.urcsdk.client.TargetMirror
getResourceManagerInstance returns the instance number of the ResourceManager
getResources() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceSheet
 
getResourceServerUri() - Static method in class edu.wisc.trace.urcsdk.support.CommonUtility
 
getResourceServiceDescription() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceDirectory
Returns the resource service description associated with this ResourceDirectory
getResourceSheets() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceDirectory
Returns the resource sheets in this resource directory.
getResourceSheetURI() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceSheetDescription
getResourceSheetURI returns the URI associated with this ResourceSheetDescription.
getResourceSheetURIs() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceSheet
 
getRole() - Method in class edu.wisc.trace.urcsdk.client.resources.AbstractResource
Returns the role associated with this Resource
getRole() - Method in interface edu.wisc.trace.urcsdk.client.resources.IResource
 
getRole() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceUseContext
getRole returns the role of this resource in describing its bound socket element.
getRole() - Method in class edu.wisc.trace.urcsdk.support.UserPreferences
getRole is a convenience wrapper for getProperty("role")
getRoleOf(String) - Static method in enum edu.wisc.trace.urcsdk.base.Constants.ResourceRole
 
getRoles() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceSheet
 
getRootElement() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceSheet
 
getSdkLogger() - Static method in class edu.wisc.trace.urcsdk.support.LoggerUtil
Returns the singleton instance of the SDK logger.
getSecret() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getSecret() - Method in interface edu.wisc.trace.urcsdk.client.uisocket.types.IUISocketElement
getSecret returns true if socket element is secret
getSelfRef() - Method in class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
Returns the ref of this interactor as found in the PreT document.
getSession() - Method in class edu.wisc.trace.urcsdk.client.pret.Group
Retreives the session that this group element belongs to.
getSession() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getSession() - Method in interface edu.wisc.trace.urcsdk.client.uisocket.types.IUISocketElement
getSession gets the current Session
getSession(String) - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getSession returns a specific session on this socket
getSession() - Method in class edu.wisc.trace.urcsdk.target.uisocket.AbstractUISocketElement
Get the TargetSession for this IUISocketElement
getSessionById(String) - Method in class edu.wisc.trace.urcsdk.client.ClientTunManager
Utility method
getSessionById(String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getSessionById(String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
Utility method
getSessionById(String) - Method in class edu.wisc.trace.urcsdk.target.GenericTarget
Returns the TargetSession for the sessionId
getSessionById(String) - Method in class edu.wisc.trace.urcsdk.target.TargetTunManager
getSessionById Utility method
getSessionId() - Method in class edu.wisc.trace.urcsdk.client.ClientSession
Gives this Session's unique ID
getSessionListener() - Method in class edu.wisc.trace.urcsdk.target.TargetSession
getSessionListener Gets the current list of listeners.
getSessions() - Method in class edu.wisc.trace.urcsdk.client.TargetMirror
getSessions returns all open Sessions on the Target
getSessions() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getSessions returns all open sessions on this socket.
getSessions() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocket
Returns a list of the current sessions.
getSocket() - Method in class edu.wisc.trace.urcsdk.client.ClientSession
getSocket returns the Session's related UISocket
getSocket() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getSocket() - Method in interface edu.wisc.trace.urcsdk.client.uisocket.types.IUISocketElement
getSocket returns the socket element's UISocket
getSocket() - Method in class edu.wisc.trace.urcsdk.target.uisocket.AbstractUISocketElement
Returns the UISocket object associated with this element.
getSocket() - Method in interface edu.wisc.trace.urcsdk.target.uisocket.IUISocketElement
Returns the UISocket object associated with this element.
getSocketDependency() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getSocketDependency() - Method in interface edu.wisc.trace.urcsdk.client.uisocket.types.IUISocketElement
getSocketDependency gets the current SocketDependency for this element.
getSocketDescriptions() - Method in class edu.wisc.trace.urcsdk.client.TargetDirectory
getSocketDescriptions returns the TargetDirectory's socket descriptions.
getSocketDescriptions() - Method in class edu.wisc.trace.urcsdk.target.TargetDirectory
Returns a list of socket descriptions.
getSocketDocument() - Method in class edu.wisc.trace.urcsdk.target.uisocket.AbstractUISocketElement
Returns the parent UISocketDocument of this element
getSocketDocument() - Method in interface edu.wisc.trace.urcsdk.target.uisocket.IUISocketElement
Returns the parent UISocketDocument of this element
getSocketElement() - Method in interface edu.wisc.trace.urcsdk.client.IInteractor
getSocketElement returns the interactor's bound socket element.
getSocketElement() - Method in class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
getSocketElement returns the socket element that is bound to this interactor.
getSocketElement(String) - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketDocument
Describe getSocketElement method here.
getSocketElement(String) - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketDocument
Returns the UISocketElement based on the given ref.
getSocketElements() - Method in class edu.wisc.trace.urcsdk.client.ClientSession
getSocketElements returns all socket elements for the Session.
getSocketElements() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketDocument
getSocketElements all socket elements of the document
getSocketElements(UISocket) - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketDescription
Returns a List of the UISocketElements included in the UISocket.
getSocketElements() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketDocument
Returns a List of all the UISocketElement objects contained in the document.
getSocketForSocketName(IClient, String, String) - Method in class edu.wisc.trace.urcsdk.client.ClientTunManager
Utility method
getSocketID() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketDescription
getSocketID the 'id' attribute of the socket
getSocketID() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketDescription
Returns the socket ID of the UISocket
getSocketIdsForTarget(String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Returns an array of SocketID's for requested TargetID.
getSocketIdsForTarget(String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getSocketIdsForTarget(String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
Returns an array of SocketID's for requested TargetID.
getSocketListeners() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocket
Returns a list of the current socket listeners.
getSocketName() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketDescription
getSocketName the 'about' attribute of the socket
getSocketName() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketDescription
Returns the socket name of the UISocket
getSocketNamesForTarget(String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Returns an array of SocketName's for requested TargetID.
getSocketNamesForTarget(String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getSocketNamesForTarget(String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
Returns an array of SocketID's for requested TargetID.
getSockets() - Method in class edu.wisc.trace.urcsdk.client.TargetMirror
getSockets returns all UISockets associated with the Target.
getSocketsForTargetId(IClient, String) - Method in class edu.wisc.trace.urcsdk.client.ClientTunManager
Utility method
getSocketUriForName(String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Returns an array of URI's for requested SocketID.
getSocketUriForName(String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getSocketUriForName(String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
Returns an array of URI's for requested SocketName.
getState(ClientSession, String) - Method in class edu.wisc.trace.urcsdk.xpath.XPathImpl
Get the state of the specified UISocketElement.
getStateOf(String) - Static method in enum edu.wisc.trace.urcsdk.base.Constants.BasicCommandState
 
getStateOf(String) - Static method in enum edu.wisc.trace.urcsdk.base.Constants.BasicNotificationState
 
getStaticMap() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketVariable
 
getStaticMap() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketVariable
Returns a Map of the static variables.
getStaticValues() - Method in class edu.wisc.trace.urcsdk.client.uisocket.SocketSelection
getStaticValues static selection set for this selection
getStaticValues() - Method in class edu.wisc.trace.urcsdk.target.uisocket.SocketSelection
Returns a Map of the static variables.
getStep() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.DecimalConstant
getStep the distance between each allowed number
getStep() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.DecimalVariable
getStep the distance between each allowed number
getStep() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.IntegerConstant
getStep the distance between each allowed number
getStep() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.IntegerVariable
getStep the distance between each allowed number
getStep() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.NumberConstant
getStep the distance between each allowed number
getStep() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.NumberVariable
getStep the distance between each allowed number
getStep() - Method in class edu.wisc.trace.urcsdk.target.uisocket.DecimalConstant
Returns the of this variable.
getStep() - Method in class edu.wisc.trace.urcsdk.target.uisocket.DecimalVariable
Returns the of this variable.
getStep() - Method in class edu.wisc.trace.urcsdk.target.uisocket.IntegerConstant
Returns the of this variable.
getStep() - Method in class edu.wisc.trace.urcsdk.target.uisocket.IntegerVariable
Returns the of this variable.
getStep() - Method in class edu.wisc.trace.urcsdk.target.uisocket.NumberConstant
Returns the of this variable.
getStep() - Method in class edu.wisc.trace.urcsdk.target.uisocket.NumberVariable
Returns the of this variable.
GetSuffix(int) - Method in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
getSupports() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getTarget() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getTarget returns the associated Target
getTarget() - Method in class edu.wisc.trace.urcsdk.target.TargetTunManager.TunTargetAssociation
getTarget
getTarget() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocket
Returns the socket's parent target
getTargetDirectory() - Method in class edu.wisc.trace.urcsdk.client.TargetMirror
getTargetDirectory returns the TargetDirectory associated with this Target
getTargetForTargetId(IClient, String) - Method in class edu.wisc.trace.urcsdk.client.ClientTunManager
Utility method
getTargetId() - Method in class edu.wisc.trace.urcsdk.client.TargetMirror
Returns this Target's unique ID as given by its Tun.
getTargetIdDeviceMap() - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpDcpsControlPoint
Retrieve Map of Target Id String v/s.
getTargetIDs(String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Returns an array of TargetID's for available Targets.
getTargetIDs(String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getTargetIDs(String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
getTargetIDs returns an array of TargetID's for available Targets.
getTargetsForClient(IClient) - Method in class edu.wisc.trace.urcsdk.client.ClientTunManager
Utility method
getTargetsForTargetTun(ITargetTun) - Method in class edu.wisc.trace.urcsdk.target.TargetTunManager
getTargetsForTargetTun Utility method
getTargetTun(String) - Method in class edu.wisc.trace.urcsdk.target.TargetTunManager
getTargetTun Returns the TargetTun instance for the tunClassName specified.
getTargetTun() - Method in class edu.wisc.trace.urcsdk.target.TargetTunManager.TunTargetAssociation
getTarget
getTargetTunsForTarget(ITarget) - Method in class edu.wisc.trace.urcsdk.target.TargetTunManager
getTargetTunsForTarget Utility method
getTargetUriForId(String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Returns the URI for requested TargetID.
getTargetUriForId(String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getTargetUriForId(String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
getTargetUriForId returns the URI for requested TargetID.
getTD() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketDescription
getTD the parent td
getTD() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketDescription
Returns the target directory of the UISocket
getTdUri() - Method in class edu.wisc.trace.urcsdk.target.GenericTarget
 
getTdUri() - Method in interface edu.wisc.trace.urcsdk.target.ITarget
Returns the URI for the target's TD document.
getTempDir() - Static method in class edu.wisc.trace.urcsdk.support.CommonUtility
 
getText() - Method in class edu.wisc.trace.urcsdk.xpath.SimpleNode
 
getTimeToComplete() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.TimedCommand
 
getTimeToComplete() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketTimedCommand
 
getTimeToCompleteAsMillis() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.TimedCommand
 
getTimeToCompleteAsSeconds() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketTimedCommand
 
getTimeToCompleteAsString() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.TimedCommand
 
getTimeToCompleteAsString() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketTimedCommand
 
getToken(int) - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
getTop() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketNotification
anyActive returns true if there is an active notification
getTUN() - Method in class edu.wisc.trace.urcsdk.client.TargetMirror
getTUN returns the Tun with which this Target is associated
getTuns() - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getTuns() - Method in interface edu.wisc.trace.urcsdk.client.IClient
Return a list of all TUNs registed with this Client.
getType() - Method in interface edu.wisc.trace.urcsdk.base.IUISocketElement
Returns the type of this element.
getType() - Method in class edu.wisc.trace.urcsdk.base.TargetLocator
Returns the type of locator.
getType() - Method in class edu.wisc.trace.urcsdk.client.resources.AbstractResource
Returns the type of the resource.
getType() - Method in interface edu.wisc.trace.urcsdk.client.resources.IResource
Returns DCMI type property of resource (e.g.
getType() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getType() - Method in class edu.wisc.trace.urcsdk.client.uisocket.XSDSimpleType
 
getType() - Method in class edu.wisc.trace.urcsdk.support.UserPreferences
 
getType() - Method in class edu.wisc.trace.urcsdk.target.uisocket.AbstractUISocketElement
Returns the type of this element.
getType() - Method in interface edu.wisc.trace.urcsdk.target.uisocket.IUISocketElement
Returns the type of this element.
getTypeOf(String) - Static method in enum edu.wisc.trace.urcsdk.base.Constants.ResourceType
 
getTypes() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceSheet
 
getUdnDeviceMap() - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpDcpsControlPoint
Retrieve Map of Device UDN String v/s.
getUIComponent() - Method in interface edu.wisc.trace.urcsdk.client.IInteractor
getUIComponent returns the UI component that represents this interactor.
getUIComponent() - Method in class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
 
getUIComponent() - Method in class edu.wisc.trace.urcsdk.client.Widget
getUIComponent returns the Swing component associated with this widget.
getUIIDDescriptions() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceDirectory
Returns the list of UIID descriptions in this resource directory.
getUiidDocument(UISocketMirror) - Method in class edu.wisc.trace.urcsdk.client.TargetDirectory
getUiidDocument returns the uiids for the TargetDirectory.
getUiidDocument() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getUiidDocument returns the Uiid document associated with this socket
getUIIDDocURI(UISocketMirror) - Method in class edu.wisc.trace.urcsdk.client.UiidDescription
getUIIDDocURI returns the URI to the Uiid Document.
getUISocketDocument() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocket
Returns the UISocketDocument associated with this socket.
getUISocketDocumentURI() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketDescription
getUISocketDocumentURI the URI to this document
getUISocketDocumentURI() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketDescription
Returns the URI pointing to the UISocketDocument
getUISocketElement(String) - Method in class edu.wisc.trace.urcsdk.target.TargetSession
getUISocketElement gets a UISocketElement specific to this session
getUISocketElementById(String) - Method in class edu.wisc.trace.urcsdk.client.ClientSession
Return UISocketElement for a Id
getUISocketElementbyId(String) - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getUISocketElementById returns an IUISocketElement for the specified element
getUISocketElementById(String) - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocket
Utility method.
getUISocketElementByRef(ElementRef) - Method in class edu.wisc.trace.urcsdk.client.ClientSession
Returns the specified socket element for the ElementRef
getUISocketElementByRef(ElementRef) - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getUISocketElementByRef returns an IUISocketElement for the specified element
getUISocketElementByRef(ElementRef) - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocket
Utility Method.
getUISocketElements() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getSocketElements all socket elements for this socket
getUISocketElements() - Method in class edu.wisc.trace.urcsdk.target.TargetSession
getUISocketElements Gets the UISocketElements for this particular TargetSession
getUISocketElements() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocket
Returns a List of the UISocketElements contained within this socket.
getUISocketElementsForSession(ClientSession) - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getSocketElementsForSession returns all elements needed for a new Session.
getUISocketElementsForSession(TargetSession) - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocket
Returns cloned UISocketElements for a new Session
getUiSocketMirrorBySocketId(String) - Method in class edu.wisc.trace.urcsdk.client.TargetMirror
Utility Method
getUISockets() - Method in class edu.wisc.trace.urcsdk.target.GenericTarget
 
getUISockets() - Method in interface edu.wisc.trace.urcsdk.target.ITarget
Returns a list of the sockets currently being served by the target.
getUrc() - Method in interface edu.wisc.trace.urcsdk.client.IUIBuilder
getURC returns the parent Urc of this object.
getUri() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceSheet
 
getURI() - Method in class edu.wisc.trace.urcsdk.client.TargetDirectory
getURI returns the URI to the Target document
getURI() - Method in class edu.wisc.trace.urcsdk.client.UiidDescription
getURI
getURI() - Method in class edu.wisc.trace.urcsdk.target.TargetDirectory
Returns the URI associated with the TargetDirectory
getValue() - Method in interface edu.wisc.trace.urcsdk.base.IUISocketElement
Returns the current value of this element.
getValue(String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Returns the value of the particular elementID
getValue(String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getValue(String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
getValue returns the value of the particular elementID
getValue() - Method in class edu.wisc.trace.urcsdk.client.resources.AbstractResource
 
getValue() - Method in interface edu.wisc.trace.urcsdk.client.resources.IResource
Returns the value of this Resource
getValue() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceContent
Returns the value of this ResourceContent.
getValue(ClientSession) - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceContent
 
getValue() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getValue() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.TimedCommand
 
getValue() - Method in class edu.wisc.trace.urcsdk.support.KeyValueMap
 
getValue() - Method in class edu.wisc.trace.urcsdk.target.uisocket.AbstractUISocketElement
Returns the current value of this element.
getValueLists() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketDocument
getValueLists the
getValueLists() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketDocument
Returns a List of UISocketElement objects associated with this document.
getValueRef() - Method in class edu.wisc.trace.urcsdk.client.resources.AbstractResource
 
getValueRef() - Method in interface edu.wisc.trace.urcsdk.client.resources.IResource
 
getValueRefs() - Method in class edu.wisc.trace.urcsdk.client.resources.AResourceDescription
Returns a list of the value references in this resource description.
getValueRefs() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceUseContext
Returns a list of the value references for this resource.
getValues(String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Returns an array of values for respective elementID's (as returned by getElementIDs) for the requested SessionID
getValues(String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
getValues(String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
Returns an array of values for respective elementID's (as returned by getElementIDs) for the requested SessionID
getWrite() - Method in class edu.wisc.trace.urcsdk.client.uisocket.SocketDependency
getWrite returns the write dependencies
getXPathParser() - Method in class edu.wisc.trace.urcsdk.client.uisocket.UISocketMirror
getXPathParser the parser used by this UISocket
getXSDSimpleType() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
getXSDSimpleType() - Method in interface edu.wisc.trace.urcsdk.client.uisocket.types.IUISocketElement
getXSDSimpleType returns the simpleType associated with a variable, if any
Group - Class in edu.wisc.trace.urcsdk.client.pret
Group represents the special-case PreT element that groups interactors.
Group() - Constructor for class edu.wisc.trace.urcsdk.client.pret.Group
Creates a new Group instance.
Group(Element, IUISocketElement) - Constructor for class edu.wisc.trace.urcsdk.client.pret.Group
Creates a new Group instance.
GT - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
GtExpr - Class in edu.wisc.trace.urcsdk.xpath
GtExpr.
GtExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.GtExpr
 
GtExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.GtExpr
 

H

hasClientUdn(String) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetControlPoint
hasClientUdn checks whether a Client device has been discovered yet.
hasCoreForSocket(UISocketMirror) - Method in class edu.wisc.trace.urcsdk.client.UiidDescription
hasCoreForSocket returns true if the specified UISocket is the 'coreForSocket'
hasMatchingMetadata(Map<String, Object>) - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceSheetDescription
hasMatchingMetadata returns true or false depending on whether this ResourceSheetDescription matches the passed-in parameter's values.
hasSelection() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketCommand
hasSelection is always false for commands.
hasSelection() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketConstant
Describe hasSelection method here.
hasSelection() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketNotification
Describe hasSelection method here.
hasSelection() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketVariable
Describe hasSelection method here.
hasSelection() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketCommand
Describe hasSelection method here.
hasSelection() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketConstant
Returns true if this element has a selection.
hasSelection() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketNotification
Returns true if the notification has a selection.
hasSelection() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketTimedCommand
Describe hasSelection method here.
hasSelection() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketVariable
Returns true if the element has a selection.
hasSocket(UISocketMirror) - Method in class edu.wisc.trace.urcsdk.client.UiidDescription
hasSocket returns true if the specified UISocket is referenced in this description.
hasUserPreferences(UserPreferences) - Method in class edu.wisc.trace.urcsdk.client.resources.AResourceDescription
Returns true if the given UserPreferences is contained in this resource description.
hasUserPreferences(UserPreferences) - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceSheet
Describe hasUserPreferences method here.
hasUserPreferences(UserPreferences) - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceUseContext
hasUserPreferences returns true if the specified user preferences match the metadata associated with this resource.
HELP_EFFECT - Static variable in class edu.wisc.trace.urcsdk.client.resources.ResourceSheetDescription
HELP_EFFECT is the constant value for referring to the "help/effect" type of "type."
HELP_PURPOSE - Static variable in class edu.wisc.trace.urcsdk.client.resources.ResourceSheetDescription
HELP_PURPOSE is the constant value for referring to the "help/purpose" type of "type."

I

IClient - Interface in edu.wisc.trace.urcsdk.client
IClient Interface to be implemented for creating a Client to interact with Targets.
IClientListener - Interface in edu.wisc.trace.urcsdk.client
IClientListener Listens to events from IClient.
IClientSessionListener - Interface in edu.wisc.trace.urcsdk.client
Interface to be implemented by Classes which want to Listen to updates on ClientSession
IClientTun - Interface in edu.wisc.trace.urcsdk.client
IClientTun Implement this interface to create a Client Tun for a specific networking platform.
IClientTunListener - Interface in edu.wisc.trace.urcsdk.client
IClientTunListener Listens to events from IClientTun
id - Variable in class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
id is the String value of this interactors ID as derived from the PreT XML document.
id - Variable in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
id - Variable in class edu.wisc.trace.urcsdk.target.uisocket.AbstractUISocketElement
 
id - Variable in class edu.wisc.trace.urcsdk.xpath.SimpleNode
 
ID - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
IInteractor - Interface in edu.wisc.trace.urcsdk.client
IInteractor is an interface for implementing new interactors that can be bound to socket elements in the PreT document.
image - Variable in class edu.wisc.trace.urcsdk.xpath.Token
The string image of the token.
ImageResource - Class in edu.wisc.trace.urcsdk.client.resources
ImageResource is the type of resource that applies to images.
ImageResource(byte[], ElementRef, String, String, Constants.ResourceRole, List<String>) - Constructor for class edu.wisc.trace.urcsdk.client.resources.ImageResource
Creates a new ImageResource instance.
inBuf - Variable in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
init() - Method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
init Called when Applet is initiated
initialize(String, String) - Method in class edu.wisc.trace.urcsdk.target.facade.TargetFacadeForJni
Creates a GenericTarget, which is the base of the C target, and adds each UISocket in the GenericTarget instance to the SocketListener.
initNativeTarget() - Method in class edu.wisc.trace.urcsdk.target.facade.TargetFacadeForJni
 
initTunParameterSet() - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Clears the TunParameterMap.
initTunParameterSet() - Static method in class edu.wisc.trace.urcsdk.target.facade.TargetFacadeForJni
Clears the TunParameterMap.
input_stream - Variable in class edu.wisc.trace.urcsdk.xpath.XPathParserTokenManager
 
InputInteractor - Class in edu.wisc.trace.urcsdk.client.pret
InputInteractor single-line represents text-entry interactors.
InputInteractor() - Constructor for class edu.wisc.trace.urcsdk.client.pret.InputInteractor
Creates a new InputInteractor instance.
InputInteractor(Element, IUISocketElement) - Constructor for class edu.wisc.trace.urcsdk.client.pret.InputInteractor
Creates a new InputInteractor instance.
inputStream - Variable in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
IntegerConstant - Class in edu.wisc.trace.urcsdk.client.uisocket.types
IntegerConstant is the number variant of UISocketStatic.
IntegerConstant() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.IntegerConstant
Creates a new IntegerConstant instance.
IntegerConstant(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.IntegerConstant
Creates a new IntegerConstant instance.
IntegerConstant(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.IntegerConstant
Creates a new IntegerConstant instance.
IntegerConstant - Class in edu.wisc.trace.urcsdk.target.uisocket
IntegerConstant is a specialized version of a UISocketConstant that deals specifically with integers.
IntegerConstant() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.IntegerConstant
Creates a new IntegerConstant instance.
IntegerConstant(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.IntegerConstant
Creates a new IntegerConstant instance.
IntegerConstant(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.IntegerConstant
Creates a new IntegerConstant instance.
IntegerLit - Class in edu.wisc.trace.urcsdk.xpath
IntegerLit.
IntegerLit(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.IntegerLit
 
IntegerLit(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.IntegerLit
 
integerLiteral() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
IntegerVariable - Class in edu.wisc.trace.urcsdk.client.uisocket.types
IntegerVariable is the number variant of UISocketVariable.
IntegerVariable() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.IntegerVariable
Creates a new IntegerVariable instance.
IntegerVariable(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.IntegerVariable
Creates a new IntegerVariable instance.
IntegerVariable(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.IntegerVariable
Creates a new IntegerVariable instance.
IntegerVariable - Class in edu.wisc.trace.urcsdk.target.uisocket
IntegerVariable is a specialized version of a UISocketVariable that deals specifically with integers.
IntegerVariable() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.IntegerVariable
Creates a new NumberVariable instance.
IntegerVariable(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.IntegerVariable
Creates a new NumberVariable instance.
IntegerVariable(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.IntegerVariable
Creates a new NumberVariable instance.
interactor - Variable in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
interactor - Variable in class edu.wisc.trace.urcsdk.client.Widget
 
internalSetValue(Object) - Method in class edu.wisc.trace.urcsdk.target.uisocket.AbstractUISocketElement
Sets this element's current value and update the Client
internalSetValue(Object) - Method in interface edu.wisc.trace.urcsdk.target.uisocket.IUISocketElement
Sets this element's current value
internalSetValue(Object) - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketConstant
 
internalSetValue(Object, String) - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketTimedCommand
Sets this element's current value and update the Client
internalSetValue(Object) - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketTimedCommand
Sets this element's current value and update the Client
InverseExpr - Class in edu.wisc.trace.urcsdk.xpath
InverseExpr.
InverseExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.InverseExpr
 
InverseExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.InverseExpr
 
invokeCommand() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketCommand
Invokes the command associated with this element.
invokeCommand() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketTimedCommand
Invokes the command associated with this element.
invokeCommandRequest(String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Sends a request to the Target for invoking a command
invokeCommandRequest(String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
invokeCommandRequest(String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
invokeCommandRequest Called by the User Interface to modify value of a SocketElement.
invokeCommandRequest(IUISocketElement) - Method in interface edu.wisc.trace.urcsdk.client.IClientTun
Should be implemented by the underlying network specific layer to indicate to the target that the user has invoked a commmand.
invokeCommandRequest() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.BasicCommand
 
invokeCommandRequest() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.TimedCommand
 
invokeCommandRequest() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketCommand
Attempts to invoke the target command bound to this element.
invokeCommandRequest() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.VoidCommand
 
invokeCommandRequest(IUISocketElement) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientControlPoint
Invokes the "invokeCommandRequest" action on the Target device.
invokeCommandRequest(IUISocketElement) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientTun
 
invokeCommandRequest(IUISocketElement) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
 
invokeCommandRequest(UISocketCommand) - Method in class edu.wisc.trace.urcsdk.target.facade.TargetFacadeForJni
 
invokeCommandRequest(UISocketCommand) - Method in interface edu.wisc.trace.urcsdk.target.ISessionListener
Called when a command has been invoked by a Urc, but has not yet been executed on the pertaining socket.
invokeCommandRequest(String, String) - Method in interface edu.wisc.trace.urcsdk.target.ITargetTun
invokeCommandRequest is called from the lower level of the Tun, when a Client wants to invoke a command
invokeCommandRequest(String, String) - Method in interface edu.wisc.trace.urcsdk.target.ITargetTunListener
invokeCommandRequest is called from the lower level of the Tun, when a Urc wants to invoke a Command
invokeCommandRequest(String) - Method in class edu.wisc.trace.urcsdk.target.TargetSession
invokeCommandRequest notifies sessionListener that a Client has invoked a command.
invokeCommandRequest(String, String) - Method in class edu.wisc.trace.urcsdk.target.TargetTunManager
 
invokeCommandRequest(String, String) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetTun
 
invokeLocator(String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClientTun
Should be implemented by the underlying network specific layer to invoke the Locator on the Target
invokeLocator(String, String) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientControlPoint
Invokes the "invokeLocator" action on the Target device.
invokeLocator(String, String) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientTun
 
invokeLocator(String, String) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
Not supported by Upnp Targets
invokeLocator(String) - Method in class edu.wisc.trace.urcsdk.target.GenericTarget
 
invokeLocator(String) - Method in interface edu.wisc.trace.urcsdk.target.ITarget
Invokes the Locator of the Target
invokeLocator(String, String) - Method in interface edu.wisc.trace.urcsdk.target.ITargetTun
invokeLocator is called from the lower level of the Tun, when a Client wants to invoke a Locator on the Target.
invokeLocator(String, String) - Method in interface edu.wisc.trace.urcsdk.target.ITargetTunListener
invokeLocator is called from the lower level of the Tun, when a Urc wants to invoke a Locator on the Target
invokeLocator(String, String) - Method in class edu.wisc.trace.urcsdk.target.TargetTunManager
 
invokeLocator(String, String) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetTun
 
IResource - Interface in edu.wisc.trace.urcsdk.client.resources
IResource is the interface used for creating new resource types from scratch.
IResourceOptimizer - Interface in edu.wisc.trace.urcsdk.client.resources
IResourceOptimizer is an interface for creating resource retrieval optimizers.
isAvailable(String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Check 'Available' property of SocketElement
isAvailable(String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
isAvailable(String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
isAvailable
isClientDiscovered(String, String) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientControlPoint
Invokes the Upnp Action isClientDiscovered on the Target Device
isClientDiscovered(String) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetTun
isClientDiscovered
isClosed() - Method in class edu.wisc.trace.urcsdk.client.uisocket.SocketSelection
getClosed closed attribute of this selection
isClosed() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketVariable
 
isDescriptionParsed() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceSheet
 
ISessionListener - Interface in edu.wisc.trace.urcsdk.target
ISessionListener should be implemented to receive various session-specific events on the target.
isExecutable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.BasicCommand
 
isExecutable() - Method in interface edu.wisc.trace.urcsdk.client.uisocket.types.IUISocketElement
Returns true if the element's value is executable
isExecutable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.TimedCommand
 
isExecutable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketConstant
 
isExecutable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketNotification
 
isExecutable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketVariable
 
isExecutable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.VoidCommand
 
isHidden() - Method in class edu.wisc.trace.urcsdk.client.TargetDirectory
isHidden returns true if this Target is to be hidden.
isHidden() - Method in class edu.wisc.trace.urcsdk.client.TargetMirror
isHidden returns whether this is a hidden Target
isHidden() - Method in class edu.wisc.trace.urcsdk.target.TargetDirectory
Gets if the directory is hidden.
ISocketElementListener - Interface in edu.wisc.trace.urcsdk.client.uisocket
Interface to be implemented by Classes which want to Listen to updates on UISocketElements
ISocketListener - Interface in edu.wisc.trace.urcsdk.target
ISocketListener is used to detect when a Urc requests a new session on the particular socket.
isParsed() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceSheet
Describe isParsed method here.
isPreambleParsed() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceSheet
 
isReadable(String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Check 'Readable' property of SocketElement
isReadable(String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
isReadable(String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
isReadable
isReadable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.BasicCommand
 
isReadable() - Method in interface edu.wisc.trace.urcsdk.client.uisocket.types.IUISocketElement
isReadable returns true if the element's value can be read
isReadable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.TimedCommand
 
isReadable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketConstant
 
isReadable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketNotification
 
isReadable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketVariable
 
isReadable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.VoidCommand
 
isTop() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketNotification
isTop returns true if this is the topmost notification
isTunExists(String) - Method in class edu.wisc.trace.urcsdk.client.ClientTunManager
Utility Method
isTunExists(String) - Method in class edu.wisc.trace.urcsdk.target.TargetTunManager
isTunExists Utility Method
isWritable() - Method in interface edu.wisc.trace.urcsdk.base.IUISocketElement
Returns true if this element is writable.
isWritable(String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Check 'Writable' property of SocketElement
isWritable(String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
isWritable(String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
isWritable
isWritable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
isWritable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketCommand
 
isWritable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketConstant
 
isWritable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketNotification
Describe isWritable method here.
isWritable() - Method in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketVariable
Describe isWritable method here.
isWritable() - Method in class edu.wisc.trace.urcsdk.target.uisocket.AbstractUISocketElement
Returns true if this element is writable.
isWritable() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketCommand
 
isWritable() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketConstant
Returns true if this element is writable
isWritable() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketNotification
 
isWritable() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketTimedCommand
 
isWritable() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocketVariable
 
ITarget - Interface in edu.wisc.trace.urcsdk.target
 
ITargetTun - Interface in edu.wisc.trace.urcsdk.target
ITargetTun TargetTun implementors have to implement this Interface
ITargetTunListener - Interface in edu.wisc.trace.urcsdk.target
ITargetTunListener is used to listen to ITargetTun
IUIBuilder - Interface in edu.wisc.trace.urcsdk.client
IUIBuilder is the interface for creating new UI builders.
IUISocketElement - Interface in edu.wisc.trace.urcsdk.base
IUISocketElement is the interface used for creating UI Socket Elements.
IUISocketElement - Interface in edu.wisc.trace.urcsdk.client.uisocket.types
IUISocketElement is the interface used for creating UI Socket Elements.
IUISocketElement - Interface in edu.wisc.trace.urcsdk.target.uisocket
IUISocketElement is the interface used for creating UI Socket Elements.

J

jj_nt - Variable in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
jjFillToken() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParserTokenManager
 
jjstrLiteralImages - Static variable in class edu.wisc.trace.urcsdk.xpath.XPathParserTokenManager
 
jjtAddChild(Node, int) - Method in interface edu.wisc.trace.urcsdk.xpath.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class edu.wisc.trace.urcsdk.xpath.SimpleNode
 
JJTADDEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTANDEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTBOOLEANEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTCEILINGEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
jjtClose() - Method in interface edu.wisc.trace.urcsdk.xpath.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class edu.wisc.trace.urcsdk.xpath.SimpleNode
 
JJTCONCATSTRING - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTCONTAINS - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTDIVEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTEQEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTFLOOREXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTGEEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
jjtGetChild(int) - Method in interface edu.wisc.trace.urcsdk.xpath.Node
This method returns a child node.
jjtGetChild(int) - Method in class edu.wisc.trace.urcsdk.xpath.SimpleNode
 
jjtGetNumChildren() - Method in interface edu.wisc.trace.urcsdk.xpath.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class edu.wisc.trace.urcsdk.xpath.SimpleNode
 
jjtGetParent() - Method in interface edu.wisc.trace.urcsdk.xpath.Node
 
jjtGetParent() - Method in class edu.wisc.trace.urcsdk.xpath.SimpleNode
 
JJTGTEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTINTEGERLIT - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTINVERSEEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTLEEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTLTEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTMODEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTMULEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTNEQEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
jjtNodeName - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTNORMALSTATE - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTNOTBOOLEANEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTNOTIFYSTATE - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTNUMBEREXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
jjtOpen() - Method in interface edu.wisc.trace.urcsdk.xpath.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class edu.wisc.trace.urcsdk.xpath.SimpleNode
 
JJTOREXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
jjtree - Variable in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
JJTROOT - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTROUNDEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
jjtSetParent(Node) - Method in interface edu.wisc.trace.urcsdk.xpath.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class edu.wisc.trace.urcsdk.xpath.SimpleNode
 
JJTSTARTSWITH - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTSTRINGEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTSTRINGLENGTH - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTSTRINGLIT - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTSUBEXPR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTSUBSTRING - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTSUBSTRINGAFTER - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTSUBSTRINGBEFORE - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTTRANSLATE - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTTRUELIT - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTVALUELIT - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 
JJTVOID - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserTreeConstants
 

K

keySeparator - Static variable in class edu.wisc.trace.urcsdk.client.resources.ResourceManager
Constant value for delimiter for use when constructing resource keys and resource sheet keys.
KeyValueMap - Class in edu.wisc.trace.urcsdk.support
 
KeyValueMap(String, String) - Constructor for class edu.wisc.trace.urcsdk.support.KeyValueMap
 
kind - Variable in class edu.wisc.trace.urcsdk.xpath.Token
An integer that describes the kind of this token.

L

LABEL - Static variable in class edu.wisc.trace.urcsdk.client.resources.ResourceSheetDescription
LABEL is the constant value for referring to "label" metadata.
LANG - Static variable in class edu.wisc.trace.urcsdk.client.resources.ResourceSheetDescription
LANG is the constant value for referring to "languageContexts" metadata.
LE - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
LeExpr - Class in edu.wisc.trace.urcsdk.xpath
LeExpr.
LeExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.LeExpr
 
LeExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.LeExpr
 
LexicalError(boolean, int, int, int, String, char) - Static method in error edu.wisc.trace.urcsdk.xpath.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class edu.wisc.trace.urcsdk.xpath.XPathParserTokenManager
 
line - Variable in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
links - Static variable in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketNotification
 
ListConstant - Class in edu.wisc.trace.urcsdk.client.uisocket.types
ListConstant is the list variant of UISocketConstant.
ListConstant() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.ListConstant
Creates a new ListConstant instance.
ListConstant(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.ListConstant
Creates a new ListConstant instance.
ListConstant(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.ListConstant
Creates a new ListConstant instance.
ListConstant - Class in edu.wisc.trace.urcsdk.target.uisocket
ListConstant is a specialized form of a UISocketConstant that deals specifically with space-separated lists of strings.
ListConstant() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.ListConstant
Creates a new ListConstant instance.
ListConstant(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.ListConstant
Creates a new ListConstant instance.
ListConstant(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.ListConstant
Creates a new ListConstant instance.
listeners - Variable in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
List of ISocketElementListener's
ListResource - Class in edu.wisc.trace.urcsdk.client.resources
ListResource represents a special type of resource where more than one resource applies equally to an retrieval.
ListResource(List<IResource>) - Constructor for class edu.wisc.trace.urcsdk.client.resources.ListResource
Creates a new ListResource instance.
ListVariable - Class in edu.wisc.trace.urcsdk.client.uisocket.types
ListVariable is the list variant of UISocketVariable.
ListVariable() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.ListVariable
Creates a new ListVariable instance.
ListVariable(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.ListVariable
Creates a new ListVariable instance.
ListVariable(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.ListVariable
Creates a new ListVariable instance.
ListVariable - Class in edu.wisc.trace.urcsdk.target.uisocket
ListVariable is a specialized form of a UISocketVariable that deals specifically with space-separated lists of strings.
ListVariable() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.ListVariable
Creates a new ListVariable instance.
ListVariable(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.ListVariable
Creates a new ListVariable instance.
ListVariable(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.ListVariable
Creates a new ListVariable instance.
locate(String) - Method in class edu.wisc.trace.urcsdk.target.facade.TargetFacadeForJni
 
logError(Object, String) - Static method in class edu.wisc.trace.urcsdk.support.ErrorHandler
logError takes the offending object and an error message and, via the java.util.Logger class, prints a severe error message to the configured output.
logger - Variable in class edu.wisc.trace.urcsdk.client.AbstractClientTun
Logger is the logging utility used throughout the SDK to print out errors, information or warnings.
logger - Variable in class edu.wisc.trace.urcsdk.client.ClientTunManager
 
logger - Variable in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
logger - Variable in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
 
logger - Variable in class edu.wisc.trace.urcsdk.client.Widget
 
logger - Variable in class edu.wisc.trace.urcsdk.target.GenericTarget
 
logger - Variable in class edu.wisc.trace.urcsdk.target.TargetSession
 
logger - Variable in class edu.wisc.trace.urcsdk.target.TargetTunManager
 
logger - Variable in class edu.wisc.trace.urcsdk.target.uisocket.AbstractUISocketElement
 
logger - Variable in class edu.wisc.trace.urcsdk.target.uisocket.UISocket
 
LoggerUtil - Class in edu.wisc.trace.urcsdk.support
Creates a project-wide logger with handlers and formatters more conducive to the URC approach.
LoggerUtil.SdkFormatter - Class in edu.wisc.trace.urcsdk.support
Formats logger output to provide the originating method and line number in addition to the package on one line, and the logged message on the next.
LoggerUtil.SdkFormatter() - Constructor for class edu.wisc.trace.urcsdk.support.LoggerUtil.SdkFormatter
 
LoggerUtil.SdkHandler - Class in edu.wisc.trace.urcsdk.support
Very simple handler that outputs all logged messages to stdout.
LoggerUtil.SdkHandler() - Constructor for class edu.wisc.trace.urcsdk.support.LoggerUtil.SdkHandler
 
LT - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
LtExpr - Class in edu.wisc.trace.urcsdk.xpath
LtExpr.
LtExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.LtExpr
 
LtExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.LtExpr
 

M

maxNextCharInd - Variable in class edu.wisc.trace.urcsdk.xpath.SimpleCharStream
 
mediaRendererSession - Variable in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun.MediaServerRendererPair
 
mediaRendererSid - Variable in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun.MediaServerRendererPair
 
mediaRendererTargetId - Variable in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun.MediaServerRendererPair
 
mediaRendererUdn - Variable in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun.MediaServerRendererPair
 
mediaServerSession - Variable in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun.MediaServerRendererPair
 
mediaServerTargetId - Variable in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun.MediaServerRendererPair
 
mediaServerUdn - Variable in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun.MediaServerRendererPair
 
MINUS - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
MOD - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
ModalDialogInteractor - Class in edu.wisc.trace.urcsdk.client.pret
ModalDialogInteractor is a class for implementing interactors that provide modal dialogs.
ModalDialogInteractor() - Constructor for class edu.wisc.trace.urcsdk.client.pret.ModalDialogInteractor
Creates a new ModalDialogInteractor instance.
ModalDialogInteractor(Element, IUISocketElement) - Constructor for class edu.wisc.trace.urcsdk.client.pret.ModalDialogInteractor
Creates a new ModalDialogInteractor instance.
ModExpr - Class in edu.wisc.trace.urcsdk.xpath
ModExpr.
ModExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.ModExpr
 
ModExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.ModExpr
 
MonthConstant - Class in edu.wisc.trace.urcsdk.client.uisocket.types
MonthConstant is a variant of UISocketConstant that deals specifically with month.
MonthConstant() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.MonthConstant
Creates a new instance of MonthConstant
MonthConstant(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.MonthConstant
Creates a new instance of MonthConstant
MonthConstant(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.MonthConstant
Creates a new instance of MonthConstant
MonthConstant - Class in edu.wisc.trace.urcsdk.target.uisocket
MonthConstant is a variant of UISocketConstant that deals specifically with month.
MonthConstant() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.MonthConstant
Creates a new instance of TimeVariable
MonthConstant(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.MonthConstant
Creates a new instance of TimeVariable
MonthConstant(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.MonthConstant
Creates a new instance of TimeVariable
MonthDayConstant - Class in edu.wisc.trace.urcsdk.client.uisocket.types
MonthDayConstant is a variant of UISocketSTatic that deals specifically with month and day.
MonthDayConstant() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.MonthDayConstant
Creates a new instance of MonthDayConstant
MonthDayConstant(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.MonthDayConstant
Creates a new instance of MonthDayConstant
MonthDayConstant(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.MonthDayConstant
Creates a new instance of MonthDayConstant
MonthDayConstant - Class in edu.wisc.trace.urcsdk.target.uisocket
MonthDayConstant is a variant of UISocketConstant that deals specifically with month and day.
MonthDayConstant() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.MonthDayConstant
Creates a new instance of MonthDayConstant
MonthDayConstant(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.MonthDayConstant
Creates a new instance of MonthDayConstant
MonthDayConstant(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.MonthDayConstant
Creates a new instance of MonthDayConstant
MonthDayInteractor - Class in edu.wisc.trace.urcsdk.client.pret
MonthDayInteractor a class representing MonthDay UI interactions such as check boxes.
MonthDayInteractor() - Constructor for class edu.wisc.trace.urcsdk.client.pret.MonthDayInteractor
Creates a new MonthDayInteractor instance.
MonthDayInteractor(Element, IUISocketElement) - Constructor for class edu.wisc.trace.urcsdk.client.pret.MonthDayInteractor
Creates a new MonthDayInteractor instance.
MonthDayVariable - Class in edu.wisc.trace.urcsdk.client.uisocket.types
MonthDayVariable is a variant of UISocketVariable that deals specifically with month and day.
MonthDayVariable() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.MonthDayVariable
Creates a new instance of MonthDayVariable
MonthDayVariable(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.MonthDayVariable
Creates a new instance of MonthDayVariable
MonthDayVariable(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.MonthDayVariable
Creates a new instance of MonthDayVariable
MonthDayVariable - Class in edu.wisc.trace.urcsdk.target.uisocket
MonthDayVariable is a variant of UISocketVariable that deals specifically with month and day.
MonthDayVariable() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.MonthDayVariable
Creates a new instance of MonthDayVariable
MonthDayVariable(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.MonthDayVariable
Creates a new instance of MonthDayVariable
MonthDayVariable(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.MonthDayVariable
Creates a new instance of MonthDayVariable
MonthInteractor - Class in edu.wisc.trace.urcsdk.client.pret
MonthInteractor a class representing Month UI interactions such as check boxes.
MonthInteractor() - Constructor for class edu.wisc.trace.urcsdk.client.pret.MonthInteractor
Creates a new MonthInteractor instance.
MonthInteractor(Element, IUISocketElement) - Constructor for class edu.wisc.trace.urcsdk.client.pret.MonthInteractor
Creates a new MonthInteractor instance.
MonthVariable - Class in edu.wisc.trace.urcsdk.client.uisocket.types
MonthVariable is a variant of UISocketVariable that deals specifically with month.
MonthVariable() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.MonthVariable
Creates a new instance of MonthVariable
MonthVariable(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.MonthVariable
Creates a new instance of MonthVariable
MonthVariable(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.MonthVariable
Creates a new instance of MonthVariable
MonthVariable - Class in edu.wisc.trace.urcsdk.target.uisocket
MonthVariable is a variant of UISocketVariable that deals specifically with month.
MonthVariable() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.MonthVariable
Creates a new instance of MonthVariable
MonthVariable(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.MonthVariable
Creates a new instance of MonthVariable
MonthVariable(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.MonthVariable
Creates a new instance of MonthVariable
MulExpr - Class in edu.wisc.trace.urcsdk.xpath
MulExpr.
MulExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.MulExpr
 
MulExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.MulExpr
 
MultiplicativeExpr() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 

N

namespace - Variable in class edu.wisc.trace.urcsdk.target.uisocket.SocketDependency
 
navindex - Variable in class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
navindex is the int value of this interactor in the tabbing order.
NEQ - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
NeqExpr - Class in edu.wisc.trace.urcsdk.xpath
NeqExpr.
NeqExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.NeqExpr
 
NeqExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.NeqExpr
 
newException(Object, String) - Static method in class edu.wisc.trace.urcsdk.support.ErrorHandler
newException returns a UrcException with relevant information passed along with it.
newException(Object, String, boolean) - Static method in class edu.wisc.trace.urcsdk.support.ErrorHandler
newException returns a UrcException with relevant information passed along with it.
newToken(int) - Static method in class edu.wisc.trace.urcsdk.xpath.Token
Returns a new Token object, by default.
next - Variable in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketNotification.LinkedNotification
 
next - Variable in class edu.wisc.trace.urcsdk.xpath.Token
A reference to the next regular (non-special) token from the input stream.
nextNode(String, String) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
nextNode called to invoke nextNode command.
Node - Interface in edu.wisc.trace.urcsdk.xpath
All AST nodes must implement this interface.
NormalState - Class in edu.wisc.trace.urcsdk.xpath
NormalState.
NormalState(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.NormalState
 
NormalState(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.NormalState
 
normalState() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
NotBooleanExpr - Class in edu.wisc.trace.urcsdk.xpath
NotBooleanExpr.
NotBooleanExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.NotBooleanExpr
 
NotBooleanExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.NotBooleanExpr
 
notBooleanExpr() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
notificationAcknowledged(UISocketNotification) - Method in class edu.wisc.trace.urcsdk.target.facade.TargetFacadeForJni
 
notificationAcknowledged(UISocketNotification) - Method in interface edu.wisc.trace.urcsdk.target.ISessionListener
Called when a notification has been acknowledged by a Urc
notify - Variable in class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketNotification.LinkedNotification
 
NotifyState - Class in edu.wisc.trace.urcsdk.xpath
NotifyState.
NotifyState(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.NotifyState
 
NotifyState(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.NotifyState
 
notifyState(ClientSession, String) - Method in class edu.wisc.trace.urcsdk.xpath.XPathImpl
Get the state of the specified UISocketNotify.
notifyState() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
NUMBER - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
NumberConstant - Class in edu.wisc.trace.urcsdk.client.uisocket.types
NumberConstant is the number variant of UISocketConstant.
NumberConstant() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.NumberConstant
Creates a new NumberConstant instance.
NumberConstant(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.NumberConstant
Creates a new NumberConstant instance.
NumberConstant(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.NumberConstant
Creates a new NumberConstant instance.
NumberConstant - Class in edu.wisc.trace.urcsdk.target.uisocket
NumberConstant is a specialized version of a UISocketConstant that deals specifically with numbers.
NumberConstant() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.NumberConstant
Creates a new NumberConstant instance.
NumberConstant(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.NumberConstant
Creates a new NumberConstant instance.
NumberConstant(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.NumberConstant
Creates a new NumberConstant instance.
NumberExpr - Class in edu.wisc.trace.urcsdk.xpath
NumberExpr.
NumberExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.NumberExpr
 
NumberExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.NumberExpr
 
numberExpr() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
NumberVariable - Class in edu.wisc.trace.urcsdk.client.uisocket.types
NumberVariable is the number variant of UISocketVariable.
NumberVariable() - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.NumberVariable
Creates a new NumberVariable instance.
NumberVariable(UISocketMirror) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.NumberVariable
Creates a new NumberVariable instance.
NumberVariable(UISocketDocument, UISocketMirror, Element) - Constructor for class edu.wisc.trace.urcsdk.client.uisocket.types.NumberVariable
Creates a new NumberVariable instance.
NumberVariable - Class in edu.wisc.trace.urcsdk.target.uisocket
NumberVariable is a specialized version of a UISocketVariable that deals specifically with numbers.
NumberVariable() - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.NumberVariable
Creates a new NumberVariable instance.
NumberVariable(UISocket) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.NumberVariable
Creates a new NumberVariable instance.
NumberVariable(UISocketDocument, UISocket, Element) - Constructor for class edu.wisc.trace.urcsdk.target.uisocket.NumberVariable
Creates a new NumberVariable instance.

O

OPEN_TEXT - Static variable in class edu.wisc.trace.urcsdk.client.UIBuilderFactory
Describe constant OPEN_TEXT here.
openNewSession() - Method in class edu.wisc.trace.urcsdk.target.uisocket.UISocket
openNewSession creates a new Session
openSessionRequest(IClient, String, String) - Method in class edu.wisc.trace.urcsdk.client.ClientTunManager
Session open request from Client.
openSessionRequest(String, String) - Static method in class edu.wisc.trace.urcsdk.client.facade.FacadeForJs
Opens a Session for the requested TargetId-SocketId
openSessionRequest(String, String) - Method in class edu.wisc.trace.urcsdk.client.GenericClient
 
openSessionRequest(String, String) - Method in interface edu.wisc.trace.urcsdk.client.IClient
Sends a request to the Target to open a Session
openSessionRequest(IClient, TargetMirror, UISocketMirror) - Method in interface edu.wisc.trace.urcsdk.client.IClientTun
Should be implemented by the underlying network specific layer to open a new Session with the Target
openSessionRequest(String, String, String) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientControlPoint
Invokes the "openSessionRequest" action on the Target device.
openSessionRequest(IClient, TargetMirror, UISocketMirror) - Method in class edu.wisc.trace.urcsdk.client.upnp2s.Upnp2sClientTun
 
openSessionRequest(IClient, TargetMirror, UISocketMirror) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
 
openSessionRequest(String, String, String) - Method in interface edu.wisc.trace.urcsdk.target.ITargetTun
openSessionRequest is called from the lower level of the Tun, when a Client needs to open a session.
openSessionRequest(String, String, ITargetTun) - Method in interface edu.wisc.trace.urcsdk.target.ITargetTunListener
openSessionRequest is called from the lower level of the Tun, when a Client needs to open a session.
openSessionRequest(String, String, ITargetTun) - Method in class edu.wisc.trace.urcsdk.target.TargetTunManager
 
openSessionRequest(String, String, String) - Method in class edu.wisc.trace.urcsdk.target.upnp2s.Upnp2sTargetTun
 
operationRef - Variable in class edu.wisc.trace.urcsdk.client.resources.AbstractResource
 
OR - Static variable in interface edu.wisc.trace.urcsdk.xpath.XPathParserConstants
 
OrExpr - Class in edu.wisc.trace.urcsdk.xpath
OrExpr.
OrExpr(int) - Constructor for class edu.wisc.trace.urcsdk.xpath.OrExpr
 
OrExpr(XPathParser, int) - Constructor for class edu.wisc.trace.urcsdk.xpath.OrExpr
 
OrExpr() - Method in class edu.wisc.trace.urcsdk.xpath.XPathParser
 
OutputInteractor - Class in edu.wisc.trace.urcsdk.client.pret
OutputInteractor is a class whose purpose is to output it's value.
OutputInteractor() - Constructor for class edu.wisc.trace.urcsdk.client.pret.OutputInteractor
Creates a new OutputInteractor instance.
OutputInteractor(Element, IUISocketElement) - Constructor for class edu.wisc.trace.urcsdk.client.pret.OutputInteractor
Creates a new OutputInteractor instance.

P

parent - Variable in class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
 
parent - Variable in class edu.wisc.trace.urcsdk.xpath.SimpleNode
 
parentNode(String, String) - Method in class edu.wisc.trace.urcsdk.client.upnpdcps.UpnpAvTun
parentNode called to invoke parentNode command.
parse(Element) - Method in interface edu.wisc.trace.urcsdk.base.IUISocketElement
Parses the given element for the data required to create a UISocketElement
parse() - Method in interface edu.wisc.trace.urcsdk.client.IInteractor
Parses the interactor starting from the root element (specified by called setRootElement).
parse(Element) - Method in class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
parse parses the XML for this interactor and converts the data into programmatically accessible objects.
parse() - Method in class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
 
parse(Element) - Method in class edu.wisc.trace.urcsdk.client.pret.DateTimeInteractor
Parses the DateTime element.
parse(Element) - Method in class edu.wisc.trace.urcsdk.client.pret.Group
parse parses the <group> element of the PreT document.
parse(Element) - Method in class edu.wisc.trace.urcsdk.client.pret.InputInteractor
 
parse(Element) - Method in class edu.wisc.trace.urcsdk.client.pret.ModalDialogInteractor
 
parse(Element) - Method in class edu.wisc.trace.urcsdk.client.pret.SecretInteractor
 
parse(Element) - Method in class edu.wisc.trace.urcsdk.client.pret.Select1Interactor
 
parse(Element) - Method in class edu.wisc.trace.urcsdk.client.pret.TimeInteractor
 
parse() - Method in class edu.wisc.trace.urcsdk.client.resources.ResourceDirectory
Parses the XML to create the resource directory.
parse() - Method in class edu.wisc.trace.urcsdk.client.TargetDirectory
parse parses a TargetDirectory element.