|
static final String | NAME = "name" |
|
◆ Action() [1/3]
org.cybergarage.upnp.Action.Action |
( |
Node | serviceNode | ) |
|
|
inline |
◆ Action() [2/3]
org.cybergarage.upnp.Action.Action |
( |
Node | serviceNode, |
|
|
Node | actionNode ) |
|
inline |
◆ Action() [3/3]
org.cybergarage.upnp.Action.Action |
( |
Action | action | ) |
|
|
inline |
◆ clearOutputAgumentValues()
void org.cybergarage.upnp.Action.clearOutputAgumentValues |
( |
| ) |
|
|
inlineprivate |
◆ getActionData()
ActionData org.cybergarage.upnp.Action.getActionData |
( |
| ) |
|
|
inlineprivate |
◆ getActionListener()
◆ getActionNode()
Node org.cybergarage.upnp.Action.getActionNode |
( |
| ) |
|
|
inline |
◆ getArgument()
Argument org.cybergarage.upnp.Action.getArgument |
( |
String | name | ) |
|
|
inline |
◆ getArgumentIntegerValue()
int org.cybergarage.upnp.Action.getArgumentIntegerValue |
( |
String | name | ) |
|
|
inline |
◆ getArgumentList()
ArgumentList org.cybergarage.upnp.Action.getArgumentList |
( |
| ) |
|
|
inline |
◆ getArgumentValue()
String org.cybergarage.upnp.Action.getArgumentValue |
( |
String | name | ) |
|
|
inline |
◆ getControlResponse()
◆ getControlStatus()
UPnPStatus org.cybergarage.upnp.Action.getControlStatus |
( |
| ) |
|
|
inline |
◆ getInputArgumentList()
ArgumentList org.cybergarage.upnp.Action.getInputArgumentList |
( |
| ) |
|
|
inline |
◆ getName()
String org.cybergarage.upnp.Action.getName |
( |
| ) |
|
|
inline |
◆ getOutputArgumentList()
ArgumentList org.cybergarage.upnp.Action.getOutputArgumentList |
( |
| ) |
|
|
inline |
◆ getService()
Service org.cybergarage.upnp.Action.getService |
( |
| ) |
|
|
inline |
◆ getServiceNode()
Node org.cybergarage.upnp.Action.getServiceNode |
( |
| ) |
|
|
inlineprivate |
◆ getStatus()
UPnPStatus org.cybergarage.upnp.Action.getStatus |
( |
| ) |
|
|
inline |
◆ getUserData()
Object org.cybergarage.upnp.Action.getUserData |
( |
| ) |
|
|
inline |
◆ isActionNode()
static boolean org.cybergarage.upnp.Action.isActionNode |
( |
Node | node | ) |
|
|
inlinestatic |
◆ lock()
void org.cybergarage.upnp.Action.lock |
( |
| ) |
|
|
inline |
◆ performActionListener()
boolean org.cybergarage.upnp.Action.performActionListener |
( |
ActionRequest | actionReq | ) |
|
|
inline |
◆ postControlAction()
boolean org.cybergarage.upnp.Action.postControlAction |
( |
| ) |
|
|
inline |
◆ print()
void org.cybergarage.upnp.Action.print |
( |
| ) |
|
|
inline |
◆ setActionListener()
void org.cybergarage.upnp.Action.setActionListener |
( |
ActionListener | listener | ) |
|
|
inline |
◆ setArgumentList()
void org.cybergarage.upnp.Action.setArgumentList |
( |
ArgumentList | al | ) |
|
|
inline |
◆ setArgumentValue() [1/2]
void org.cybergarage.upnp.Action.setArgumentValue |
( |
String | name, |
|
|
int | value ) |
|
inline |
◆ setArgumentValue() [2/2]
void org.cybergarage.upnp.Action.setArgumentValue |
( |
String | name, |
|
|
String | value ) |
|
inline |
◆ setArgumentValues()
void org.cybergarage.upnp.Action.setArgumentValues |
( |
ArgumentList | argList | ) |
|
|
inline |
- Deprecated
- You should use one of the following methods instead:
◆ setControlResponse()
◆ setInArgumentValues()
void org.cybergarage.upnp.Action.setInArgumentValues |
( |
ArgumentList | argList | ) |
|
|
inline |
◆ setName()
void org.cybergarage.upnp.Action.setName |
( |
String | value | ) |
|
|
inline |
◆ setOutArgumentValues()
void org.cybergarage.upnp.Action.setOutArgumentValues |
( |
ArgumentList | argList | ) |
|
|
inline |
◆ setStatus() [1/2]
void org.cybergarage.upnp.Action.setStatus |
( |
int | code | ) |
|
|
inline |
◆ setStatus() [2/2]
void org.cybergarage.upnp.Action.setStatus |
( |
int | code, |
|
|
String | descr ) |
|
inline |
◆ setUserData()
void org.cybergarage.upnp.Action.setUserData |
( |
Object | data | ) |
|
|
inline |
◆ unlock()
void org.cybergarage.upnp.Action.unlock |
( |
| ) |
|
|
inline |
◆ actionNode
Node org.cybergarage.upnp.Action.actionNode |
|
private |
◆ ELEM_NAME
final String org.cybergarage.upnp.Action.ELEM_NAME = "action" |
|
static |
◆ mutex
Mutex org.cybergarage.upnp.Action.mutex = new Mutex() |
|
private |
◆ NAME
final String org.cybergarage.upnp.Action.NAME = "name" |
|
staticprivate |
◆ serviceNode
Node org.cybergarage.upnp.Action.serviceNode |
|
private |
◆ upnpStatus
◆ userData
Object org.cybergarage.upnp.Action.userData = null |
|
private |
The documentation for this class was generated from the following file: