com.hack23.cia.service.impl.control.core
Class AgentOperationServiceImpl

Package class diagram package AgentOperationServiceImpl
java.lang.Object
  extended by com.hack23.cia.service.impl.control.core.AgentOperationServiceImpl
All Implemented Interfaces:
AgentOperationService

@Configurable(preConstruction=true)
public class AgentOperationServiceImpl
extends Object
implements AgentOperationService

The Class AgentOperationServiceImpl.


Constructor Summary
Constructor and Description
AgentOperationServiceImpl(org.springframework.core.task.AsyncTaskExecutor taskExecutor, AgentOperationRunnable agentOperation)
          Instantiates a new agent operation service impl.
 
Method Summary
Modifier and Type Method and Description
 void execute()
          Execute.
 AgentOperationRunnable getAgentOperation()
          Gets the agent operation.
 void registerAgentOperation()
          Register agent operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentOperationServiceImpl

public AgentOperationServiceImpl(org.springframework.core.task.AsyncTaskExecutor taskExecutor,
                                 AgentOperationRunnable agentOperation)
Instantiates a new agent operation service impl.

Parameters:
taskExecutor - the task executor
agentOperation - the agent operation
Method Detail

execute

public final void execute()
Description copied from interface: AgentOperationService
Execute.

Specified by:
execute in interface AgentOperationService

getAgentOperation

public final AgentOperationRunnable getAgentOperation()
Description copied from interface: AgentOperationService
Gets the agent operation.

Specified by:
getAgentOperation in interface AgentOperationService
Returns:
the agent operation

registerAgentOperation

@PostConstruct
public final void registerAgentOperation()
Register agent operation.



Copyright © 2008-2010 www.hack23.com. All Rights Reserved.