com.hack23.cia.service.component.agent.impl.command
Class DataAgentApiImpl
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jmsTemplate
protected org.springframework.jms.core.JmsTemplate jmsTemplate
- The jms template.
DataAgentApiImpl
public DataAgentApiImpl()
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.