org.jboss.messaging.core.server
Interface QueueFactory

All Known Implementing Classes:
QueueFactoryImpl

public interface QueueFactory

A QueueFactory Implementations of this class know how to create queues with the correct attribute values based on default and overrides

Author:
Tim Fox

Method Summary
 Queue createQueue(long persistenceID, SimpleString name, Filter filter, boolean durable, boolean temporary)
           
 

Method Detail

createQueue

Queue createQueue(long persistenceID,
                  SimpleString name,
                  Filter filter,
                  boolean durable,
                  boolean temporary)


Copyright © 2006 JBoss Inc. All Rights Reserved.