All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mockobjects.jms.MockTopicSubscriber Maven / Gradle / Ivy

The newest version!
package com.mockobjects.jms;

import javax.jms.*;
import com.mockobjects.*;

public class MockTopicSubscriber extends MockMessageConsumer
implements TopicSubscriber{

    public boolean getNoLocal() throws JMSException{
        notImplemented();
        return false;
    }

    public Topic getTopic() throws JMSException{
        notImplemented();
        return null;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy