Uses of Interface
org.opencastproject.capture.admin.api.Agent
Packages that use Agent
Package
Description
Capture-admin service implementation classes.
Capture-admin service implementation classes.
-
Uses of Agent in org.opencastproject.capture.admin.api
Methods in org.opencastproject.capture.admin.api that return AgentModifier and TypeMethodDescriptionReturns an agent by its nameMethods in org.opencastproject.capture.admin.api that return types with arguments of type AgentModifier and TypeMethodDescriptionCaptureAgentStateService.getKnownAgents()Returns the list of known agents that the current user is authorized to schedule.Constructors in org.opencastproject.capture.admin.api with parameters of type AgentModifierConstructorDescriptionBuilds an AgentStateUpdate object about the Agent a. -
Uses of Agent in org.opencastproject.capture.admin.impl
Classes in org.opencastproject.capture.admin.impl that implement AgentModifier and TypeClassDescriptionclassAn in-memory construct to represent the state of a capture agent, and when it was last heard from.Methods in org.opencastproject.capture.admin.impl that return AgentModifier and TypeMethodDescriptionReturns an agent by its nameprotected AgentCaptureAgentStateServiceImpl.updateCachedLastHeardFrom(Agent agent, String org) Mix in the last-seen timestamp from the agent cacheMethods in org.opencastproject.capture.admin.impl that return types with arguments of type AgentModifier and TypeMethodDescriptionCaptureAgentStateServiceImpl.getKnownAgents()Returns the list of known agents that the current user is authorized to schedule.Methods in org.opencastproject.capture.admin.impl with parameters of type AgentModifier and TypeMethodDescriptionprotected AgentCaptureAgentStateServiceImpl.updateCachedLastHeardFrom(Agent agent, String org) Mix in the last-seen timestamp from the agent cache -
Uses of Agent in org.opencastproject.external.util
Methods in org.opencastproject.external.util with parameters of type AgentModifier and TypeMethodDescriptionstatic com.entwinemedia.fn.data.json.JValueCaptureAgentUtils.generateJsonAgent(Agent agent) Generate a JSON Object for the given capture agent