Package org.fcrepo.jms
Class JMSTopicPublisherTest
- java.lang.Object
-
- org.fcrepo.jms.JMSTopicPublisherTest
-
public class JMSTopicPublisherTest extends Object
JMSTopicPublisherTest class.
- Author:
- awoods
-
-
Constructor Summary
Constructors Constructor Description JMSTopicPublisherTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.fcrepo.jms.AbstractJMSPublishergetPublisher()voidsetUp()voidtestAcquireConnections()voidtestPublishJCREvent()voidtestReleaseConnections()
-
-
-
Constructor Detail
-
JMSTopicPublisherTest
public JMSTopicPublisherTest()
-
-
Method Detail
-
getPublisher
protected org.fcrepo.jms.AbstractJMSPublisher getPublisher()
-
setUp
public void setUp()
-
testAcquireConnections
public void testAcquireConnections() throws javax.jms.JMSException- Throws:
javax.jms.JMSException
-
testPublishJCREvent
public void testPublishJCREvent() throws javax.jms.JMSException- Throws:
javax.jms.JMSException
-
testReleaseConnections
public void testReleaseConnections() throws javax.jms.JMSException- Throws:
javax.jms.JMSException
-
-