|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aselect.agent.ntservice.AgentNTService
public class AgentNTService
A-Select agent service wrapper.
Description:
This class can be used to use the start the A-Select Agent as a
Windows service.
Concurrency issues:
none.
Field Summary | |
---|---|
static java.lang.String |
MODULE
The MODULE name. |
Constructor Summary | |
---|---|
AgentNTService()
Create a new intance. |
Method Summary | |
---|---|
void |
handleAgentEvent(AgentEvent oAgentEvent)
Handles Agent events. |
static void |
main(java.lang.String[] saArgs)
main[] entry point for starting the Agent in service mode. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MODULE
Constructor Detail |
---|
public AgentNTService()
init()
method and then the startServices()
method.
Method Detail |
---|
public static void main(java.lang.String[] saArgs)
AgentNTService
.
saArgs
- the commandline parameters.public void handleAgentEvent(AgentEvent oAgentEvent)
handleAgentEvent
in interface IAgentEventListener
oAgentEvent
- The event that should be processed.IAgentEventListener.handleAgentEvent(org.aselect.agent.ntservice.AgentEvent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |