Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- Agent - Interface in org.opencastproject.capture.admin.api
-
An in-memory construct to represent the state of a capture agent, and when it was last heard from.
- AgentState - Interface in org.opencastproject.capture.admin.api
-
A representation of the capture client's current state (MH-730).
- AgentStateUpdate - Class in org.opencastproject.capture.admin.api
-
A representation of an agent which stores its name, state and time-since-last-update value.
- AgentStateUpdate() - Constructor for class org.opencastproject.capture.admin.api.AgentStateUpdate
-
Required zero-arg. constructor.
- AgentStateUpdate(Agent) - Constructor for class org.opencastproject.capture.admin.api.AgentStateUpdate
-
Builds an AgentStateUpdate object about the Agent a.
C
- CaptureAgentStateService - Interface in org.opencastproject.capture.admin.api
-
API for the capture-admin service.
- CAPTURING - Static variable in interface org.opencastproject.capture.admin.api.AgentState
-
Constant
CAPTURING="capturing"
E
- ERROR - Static variable in interface org.opencastproject.capture.admin.api.AgentState
-
Constant
ERROR="error"
G
- getAgent(String) - Method in interface org.opencastproject.capture.admin.api.CaptureAgentStateService
-
Returns an agent by its name
- getAgentCapabilities(String) - Method in interface org.opencastproject.capture.admin.api.CaptureAgentStateService
-
Returns the list of known agent capabilities.
- getAgentConfiguration(String) - Method in interface org.opencastproject.capture.admin.api.CaptureAgentStateService
-
Returns the list of known agent configurations.
- getAgentState(String) - Method in interface org.opencastproject.capture.admin.api.CaptureAgentStateService
-
Returns the last known agent state by its name
- getCapabilities() - Method in interface org.opencastproject.capture.admin.api.Agent
-
Gets the capture agent's capability list.
- getCapabilities() - Method in class org.opencastproject.capture.admin.api.AgentStateUpdate
-
Returns the agent capabilities.
- getConfiguration() - Method in interface org.opencastproject.capture.admin.api.Agent
-
Gets the capture agent's full configuration list.
- getKnownAgents() - Method in interface org.opencastproject.capture.admin.api.CaptureAgentStateService
-
Returns the list of known agents that the current user is authorized to schedule.
- getLastHeardFrom() - Method in interface org.opencastproject.capture.admin.api.Agent
-
Gets the time at which the agent last checked in.
- getName() - Method in interface org.opencastproject.capture.admin.api.Agent
-
Gets the name of the agent.
- getName() - Method in class org.opencastproject.capture.admin.api.AgentStateUpdate
-
Returns the agent name.
- getState() - Method in interface org.opencastproject.capture.admin.api.Agent
-
Gets the state of the agent.
- getState() - Method in class org.opencastproject.capture.admin.api.AgentStateUpdate
-
Returns the agent state.
- getTimeSinceLastUpdate() - Method in class org.opencastproject.capture.admin.api.AgentStateUpdate
-
Returns the time when the agent was last seen online.
- getUrl() - Method in interface org.opencastproject.capture.admin.api.Agent
-
Gets the url of the agent.
- getUrl() - Method in class org.opencastproject.capture.admin.api.AgentStateUpdate
-
Returns the agent url.
I
- IDLE - Static variable in interface org.opencastproject.capture.admin.api.AgentState
-
Constant
IDLE="idle"
K
- KNOWN_STATES - Static variable in interface org.opencastproject.capture.admin.api.AgentState
-
The collection of all known states.
O
- OFFLINE - Static variable in interface org.opencastproject.capture.admin.api.AgentState
-
Constant
OFFLINE="offline" - org.opencastproject.capture.admin.api - package org.opencastproject.capture.admin.api
-
Capture-admin service implementation classes.
R
- removeAgent(String) - Method in interface org.opencastproject.capture.admin.api.CaptureAgentStateService
-
Remove an agent from the system, if the agent exists.
S
- setAgentConfiguration(String, Properties) - Method in interface org.opencastproject.capture.admin.api.CaptureAgentStateService
-
Sets the capabilities for the specified agent
- setAgentState(String, String) - Method in interface org.opencastproject.capture.admin.api.CaptureAgentStateService
-
Sets a given agent's state.
- setAgentUrl(String, String) - Method in interface org.opencastproject.capture.admin.api.CaptureAgentStateService
- setConfiguration(Properties) - Method in interface org.opencastproject.capture.admin.api.Agent
-
Sets the capture agent's configuration list.
- setLastHeardFrom(Long) - Method in interface org.opencastproject.capture.admin.api.Agent
-
Sets the time at which the agent last checked in.
- setState(String) - Method in interface org.opencastproject.capture.admin.api.Agent
-
Sets the state of the agent, and updates the time it was last heard from.
- setUrl(String) - Method in interface org.opencastproject.capture.admin.api.Agent
-
Sets the url of the agent.
- SHUTTING_DOWN - Static variable in interface org.opencastproject.capture.admin.api.AgentState
-
Constant
SHUTTING_DOWN="shutting_down"
T
- TRANSLATION_PREFIX - Static variable in interface org.opencastproject.capture.admin.api.AgentState
U
- UNKNOWN - Static variable in interface org.opencastproject.capture.admin.api.AgentState
-
Constant
UNKNOWN="unknown" - UPLOADING - Static variable in interface org.opencastproject.capture.admin.api.AgentState
-
Constant
UPLOADING="uploading"
All Classes and Interfaces|All Packages|Constant Field Values