|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessagingServer in org.jboss.messaging.core.management |
---|
Methods in org.jboss.messaging.core.management with parameters of type MessagingServer | |
---|---|
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 MessagingServer in org.jboss.messaging.core.management.impl |
---|
Methods in org.jboss.messaging.core.management.impl with parameters of type MessagingServer | |
---|---|
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 MessagingServer | |
---|---|
MessagingServerControlImpl(PostOffice postOffice,
Configuration configuration,
ResourceManager resourceManager,
RemotingService remotingService,
MessagingServer messagingServer,
MessageCounterManager messageCounterManager,
javax.management.NotificationBroadcasterSupport broadcaster)
|
Uses of MessagingServer in org.jboss.messaging.core.postoffice.impl |
---|
Constructors in org.jboss.messaging.core.postoffice.impl with parameters of type MessagingServer | |
---|---|
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 MessagingServer in org.jboss.messaging.core.remoting.server.impl |
---|
Constructors in org.jboss.messaging.core.remoting.server.impl with parameters of type MessagingServer | |
---|---|
RemotingServiceImpl(Configuration config,
MessagingServer server,
ManagementService managementService,
java.util.concurrent.Executor threadPool,
java.util.concurrent.ScheduledExecutorService scheduledThreadPool,
int managementConnectorID)
|
Uses of MessagingServer in org.jboss.messaging.core.server |
---|
Methods in org.jboss.messaging.core.server that return MessagingServer | |
---|---|
static MessagingServer |
Messaging.newMessagingServer(Configuration config)
|
static MessagingServer |
Messaging.newMessagingServer(Configuration config,
boolean enablePersistence)
|
static MessagingServer |
Messaging.newMessagingServer(Configuration config,
javax.management.MBeanServer mbeanServer)
|
static MessagingServer |
Messaging.newMessagingServer(Configuration config,
javax.management.MBeanServer mbeanServer,
boolean enablePersistence)
|
static MessagingServer |
Messaging.newMessagingServer(Configuration config,
javax.management.MBeanServer mbeanServer,
JBMSecurityManager securityManager)
|
static MessagingServer |
Messaging.newMessagingServer(Configuration config,
javax.management.MBeanServer mbeanServer,
JBMSecurityManager securityManager,
boolean enablePersistence)
|
Uses of MessagingServer in org.jboss.messaging.core.server.cluster.impl |
---|
Constructors in org.jboss.messaging.core.server.cluster.impl with parameters of type MessagingServer | |
---|---|
BridgeImpl(UUID nodeUUID,
SimpleString name,
Queue queue,
Pair<TransportConfiguration,TransportConfiguration> connectorPair,
java.util.concurrent.Executor executor,
SimpleString filterString,
SimpleString forwardingAddress,
java.util.concurrent.ScheduledExecutorService scheduledExecutor,
Transformer transformer,
long retryInterval,
double retryIntervalMultiplier,
int reconnectAttempts,
boolean failoverOnServerShutdown,
boolean useDuplicateDetection,
SimpleString managementAddress,
SimpleString managementNotificationAddress,
java.lang.String clusterUser,
java.lang.String clusterPassword,
MessageFlowRecord flowRecord,
Channel replicatingChannel,
boolean activated,
StorageManager storageManager,
MessagingServer server)
|
|
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 MessagingServer in org.jboss.messaging.core.server.impl |
---|
Classes in org.jboss.messaging.core.server.impl that implement MessagingServer | |
---|---|
class |
MessagingServerImpl
The messaging server implementation |
Constructors in org.jboss.messaging.core.server.impl with parameters of type MessagingServer | |
---|---|
MessagingServerPacketHandler(MessagingServer server,
Channel channel1,
RemotingConnection connection)
|
|
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 MessagingServer in org.jboss.messaging.jms.server.impl |
---|
Constructors in org.jboss.messaging.jms.server.impl with parameters of type MessagingServer | |
---|---|
JMSServerManagerImpl(MessagingServer server)
|
|
JMSServerManagerImpl(MessagingServer server,
java.lang.String configFileName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |