Uses of Class
org.cybergarage.upnp.StateVariable

Packages that use StateVariable
ants.p2p.utils.net   
org.cybergarage.upnp   
org.cybergarage.upnp.control   
 

Uses of StateVariable in ants.p2p.utils.net
 

Methods in ants.p2p.utils.net with parameters of type StateVariable
 boolean UPnPManager.queryControlReceived(StateVariable stateVar)
           
 boolean UPnPManager.queryControlReceived(StateVariable stateVar)
           
 

Uses of StateVariable in org.cybergarage.upnp
 

Methods in org.cybergarage.upnp that return StateVariable
 StateVariable Argument.getRelatedStateVariable()
           
 StateVariable Argument.getRelatedStateVariable()
           
 StateVariable ServiceStateTable.getStateVariable(int n)
           
 StateVariable ServiceStateTable.getStateVariable(int n)
           
 StateVariable Device.getStateVariable(java.lang.String name)
           
 StateVariable Service.getStateVariable(java.lang.String name)
           
 StateVariable Service.getStateVariable(java.lang.String name)
           
 StateVariable Device.getStateVariable(java.lang.String name)
           
 StateVariable Device.getStateVariable(java.lang.String serviceType, java.lang.String name)
           
 StateVariable Device.getStateVariable(java.lang.String serviceType, java.lang.String name)
           
 

Methods in org.cybergarage.upnp with parameters of type StateVariable
 void Service.notify(StateVariable stateVar)
           
 void Service.notify(StateVariable stateVar)
           
 void StateVariable.set(StateVariable stateVar)
           
 void StateVariable.set(StateVariable stateVar)
           
 

Uses of StateVariable in org.cybergarage.upnp.control
 

Methods in org.cybergarage.upnp.control with parameters of type StateVariable
 boolean QueryListener.queryControlReceived(StateVariable stateVar)
           
 boolean QueryListener.queryControlReceived(StateVariable stateVar)
           
 void QueryRequest.setRequest(StateVariable stateVar)
           
 void QueryRequest.setRequest(StateVariable stateVar)
           
 void QueryResponse.setResponse(StateVariable stateVar)
           
 void QueryResponse.setResponse(StateVariable stateVar)