Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- activate(ComponentContext) - Method in class org.opencastproject.capture.admin.endpoint.CaptureAgentStateRestService
-
Callback from OSGi that is called when this service is activated.
- activate(ComponentContext) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- AgentImpl - Class in org.opencastproject.capture.admin.impl
-
An in-memory construct to represent the state of a capture agent, and when it was last heard from.
- AgentImpl() - Constructor for class org.opencastproject.capture.admin.impl.AgentImpl
-
Required 0-arg constructor for JAXB, creates a blank agent.
- AgentImpl(String, String, String, String, Properties) - Constructor for class org.opencastproject.capture.admin.impl.AgentImpl
-
Builds a representation of the agent.
- agents - Variable in class org.opencastproject.capture.admin.endpoint.AgentStateUpdateList
- AgentStateUpdateList - Class in org.opencastproject.capture.admin.endpoint
- AgentStateUpdateList() - Constructor for class org.opencastproject.capture.admin.endpoint.AgentStateUpdateList
- AgentStateUpdateList(List<AgentStateUpdate>) - Constructor for class org.opencastproject.capture.admin.endpoint.AgentStateUpdateList
C
- CAPTURE_AGENT_TIMEOUT_KEY - Static variable in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
-
Configuration key for capture agent timeout in minutes before being marked offline
- CaptureAgentAdminRoleProviderImpl - Class in org.opencastproject.capture.admin.impl
-
The capture agent admin role provider provides a role for each registered capture agent
- CaptureAgentAdminRoleProviderImpl() - Constructor for class org.opencastproject.capture.admin.impl.CaptureAgentAdminRoleProviderImpl
- CaptureAgentStateRestService - Class in org.opencastproject.capture.admin.endpoint
-
The REST endpoint for the capture agent service on the capture device
- CaptureAgentStateRestService() - Constructor for class org.opencastproject.capture.admin.endpoint.CaptureAgentStateRestService
- CaptureAgentStateServiceImpl - Class in org.opencastproject.capture.admin.impl
-
IMPL for the capture-admin service (MH-1336, MH-1394, MH-1457, MH-1475 and MH-1476).
- CaptureAgentStateServiceImpl() - Constructor for class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- configurationString - Variable in class org.opencastproject.capture.admin.impl.AgentImpl
-
The capabilities the agent has Capabilities are the devices this agent can record from, with a friendly name associated to determine their nature (e.g.
D
- db - Variable in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- dbSessionFactory - Variable in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- deactivate() - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- deleted(String) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
E
- emf - Variable in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
-
The factory used to generate the entity manager
- equals(Object) - Method in class org.opencastproject.capture.admin.impl.AgentImpl
F
- findRoles(String, Role.Target, int, int) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentAdminRoleProviderImpl
G
- getAgent(String) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- getAgent(String, String) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
-
Gets an agent by name and organization.
- getAgentCapabilities(String) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- getAgentConfiguration(String) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- getAgentEntityQuery(String, String) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
-
Gets an agent by name and organization, using an open entitymanager.
- getAgentState(String) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- getAgentState(String, String) - Method in class org.opencastproject.capture.admin.endpoint.CaptureAgentStateRestService
- getAllRecordings() - Method in class org.opencastproject.capture.admin.endpoint.CaptureAgentStateRestService
- getCapabilities() - Method in class org.opencastproject.capture.admin.impl.AgentImpl
- getCapabilities(String, String) - Method in class org.opencastproject.capture.admin.endpoint.CaptureAgentStateRestService
- getConfiguration() - Method in class org.opencastproject.capture.admin.impl.AgentImpl
- getConfiguration(String, String) - Method in class org.opencastproject.capture.admin.endpoint.CaptureAgentStateRestService
- getId() - Method in class org.opencastproject.capture.admin.impl.RecordingStateUpdate
-
Returns the recording id.
- getKnownAgents() - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- getKnownAgents(String) - Method in class org.opencastproject.capture.admin.endpoint.CaptureAgentStateRestService
- getLastHeardFrom() - Method in class org.opencastproject.capture.admin.impl.AgentImpl
- getName() - Method in class org.opencastproject.capture.admin.impl.AgentImpl
- getName() - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- getOrganization() - Method in class org.opencastproject.capture.admin.impl.AgentImpl
- getOrganization() - Method in class org.opencastproject.capture.admin.impl.CaptureAgentAdminRoleProviderImpl
- getRecordingState(String, String) - Method in class org.opencastproject.capture.admin.endpoint.CaptureAgentStateRestService
- getRolesForUser(String) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentAdminRoleProviderImpl
- getSchedulerRoles() - Method in class org.opencastproject.capture.admin.impl.AgentImpl
- getState() - Method in class org.opencastproject.capture.admin.impl.AgentImpl
- getState() - Method in class org.opencastproject.capture.admin.impl.RecordingStateUpdate
-
Reuturns the recording state.
- getTimeSinceLastUpdate() - Method in class org.opencastproject.capture.admin.impl.RecordingStateUpdate
-
Returns the time where the recording was last updated.
- getUrl() - Method in class org.opencastproject.capture.admin.impl.AgentImpl
H
- hashCode() - Method in class org.opencastproject.capture.admin.impl.AgentImpl
L
- lastHeardFrom - Variable in class org.opencastproject.capture.admin.impl.AgentImpl
-
The time at which the agent last checked in with this service.
N
- name - Variable in class org.opencastproject.capture.admin.impl.AgentImpl
-
The name of the agent.
- nullToken - Variable in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
-
A token to store in the miss cache
O
- org.opencastproject.capture.admin.endpoint - package org.opencastproject.capture.admin.endpoint
-
Capture-admin REST and WSDL Service endpoints
- org.opencastproject.capture.admin.impl - package org.opencastproject.capture.admin.impl
-
Capture-admin service implementation classes.
- organization - Variable in class org.opencastproject.capture.admin.impl.AgentImpl
P
- PERSISTENCE_UNIT - Static variable in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
-
The name of the persistence unit for this class
- pidMap - Variable in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
-
Maps the configuration PID to the agent ID, so agents can be updated via the configuration factory pattern
R
- RecordingStateUpdate - Class in org.opencastproject.capture.admin.impl
-
A representation of an recording which stores its id, state and time-since-last-update value
- RecordingStateUpdate() - Constructor for class org.opencastproject.capture.admin.impl.RecordingStateUpdate
-
Required zero-arg. constructor.
- RecordingStateUpdate(Recording) - Constructor for class org.opencastproject.capture.admin.impl.RecordingStateUpdate
-
Builds an RecordingStateUpdate object about the Recording r.
- removeAgent(String) - Method in class org.opencastproject.capture.admin.endpoint.CaptureAgentStateRestService
- removeAgent(String) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- removeRecording(String) - Method in class org.opencastproject.capture.admin.endpoint.CaptureAgentStateRestService
S
- schedulerRoles - Variable in class org.opencastproject.capture.admin.impl.AgentImpl
-
The roles allowed to schedule this agent
- securityService - Variable in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
-
The security service
- setAgentConfiguration(String, Properties) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- setAgentState(String, String) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- setAgentState(HttpServletRequest, String, String, String) - Method in class org.opencastproject.capture.admin.endpoint.CaptureAgentStateRestService
- setAgentUrl(String, String) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- setCaptureAgentStateService(CaptureAgentStateService) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentAdminRoleProviderImpl
- setConfiguration(String, String) - Method in class org.opencastproject.capture.admin.endpoint.CaptureAgentStateRestService
- setConfiguration(Properties) - Method in class org.opencastproject.capture.admin.impl.AgentImpl
- setDBSessionFactory(DBSessionFactory) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- setEvents(List<AgentStateUpdate>) - Method in class org.opencastproject.capture.admin.endpoint.AgentStateUpdateList
- setLastHeardFrom(Long) - Method in class org.opencastproject.capture.admin.impl.AgentImpl
- setOrganization(String) - Method in class org.opencastproject.capture.admin.impl.AgentImpl
- setRecordingState(String, String) - Method in class org.opencastproject.capture.admin.endpoint.CaptureAgentStateRestService
- setSchedulerRoles(Set<String>) - Method in class org.opencastproject.capture.admin.impl.AgentImpl
- setSchedulerService(SchedulerService) - Method in class org.opencastproject.capture.admin.endpoint.CaptureAgentStateRestService
- setSecurityService(SecurityService) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentAdminRoleProviderImpl
- setSecurityService(SecurityService) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- setService(CaptureAgentStateService) - Method in class org.opencastproject.capture.admin.endpoint.CaptureAgentStateRestService
- setState(String) - Method in class org.opencastproject.capture.admin.impl.AgentImpl
- setupAgentCache(int, TimeUnit) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- setUrl(String) - Method in class org.opencastproject.capture.admin.impl.AgentImpl
- state - Variable in class org.opencastproject.capture.admin.impl.AgentImpl
-
The state of the agent.
U
- unsetService(CaptureAgentStateService) - Method in class org.opencastproject.capture.admin.endpoint.CaptureAgentStateRestService
- updateAgentInDatabase(AgentImpl) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
-
Updates or adds an agent to the database.
- updateCachedLastHeardFrom(Agent, String) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
-
Mix in the last-seen timestamp from the agent cache
- updated(String, Dictionary<String, ?>) - Method in class org.opencastproject.capture.admin.impl.CaptureAgentStateServiceImpl
- url - Variable in class org.opencastproject.capture.admin.impl.AgentImpl
-
The URL of the agent.
All Classes and Interfaces|All Packages|Constant Field Values