Uses of Interface
org.jboss.messaging.core.postoffice.PostOffice

Packages that use PostOffice
org.jboss.messaging.core.management Provides management for JBoss Messaging 
org.jboss.messaging.core.management.impl   
org.jboss.messaging.core.paging   
org.jboss.messaging.core.paging.impl   
org.jboss.messaging.core.postoffice.impl   
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.cluster.impl   
org.jboss.messaging.core.server.impl   
org.jboss.messaging.core.transaction.impl   
 

Uses of PostOffice in org.jboss.messaging.core.management
 

Methods in org.jboss.messaging.core.management with parameters of type PostOffice
 MessagingServerControlImpl ManagementService.registerServer(PostOffice postOffice, StorageManager storageManager, Configuration configuration, HierarchicalRepository<AddressSettings> addressSettingsRepository, HierarchicalRepository<java.util.Set<Role>> securityRepository, ResourceManager resourceManager, RemotingService remotingService, MessagingServer messagingServer, QueueFactory queueFactory, boolean backup)
           
 

Uses of PostOffice in org.jboss.messaging.core.management.impl
 

Methods in org.jboss.messaging.core.management.impl with parameters of type PostOffice
 MessagingServerControlImpl ManagementServiceImpl.registerServer(PostOffice postOffice, StorageManager storageManager, Configuration configuration, HierarchicalRepository<AddressSettings> addressSettingsRepository, HierarchicalRepository<java.util.Set<Role>> securityRepository, ResourceManager resourceManager, RemotingService remotingService, MessagingServer messagingServer, QueueFactory queueFactory, boolean backup)
           
 

Constructors in org.jboss.messaging.core.management.impl with parameters of type PostOffice
AddressControlImpl(SimpleString address, PostOffice postOffice, HierarchicalRepository<java.util.Set<Role>> securityRepository)
           
MessagingServerControlImpl(PostOffice postOffice, Configuration configuration, ResourceManager resourceManager, RemotingService remotingService, MessagingServer messagingServer, MessageCounterManager messageCounterManager, javax.management.NotificationBroadcasterSupport broadcaster)
           
QueueControlImpl(Queue queue, java.lang.String address, PostOffice postOffice, HierarchicalRepository<AddressSettings> addressSettingsRepository)
           
 

Uses of PostOffice in org.jboss.messaging.core.paging
 

Methods in org.jboss.messaging.core.paging with parameters of type PostOffice
 void PagingStoreFactory.setPostOffice(PostOffice office)
           
 void PagingManager.setPostOffice(PostOffice postOffice)
          An injection point for the PostOffice to inject itself
 

Uses of PostOffice in org.jboss.messaging.core.paging.impl
 

Methods in org.jboss.messaging.core.paging.impl with parameters of type PostOffice
 void PagingStoreFactoryNIO.setPostOffice(PostOffice postOffice)
           
 void PagingManagerImpl.setPostOffice(PostOffice postOffice)
          this will be set by the postOffice itself.
 

Constructors in org.jboss.messaging.core.paging.impl with parameters of type PostOffice
PagingStoreImpl(PagingManager pagingManager, StorageManager storageManager, PostOffice postOffice, SequentialFileFactory fileFactory, PagingStoreFactory storeFactory, SimpleString storeName, AddressSettings addressSettings, java.util.concurrent.Executor executor)
           
 

Uses of PostOffice in org.jboss.messaging.core.postoffice.impl
 

Classes in org.jboss.messaging.core.postoffice.impl that implement PostOffice
 class PostOfficeImpl
          A PostOfficeImpl
 

Uses of PostOffice in org.jboss.messaging.core.server
 

Methods in org.jboss.messaging.core.server that return PostOffice
 PostOffice MessagingServer.getPostOffice()
           
 

Methods in org.jboss.messaging.core.server with parameters of type PostOffice
 void QueueFactory.setPostOffice(PostOffice postOffice)
          This is required for delete-all-reference to work correctly with paging
 

Uses of PostOffice in org.jboss.messaging.core.server.cluster.impl
 

Constructors in org.jboss.messaging.core.server.cluster.impl with parameters of type PostOffice
ClusterConnectionImpl(SimpleString name, SimpleString address, long retryInterval, boolean useDuplicateDetection, boolean routeWhenNoConsumers, ExecutorFactory executorFactory, MessagingServer server, PostOffice postOffice, ManagementService managementService, java.util.concurrent.ScheduledExecutorService scheduledExecutor, DiscoveryGroup discoveryGroup, int maxHops, UUID nodeUUID, Channel replicatingChannel, boolean backup)
           
ClusterConnectionImpl(SimpleString name, SimpleString address, long retryInterval, boolean useDuplicateDetection, boolean routeWhenNoConsumers, ExecutorFactory executorFactory, MessagingServer server, PostOffice postOffice, ManagementService managementService, java.util.concurrent.ScheduledExecutorService scheduledExecutor, java.util.List<Pair<TransportConfiguration,TransportConfiguration>> connectors, int maxHops, UUID nodeUUID, Channel replicatingChannel, boolean backup)
           
ClusterManagerImpl(ExecutorFactory executorFactory, MessagingServer server, PostOffice postOffice, java.util.concurrent.ScheduledExecutorService scheduledExecutor, ManagementService managementService, Configuration configuration, UUID nodeUUID, Channel replicatingChannel, boolean backup)
           
Redistributor(Queue queue, StorageManager storageManager, PostOffice postOffice, java.util.concurrent.Executor executor, int batchSize, Channel replicatingChannel)
           
 

Uses of PostOffice in org.jboss.messaging.core.server.impl
 

Fields in org.jboss.messaging.core.server.impl declared as PostOffice
 PostOffice ServerSessionImpl.postOffice
           
 

Methods in org.jboss.messaging.core.server.impl that return PostOffice
 PostOffice MessagingServerImpl.getPostOffice()
           
 

Methods in org.jboss.messaging.core.server.impl with parameters of type PostOffice
 void QueueFactoryImpl.setPostOffice(PostOffice postOffice)
           
 

Constructors in org.jboss.messaging.core.server.impl with parameters of type PostOffice
DivertImpl(SimpleString forwardAddress, SimpleString uniqueName, SimpleString routingName, boolean exclusive, Filter filter, Transformer transformer, PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager)
           
LastValueQueue(long persistenceID, SimpleString address, SimpleString name, Filter filter, boolean durable, boolean temporary, java.util.concurrent.ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository)
           
QueueImpl(long persistenceID, SimpleString address, SimpleString name, Filter filter, boolean durable, boolean temporary, java.util.concurrent.ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository)
           
ServerSessionImpl(java.lang.String name, long oppositeChannelID, java.lang.String username, java.lang.String password, int minLargeMessageSize, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean updateDeliveries, boolean xa, RemotingConnection remotingConnection, StorageManager storageManager, PostOffice postOffice, ResourceManager resourceManager, SecurityStore securityStore, java.util.concurrent.Executor executor, Channel channel, ManagementService managementService, QueueFactory queueFactory, MessagingServer server, SimpleString managementAddress, Channel replicatingChannel, boolean backup)
           
 

Uses of PostOffice in org.jboss.messaging.core.transaction.impl
 

Constructors in org.jboss.messaging.core.transaction.impl with parameters of type PostOffice
TransactionImpl(javax.transaction.xa.Xid xid, StorageManager storageManager, PostOffice postOffice)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.