Uses of Interface
org.jboss.messaging.core.management.ManagementService

Packages that use ManagementService
org.jboss.messaging.core.management.impl   
org.jboss.messaging.core.postoffice.impl   
org.jboss.messaging.core.remoting.server.impl   
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.cluster.impl   
org.jboss.messaging.core.server.impl   
org.jboss.messaging.jms.server.management.impl   
 

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

Classes in org.jboss.messaging.core.management.impl that implement ManagementService
 class ManagementServiceImpl
           
 

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

Constructors in org.jboss.messaging.core.postoffice.impl with parameters of type ManagementService
PostOfficeImpl(MessagingServer server, StorageManager storageManager, PagingManager pagingManager, QueueFactory bindableFactory, ManagementService managementService, long reaperPeriod, int reaperPriority, boolean enableWildCardRouting, boolean backup, int idCacheSize, boolean persistIDCache, ExecutorFactory orderedExecutorFactory, HierarchicalRepository<AddressSettings> addressSettingsRepository)
           
 

Uses of ManagementService in org.jboss.messaging.core.remoting.server.impl
 

Constructors in org.jboss.messaging.core.remoting.server.impl with parameters of type ManagementService
RemotingServiceImpl(Configuration config, MessagingServer server, ManagementService managementService, java.util.concurrent.Executor threadPool, java.util.concurrent.ScheduledExecutorService scheduledThreadPool, int managementConnectorID)
           
 

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

Methods in org.jboss.messaging.core.server that return ManagementService
 ManagementService MessagingServer.getManagementService()
           
 

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

Constructors in org.jboss.messaging.core.server.cluster.impl with parameters of type ManagementService
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)
           
 

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

Methods in org.jboss.messaging.core.server.impl that return ManagementService
 ManagementService MessagingServerImpl.getManagementService()
           
 

Constructors in org.jboss.messaging.core.server.impl with parameters of type ManagementService
ServerConsumerImpl(long id, long replicatedSessionID, ServerSession session, QueueBinding binding, Filter filter, boolean started, boolean browseOnly, StorageManager storageManager, PagingManager pagingManager, Channel channel, Channel replicatingChannel, boolean preAcknowledge, boolean updateDeliveries, java.util.concurrent.Executor executor, ManagementService managementService)
           
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 ManagementService in org.jboss.messaging.jms.server.management.impl
 

Constructors in org.jboss.messaging.jms.server.management.impl with parameters of type ManagementService
JMSManagementServiceImpl(ManagementService managementService)
           
TopicControlImpl(JBossTopic topic, AddressControl addressControl, java.lang.String jndiBinding, ManagementService managementService)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.