Class BrowseAction
java.lang.Object
org.cybergarage.upnp.Action
org.cybergarage.upnp.std.av.server.action.BrowseAction
public class BrowseAction
extends org.cybergarage.upnp.Action
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic StringFields inherited from class org.cybergarage.upnp.Action
ELEM_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintbooleanbooleanvoidsetNumberReturned(int value)voidvoidsetTotalMaches(int value)voidsetUpdateID(int value)Methods inherited from class org.cybergarage.upnp.Action
getActionListener, getActionNode, getArgument, getArgumentIntegerValue, getArgumentList, getArgumentValue, getControlStatus, getInputArgumentList, getName, getOutputArgumentList, getService, getStatus, getUserData, isActionNode, lock, performActionListener, postControlAction, print, setActionListener, setArgumentList, setArgumentValue, setArgumentValue, setArgumentValues, setInArgumentValues, setName, setOutArgumentValues, setStatus, setStatus, setUserData, unlock
-
Field Details
-
OBJECT_ID
- See Also:
- Constant Field Values
-
BROWSE_FLAG
- See Also:
- Constant Field Values
-
FILTER
- See Also:
- Constant Field Values
-
STARTING_INDEX
- See Also:
- Constant Field Values
-
REQUESTED_COUNT
- See Also:
- Constant Field Values
-
SORT_CRITERIA
- See Also:
- Constant Field Values
-
BROWSE_METADATA
- See Also:
- Constant Field Values
-
BROWSE_DIRECT_CHILDREN
- See Also:
- Constant Field Values
-
RESULT
- See Also:
- Constant Field Values
-
NUMBER_RETURNED
- See Also:
- Constant Field Values
-
TOTAL_MACHES
- See Also:
- Constant Field Values
-
UPDATE_ID
- See Also:
- Constant Field Values
-
-
Constructor Details
-
BrowseAction
public BrowseAction(org.cybergarage.upnp.Action action)
-
-
Method Details
-
getBrowseFlag
-
isMetadata
public boolean isMetadata() -
isDirectChildren
public boolean isDirectChildren() -
getObjectID
-
getStartingIndex
public int getStartingIndex() -
getRequestedCount
public int getRequestedCount() -
getNumberReturned
public int getNumberReturned() -
getTotalMatches
public int getTotalMatches() -
getSortCriteria
-
getFilter
-
setResult
-
setNumberReturned
public void setNumberReturned(int value) -
setTotalMaches
public void setTotalMaches(int value) -
setUpdateID
public void setUpdateID(int value)
-