Package org.apache.manifoldcf.agents
Class AgentRun
- java.lang.Object
-
- org.apache.manifoldcf.agents.BaseAgentsInitializationCommand
-
- org.apache.manifoldcf.agents.AgentRun
-
- All Implemented Interfaces:
InitializationCommand
public class AgentRun extends BaseAgentsInitializationCommand
Main agents process class
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
AgentRun.AgentRunShutdownRunner
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_rcsid
static java.lang.String
agentServiceType
-
Constructor Summary
Constructors Constructor Description AgentRun()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doExecute(IThreadContext tc)
static void
main(java.lang.String[] args)
-
Methods inherited from class org.apache.manifoldcf.agents.BaseAgentsInitializationCommand
execute
-
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
agentServiceType
public static final java.lang.String agentServiceType
- See Also:
- Constant Field Values
-
-
Method Detail
-
doExecute
protected void doExecute(IThreadContext tc) throws ManifoldCFException
- Specified by:
doExecute
in classBaseAgentsInitializationCommand
- Throws:
ManifoldCFException
-
main
public static void main(java.lang.String[] args)
-
-