Package org.cybergarage.upnp
Class Action
java.lang.Object
org.cybergarage.upnp.Action
public class Action extends Object
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ELEM_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
getService
-
setService
-
getActionNode
-
lock
public void lock() -
unlock
public void unlock() -
isActionNode
-
setName
-
getName
-
getArgumentList
-
setArgumentList
-
getInputArgumentList
-
getOutputArgumentList
-
getArgument
-
setArgumentValues
Deprecated.You should use one of the following methods instead:
-setInArgumentValues(ArgumentList)
-setOutArgumentValues(ArgumentList)
-
setInArgumentValues
- Parameters:
argList
-- Since:
- 1.8.0
-
setOutArgumentValues
- Parameters:
argList
-- Since:
- 1.8.0
-
setArgumentValue
-
setArgumentValue
-
getArgumentValue
-
getArgumentIntegerValue
-
getActionListener
-
setActionListener
-
performActionListener
-
getControlStatus
-
postControlAction
public boolean postControlAction() -
postControlAction
I2P - bind HTTP socket to specified local host address- Parameters:
fromHost
- null to not bind to a particlar local address- Since:
- 0.9.50
-
print
public void print() -
setStatus
-
setStatus
public void setStatus(int code) -
getStatus
-
setUserData
-
getUserData
-