@Service public class DefaultJmsConnection extends Object implements com.cognifide.aet.communication.api.queues.JmsConnection
| Constructor and Description |
|---|
DefaultJmsConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(Map properties) |
void |
connect() |
void |
deactivate() |
void |
disconnect() |
com.cognifide.aet.communication.api.queues.JmsEndpointConfig |
getEndpointConfig() |
javax.jms.Connection |
getJmsConnection() |
javax.jms.Session |
getJmsSession() |
public javax.jms.Session getJmsSession()
throws javax.jms.JMSException
getJmsSession in interface com.cognifide.aet.communication.api.queues.JmsConnectionjavax.jms.JMSExceptionpublic javax.jms.Connection getJmsConnection()
getJmsConnection in interface com.cognifide.aet.communication.api.queues.JmsConnectionpublic com.cognifide.aet.communication.api.queues.JmsEndpointConfig getEndpointConfig()
getEndpointConfig in interface com.cognifide.aet.communication.api.queues.JmsConnection@Activate public void activate(Map properties) throws javax.jms.JMSException
javax.jms.JMSExceptionpublic void connect()
throws javax.jms.JMSException
javax.jms.JMSException@Deactivate public void deactivate()
public void disconnect()
Copyright © 2013–2018 Cognifide. All rights reserved.