com.hack23.cia.service.component.agent.impl.command
Class DataAgentApiImpl

Package class diagram package DataAgentApiImpl
java.lang.Object
  extended by com.hack23.cia.service.component.agent.impl.command.DataAgentApiImpl
All Implemented Interfaces:
DataAgentApi

@Service
@Transactional(propagation=REQUIRED)
public class DataAgentApiImpl
extends Object
implements DataAgentApi

The Class DataAgentApiImpl.


Field Summary
protected  org.springframework.jms.core.JmsTemplate jmsTemplate
          The jms template.
 
Constructor Summary
DataAgentApiImpl()
           
 
Method Summary
 void execute(DataAgentWorkOrder workOrder)
          Execute.
 void sendMessage(DataAgentWorkOrder workOrder)
          Send message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jmsTemplate

protected org.springframework.jms.core.JmsTemplate jmsTemplate
The jms template.

Constructor Detail

DataAgentApiImpl

public DataAgentApiImpl()
Method Detail

execute

public void execute(DataAgentWorkOrder workOrder)
Description copied from interface: DataAgentApi
Execute.

Specified by:
execute in interface DataAgentApi
Parameters:
workOrder - the work order

sendMessage

public void sendMessage(DataAgentWorkOrder workOrder)
                 throws javax.jms.JMSException
Send message.

Parameters:
workOrder - the work order
Throws:
javax.jms.JMSException - the jMS exception


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