Class JavaEEJMSServiceAdapter
- java.lang.Object
-
- org.jboss.windup.web.services.messaging.JavaEEJMSServiceAdapter
-
- All Implemented Interfaces:
JMSServiceAdapter
public class JavaEEJMSServiceAdapter extends Object implements JMSServiceAdapter
- Author:
- Jesse Sightler
-
-
Constructor Summary
Constructors Constructor Description JavaEEJMSServiceAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendCompleted(Long projectID, WindupExecution execution)voidsendStatusUpdate(Long projectId, WindupExecution execution)
-
-
-
Method Detail
-
sendStatusUpdate
public void sendStatusUpdate(Long projectId, WindupExecution execution)
- Specified by:
sendStatusUpdatein interfaceJMSServiceAdapter
-
sendCompleted
public void sendCompleted(Long projectID, WindupExecution execution)
- Specified by:
sendCompletedin interfaceJMSServiceAdapter
-
-