com.hack23.cia.service.impl.admin
Class AgentOperationServiceImpl

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

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

The Class AgentOperationServiceImpl.


Constructor Summary
AgentOperationServiceImpl(org.springframework.core.task.TaskExecutor taskExecutor, AdminAgentOperation agentOperation)
          Instantiates a new agent operation service impl.
 
Method Summary
 void execute()
          Execute.
 AdminAgentOperation 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.TaskExecutor taskExecutor,
                                 AdminAgentOperation 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 AdminAgentOperation 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-2009 www.hack23.com. All Rights Reserved.