org.gcube.messaging.common.consumer
Class BrokerSubscription.TopicCouple

java.lang.Object
  extended by org.gcube.messaging.common.consumer.BrokerSubscription.TopicCouple
Enclosing class:
BrokerSubscription<LISTENER extends javax.jms.MessageListener>

public class BrokerSubscription.TopicCouple
extends Object

topic couple

Author:
Andrea Manzi(CERN)

Constructor Summary
BrokerSubscription.TopicCouple()
           
 
Method Summary
 org.gcube.common.core.scope.GCUBEScope getScope()
          get the scope
 String getTopicName()
          get the topic name
 void setScope(org.gcube.common.core.scope.GCUBEScope scope)
          set the scope
 void setTopicName(String topicName)
          set the topic name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerSubscription.TopicCouple

public BrokerSubscription.TopicCouple()
Method Detail

getScope

public org.gcube.common.core.scope.GCUBEScope getScope()
get the scope

Returns:
the scope

setScope

public void setScope(org.gcube.common.core.scope.GCUBEScope scope)
set the scope

Parameters:
scope - the scope

getTopicName

public String getTopicName()
get the topic name

Returns:
the topic name

setTopicName

public void setTopicName(String topicName)
set the topic name

Parameters:
topicName - the topic name


Copyright © 2013. All Rights Reserved.