org.hornetq.rest.topic
Class PushTopicRegistration

java.lang.Object
  extended by org.hornetq.rest.queue.push.xml.PushRegistration
      extended by org.hornetq.rest.topic.PushTopicRegistration
All Implemented Interfaces:
java.io.Serializable

public class PushTopicRegistration
extends PushRegistration

Version:
$Revision: 1 $
Author:
Bill Burke
See Also:
Serialized Form

Constructor Summary
PushTopicRegistration()
           
 
Method Summary
 java.lang.String getTopic()
           
 void setTopic(java.lang.String topic)
           
 
Methods inherited from class org.hornetq.rest.queue.push.xml.PushRegistration
getAuthenticationMechanism, getDestination, getHeaders, getId, getLoadedFrom, getMaxRetries, getRetryWaitMillis, getSelector, getTarget, isDisableOnFailure, isDurable, isEnabled, setAuthenticationMechanism, setDestination, setDisableOnFailure, setDurable, setEnabled, setHeaders, setId, setLoadedFrom, setMaxRetries, setRetryWaitMillis, setSelector, setTarget, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PushTopicRegistration

public PushTopicRegistration()
Method Detail

getTopic

public java.lang.String getTopic()

setTopic

public void setTopic(java.lang.String topic)


Copyright © 2011. All Rights Reserved.