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 MessageListener>

public class BrokerSubscription.TopicCouple
extends java.lang.Object

topic couple

Author:
Andrea Manzi(CERN)

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

Constructor Detail

BrokerSubscription.TopicCouple

public BrokerSubscription.TopicCouple()
Method Detail

getScope

public GCUBEScope getScope()
get the scope

Returns:
the scope

setScope

public void setScope(GCUBEScope scope)
set the scope

Parameters:
scope - the scope

getTopicName

public java.lang.String getTopicName()
get the topic name

Returns:
the topic name

setTopicName

public void setTopicName(java.lang.String topicName)
set the topic name

Parameters:
topicName - the topic name