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 address, SimpleString name, Filter filter, boolean durable, boolean temporary)
           
 void setPostOffice(PostOffice postOffice)
          This is required for delete-all-reference to work correctly with paging
 

Method Detail

createQueue

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

setPostOffice

void setPostOffice(PostOffice postOffice)
This is required for delete-all-reference to work correctly with paging

Parameters:
postOffice -


Copyright © 2006 JBoss Inc. All Rights Reserved.