Package org.webswing.server.services.jms
Class JmsServiceImpl
- java.lang.Object
-
- org.webswing.server.services.jms.JmsServiceImpl
-
- All Implemented Interfaces:
WebswingService,JmsService
public class JmsServiceImpl extends Object implements JmsService
-
-
Constructor Summary
Constructors Constructor Description JmsServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart()org.apache.activemq.broker.BrokerServicestartService()voidstop()
-
-
-
Method Detail
-
start
public void start() throws org.webswing.server.model.exception.WsInitException- Specified by:
startin interfaceWebswingService- Throws:
org.webswing.server.model.exception.WsInitException
-
stop
public void stop()
- Specified by:
stopin interfaceWebswingService
-
-