Uses of Class
org.jboss.messaging.utils.UUID

Packages that use UUID
org.jboss.messaging.core.persistence   
org.jboss.messaging.core.persistence.impl.journal   
org.jboss.messaging.core.persistence.impl.nullpm   
org.jboss.messaging.core.remoting.impl.wireformat.replication   
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.cluster.impl   
org.jboss.messaging.core.server.impl   
org.jboss.messaging.utils   
 

Uses of UUID in org.jboss.messaging.core.persistence
 

Methods in org.jboss.messaging.core.persistence that return UUID
 UUID StorageManager.getPersistentID()
           
 

Methods in org.jboss.messaging.core.persistence with parameters of type UUID
 void StorageManager.setPersistentID(UUID id)
           
 

Uses of UUID in org.jboss.messaging.core.persistence.impl.journal
 

Methods in org.jboss.messaging.core.persistence.impl.journal that return UUID
 UUID JournalStorageManager.getPersistentID()
           
 

Methods in org.jboss.messaging.core.persistence.impl.journal with parameters of type UUID
 void JournalStorageManager.setPersistentID(UUID id)
           
 

Uses of UUID in org.jboss.messaging.core.persistence.impl.nullpm
 

Methods in org.jboss.messaging.core.persistence.impl.nullpm that return UUID
 UUID NullStorageManager.getPersistentID()
           
 

Methods in org.jboss.messaging.core.persistence.impl.nullpm with parameters of type UUID
 void NullStorageManager.setPersistentID(UUID id)
           
 

Uses of UUID in org.jboss.messaging.core.remoting.impl.wireformat.replication
 

Methods in org.jboss.messaging.core.remoting.impl.wireformat.replication that return UUID
 UUID ReplicateStartupInfoMessage.getNodeID()
           
 

Constructors in org.jboss.messaging.core.remoting.impl.wireformat.replication with parameters of type UUID
ReplicateStartupInfoMessage(UUID nodeID, long currentMessageID)
           
 

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

Methods in org.jboss.messaging.core.server with parameters of type UUID
 void MessagingServer.initialiseBackup(UUID nodeID, long currentMessageID)
           
 

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

Constructors in org.jboss.messaging.core.server.cluster.impl with parameters of type UUID
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, Channel replicatingChannel, boolean activated, StorageManager storageManager)
           
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 UUID in org.jboss.messaging.core.server.impl
 

Methods in org.jboss.messaging.core.server.impl with parameters of type UUID
 void MessagingServerImpl.initialiseBackup(UUID theUUID, long liveUniqueID)
           
 

Uses of UUID in org.jboss.messaging.utils
 

Methods in org.jboss.messaging.utils that return UUID
 UUID UUIDGenerator.generateTimeBasedUUID(byte[] byteAddr)
           
 UUID UUIDGenerator.generateUUID()
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.