org.hornetq.jms.server.config.impl
Class TopicConfigurationImpl

java.lang.Object
  extended by org.hornetq.jms.server.config.impl.TopicConfigurationImpl
All Implemented Interfaces:
TopicConfiguration

public class TopicConfigurationImpl
extends Object
implements TopicConfiguration

A TopicConfigurationImpl

Author:
Jeff Mesnil

Constructor Summary
TopicConfigurationImpl(String name, String... bindings)
           
 
Method Summary
 String[] getBindings()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicConfigurationImpl

public TopicConfigurationImpl(String name,
                              String... bindings)
Method Detail

getBindings

public String[] getBindings()
Specified by:
getBindings in interface TopicConfiguration

getName

public String getName()
Specified by:
getName in interface TopicConfiguration


Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.