public interface JMSEventMessageFactory
Modifier and Type | Method and Description |
---|---|
javax.jms.Message |
getMessage(FedoraEvent jcrEvent,
javax.jms.Session jmsSession)
Produce a JMS message from a JCR event with the
given session
|
javax.jms.Message getMessage(FedoraEvent jcrEvent, javax.jms.Session jmsSession) throws IOException, javax.jms.JMSException
jcrEvent
- the jcr eventjmsSession
- the jms sessionIOException
- if IO exception occurredjavax.jms.JMSException
- if JMS exception occurredCopyright © 2013–2018 DuraSpace, Inc.. All rights reserved.