Uses of Class
org.jboss.messaging.util.SimpleString

Packages that use SimpleString
org.jboss.messaging.core.client   
org.jboss.messaging.core.client.impl   
org.jboss.messaging.core.filter   
org.jboss.messaging.core.filter.impl   
org.jboss.messaging.core.management   
org.jboss.messaging.core.management.impl   
org.jboss.messaging.core.message   
org.jboss.messaging.core.message.impl   
org.jboss.messaging.core.persistence   
org.jboss.messaging.core.persistence.impl.journal   
org.jboss.messaging.core.persistence.impl.nullpm   
org.jboss.messaging.core.postoffice   
org.jboss.messaging.core.postoffice.impl   
org.jboss.messaging.core.remoting.impl.mina   
org.jboss.messaging.core.remoting.impl.wireformat   
org.jboss.messaging.core.security   
org.jboss.messaging.core.security.impl   
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.impl   
org.jboss.messaging.core.settings.impl   
org.jboss.messaging.jms   
org.jboss.messaging.util   
 

Uses of SimpleString in org.jboss.messaging.core.client
 

Methods in org.jboss.messaging.core.client that return SimpleString
 SimpleString ClientProducer.getAddress()
           
 

Methods in org.jboss.messaging.core.client with parameters of type SimpleString
 void ClientSession.addDestination(SimpleString address, boolean temporary)
           
 SessionBindingQueryResponseMessage ClientSession.bindingQuery(SimpleString address)
           
 ClientBrowser ClientSession.createBrowser(SimpleString queueName)
           
 ClientBrowser ClientSession.createBrowser(SimpleString queueName, SimpleString filterString)
           
 ClientConsumer ClientSession.createConsumer(SimpleString queueName)
           
 ClientConsumer ClientSession.createConsumer(SimpleString queueName, SimpleString filterString, boolean noLocal, boolean autoDeleteQueue, boolean direct)
           
 ClientProducer ClientSession.createProducer(SimpleString address)
           
 ClientProducer ClientSession.createProducerWithWindowSize(SimpleString address, int windowSize)
           
 void ClientSession.createQueue(SimpleString address, SimpleString queueName, SimpleString filterString, boolean durable, boolean temporary)
           
 ClientProducer ClientSession.createRateLimitedProducer(SimpleString address, int rate)
           
 void ClientSession.deleteQueue(SimpleString queueName)
           
 SessionQueueQueryResponseMessage ClientSession.queueQuery(SimpleString queueName)
           
 void ClientSession.removeDestination(SimpleString address, boolean temporary)
           
 void ClientProducer.send(SimpleString address, ClientMessage message)
           
 

Uses of SimpleString in org.jboss.messaging.core.client.impl
 

Methods in org.jboss.messaging.core.client.impl that return SimpleString
 SimpleString ClientProducerImpl.getAddress()
           
 

Methods in org.jboss.messaging.core.client.impl with parameters of type SimpleString
 void ClientSessionImpl.addDestination(SimpleString address, boolean temporary)
           
 SessionBindingQueryResponseMessage ClientSessionImpl.bindingQuery(SimpleString address)
           
 ClientBrowser ClientSessionImpl.createBrowser(SimpleString queueName)
           
 ClientBrowser ClientSessionImpl.createBrowser(SimpleString queueName, SimpleString filterString)
           
 ClientConsumer ClientSessionImpl.createConsumer(SimpleString queueName)
           
 ClientConsumer ClientSessionImpl.createConsumer(SimpleString queueName, SimpleString filterString, boolean noLocal, boolean autoDeleteQueue, boolean direct)
           
 ClientProducer ClientSessionImpl.createProducer(SimpleString address)
           
 ClientProducer ClientSessionImpl.createProducer(SimpleString address, int windowSize, int maxRate)
           
 ClientProducer ClientSessionImpl.createProducerWithWindowSize(SimpleString address, int windowSize)
           
 void ClientSessionImpl.createQueue(SimpleString address, SimpleString queueName, SimpleString filterString, boolean durable, boolean temporary)
           
 ClientProducer ClientSessionImpl.createRateLimitedProducer(SimpleString address, int rate)
           
 void ClientSessionImpl.deleteQueue(SimpleString queueName)
           
 SessionQueueQueryResponseMessage ClientSessionImpl.queueQuery(SimpleString queueName)
           
 void ClientSessionImpl.removeDestination(SimpleString address, boolean temporary)
           
 void ClientProducerImpl.send(SimpleString address, ClientMessage msg)
           
 

Constructors in org.jboss.messaging.core.client.impl with parameters of type SimpleString
ClientProducerImpl(ClientSessionInternal session, long serverTargetID, long clientTargetID, SimpleString address, RemotingConnection remotingConnection, int maxRate, boolean sendNonPersistentMessagesSynchronously, boolean sendPersistentMessagesSynchronously, int initialCredits)
           
 

Uses of SimpleString in org.jboss.messaging.core.filter
 

Methods in org.jboss.messaging.core.filter that return SimpleString
 SimpleString Filter.getFilterString()
           
 

Uses of SimpleString in org.jboss.messaging.core.filter.impl
 

Methods in org.jboss.messaging.core.filter.impl that return SimpleString
 SimpleString FilterImpl.getFilterString()
           
 

Constructors in org.jboss.messaging.core.filter.impl with parameters of type SimpleString
FilterImpl(SimpleString str)
           
 

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

Methods in org.jboss.messaging.core.management with parameters of type SimpleString
 boolean MessagingServerManagement.addDestination(SimpleString address)
          add an address to the post office
 void MessagingServerManagement.createQueue(SimpleString address, SimpleString name)
          creates a queue with the specified address
 void MessagingServerManagement.destroyQueue(SimpleString name)
          destroy a particular queue
 int MessagingServerManagement.getMessageCountForQueue(SimpleString queue)
          count the number of messages in a queue
 java.util.List<Queue> MessagingServerManagement.getQueuesForAddress(SimpleString address)
          returns all the queues for a specific address
 void MessagingServerManagement.removeAllMessagesForAddress(SimpleString address)
          remove all the messages for a specific address
 boolean MessagingServerManagement.removeDestination(SimpleString address)
          remove an address from the post office
 

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

Methods in org.jboss.messaging.core.management.impl with parameters of type SimpleString
 boolean MessagingServerManagementImpl.addDestination(SimpleString address)
           
 void MessagingServerManagementImpl.createQueue(SimpleString address, SimpleString name)
           
 void MessagingServerManagementImpl.destroyQueue(SimpleString name)
           
 int MessagingServerManagementImpl.getMessageCountForQueue(SimpleString queue)
           
 java.util.List<Queue> MessagingServerManagementImpl.getQueuesForAddress(SimpleString address)
           
 void MessagingServerManagementImpl.removeAllMessagesForAddress(SimpleString address)
           
 boolean MessagingServerManagementImpl.removeDestination(SimpleString address)
           
 

Uses of SimpleString in org.jboss.messaging.core.message
 

Fields in org.jboss.messaging.core.message declared as SimpleString
static SimpleString Message.HDR_ACTUAL_EXPIRY_TIME
           
 

Methods in org.jboss.messaging.core.message that return SimpleString
 SimpleString Message.getDestination()
           
 

Methods in org.jboss.messaging.core.message that return types with arguments of type SimpleString
 java.util.Set<SimpleString> Message.getPropertyNames()
           
 

Methods in org.jboss.messaging.core.message with parameters of type SimpleString
 boolean Message.containsProperty(SimpleString key)
           
 java.lang.Object Message.getProperty(SimpleString key)
           
 void Message.putBooleanProperty(SimpleString key, boolean value)
           
 void Message.putByteProperty(SimpleString key, byte value)
           
 void Message.putBytesProperty(SimpleString key, byte[] value)
           
 void Message.putDoubleProperty(SimpleString key, double value)
           
 void Message.putFloatProperty(SimpleString key, float value)
           
 void Message.putIntProperty(SimpleString key, int value)
           
 void Message.putLongProperty(SimpleString key, long value)
           
 void Message.putShortProperty(SimpleString key, short value)
           
 void Message.putStringProperty(SimpleString key, SimpleString value)
           
 java.lang.Object Message.removeProperty(SimpleString key)
           
 void Message.setDestination(SimpleString destination)
           
 

Uses of SimpleString in org.jboss.messaging.core.message.impl
 

Methods in org.jboss.messaging.core.message.impl that return SimpleString
 SimpleString MessageImpl.getDestination()
           
 

Methods in org.jboss.messaging.core.message.impl that return types with arguments of type SimpleString
 java.util.Set<SimpleString> MessageImpl.getPropertyNames()
           
 

Methods in org.jboss.messaging.core.message.impl with parameters of type SimpleString
 boolean MessageImpl.containsProperty(SimpleString key)
           
 java.lang.Object MessageImpl.getProperty(SimpleString key)
           
 void MessageImpl.putBooleanProperty(SimpleString key, boolean value)
           
 void MessageImpl.putByteProperty(SimpleString key, byte value)
           
 void MessageImpl.putBytesProperty(SimpleString key, byte[] value)
           
 void MessageImpl.putDoubleProperty(SimpleString key, double value)
           
 void MessageImpl.putFloatProperty(SimpleString key, float value)
           
 void MessageImpl.putIntProperty(SimpleString key, int value)
           
 void MessageImpl.putLongProperty(SimpleString key, long value)
           
 void MessageImpl.putShortProperty(SimpleString key, short value)
           
 void MessageImpl.putStringProperty(SimpleString key, SimpleString value)
           
 java.lang.Object MessageImpl.removeProperty(SimpleString key)
           
 void MessageImpl.setDestination(SimpleString destination)
           
 

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

Methods in org.jboss.messaging.core.persistence with parameters of type SimpleString
 boolean StorageManager.addDestination(SimpleString destination)
           
 boolean StorageManager.deleteDestination(SimpleString destination)
           
 

Method parameters in org.jboss.messaging.core.persistence with type arguments of type SimpleString
 void StorageManager.loadBindings(QueueFactory queueFactory, java.util.List<Binding> bindings, java.util.List<SimpleString> destinations)
           
 

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

Methods in org.jboss.messaging.core.persistence.impl.journal with parameters of type SimpleString
 boolean JournalStorageManager.addDestination(SimpleString destination)
           
 boolean JournalStorageManager.deleteDestination(SimpleString destination)
           
 

Method parameters in org.jboss.messaging.core.persistence.impl.journal with type arguments of type SimpleString
 void JournalStorageManager.loadBindings(QueueFactory queueFactory, java.util.List<Binding> bindings, java.util.List<SimpleString> destinations)
           
 

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

Methods in org.jboss.messaging.core.persistence.impl.nullpm with parameters of type SimpleString
 boolean NullStorageManager.addDestination(SimpleString destination)
           
 boolean NullStorageManager.deleteDestination(SimpleString destination)
           
 

Method parameters in org.jboss.messaging.core.persistence.impl.nullpm with type arguments of type SimpleString
 void NullStorageManager.loadBindings(QueueFactory queueFactory, java.util.List<Binding> bindings, java.util.List<SimpleString> destinations)
           
 

Uses of SimpleString in org.jboss.messaging.core.postoffice
 

Methods in org.jboss.messaging.core.postoffice that return SimpleString
 SimpleString Binding.getAddress()
           
 

Methods in org.jboss.messaging.core.postoffice that return types with arguments of type SimpleString
 java.util.Map<SimpleString,java.util.List<Binding>> PostOffice.getMappings()
           
 java.util.Set<SimpleString> PostOffice.listAllDestinations()
           
 

Methods in org.jboss.messaging.core.postoffice with parameters of type SimpleString
 Binding PostOffice.addBinding(SimpleString address, SimpleString queueName, Filter filter, boolean durable, boolean temporary)
           
 boolean PostOffice.addDestination(SimpleString address, boolean temporary)
           
 boolean PostOffice.containsDestination(SimpleString address)
           
 Binding PostOffice.getBinding(SimpleString queueName)
           
 java.util.List<Binding> PostOffice.getBindingsForAddress(SimpleString address)
           
 FlowController PostOffice.getFlowController(SimpleString address)
           
 Binding PostOffice.removeBinding(SimpleString queueName)
           
 boolean PostOffice.removeDestination(SimpleString address, boolean temporary)
           
 

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

Methods in org.jboss.messaging.core.postoffice.impl that return SimpleString
 SimpleString BindingImpl.getAddress()
           
 

Methods in org.jboss.messaging.core.postoffice.impl that return types with arguments of type SimpleString
 java.util.Map<SimpleString,java.util.List<Binding>> PostOfficeImpl.getMappings()
           
 java.util.Set<SimpleString> PostOfficeImpl.listAllDestinations()
           
 

Methods in org.jboss.messaging.core.postoffice.impl with parameters of type SimpleString
 Binding PostOfficeImpl.addBinding(SimpleString address, SimpleString queueName, Filter filter, boolean durable, boolean temporary)
           
 boolean PostOfficeImpl.addDestination(SimpleString address, boolean temporary)
           
 boolean PostOfficeImpl.containsDestination(SimpleString address)
           
 Binding PostOfficeImpl.getBinding(SimpleString queueName)
           
 java.util.List<Binding> PostOfficeImpl.getBindingsForAddress(SimpleString address)
           
 FlowController PostOfficeImpl.getFlowController(SimpleString address)
           
 Binding PostOfficeImpl.removeBinding(SimpleString queueName)
           
 boolean PostOfficeImpl.removeDestination(SimpleString address, boolean temporary)
           
 

Constructors in org.jboss.messaging.core.postoffice.impl with parameters of type SimpleString
BindingImpl(SimpleString address, Queue queue)
           
FlowControllerImpl(SimpleString address, PostOffice postOffice)
           
 

Uses of SimpleString in org.jboss.messaging.core.remoting.impl.mina
 

Methods in org.jboss.messaging.core.remoting.impl.mina that return SimpleString
 SimpleString BufferWrapper.getNullableSimpleString()
           
 SimpleString BufferWrapper.getSimpleString()
           
 

Methods in org.jboss.messaging.core.remoting.impl.mina with parameters of type SimpleString
 void BufferWrapper.putNullableSimpleString(SimpleString string)
           
 void BufferWrapper.putSimpleString(SimpleString string)
           
 

Uses of SimpleString in org.jboss.messaging.core.remoting.impl.wireformat
 

Methods in org.jboss.messaging.core.remoting.impl.wireformat that return SimpleString
 SimpleString SessionAddDestinationMessage.getAddress()
           
 SimpleString SessionCreateQueueMessage.getAddress()
           
 SimpleString SessionQueueQueryResponseMessage.getAddress()
           
 SimpleString SessionRemoveDestinationMessage.getAddress()
           
 SimpleString SessionCreateProducerMessage.getAddress()
           
 SimpleString SessionBindingQueryMessage.getAddress()
           
 SimpleString SessionCreateQueueMessage.getFilterString()
           
 SimpleString SessionQueueQueryResponseMessage.getFilterString()
           
 SimpleString SessionCreateConsumerMessage.getFilterString()
           
 SimpleString SessionCreateBrowserMessage.getFilterString()
           
 SimpleString SessionCreateQueueMessage.getQueueName()
           
 SimpleString SessionQueueQueryMessage.getQueueName()
           
 SimpleString SessionCreateConsumerMessage.getQueueName()
           
 SimpleString SessionDeleteQueueMessage.getQueueName()
           
 SimpleString SessionCreateBrowserMessage.getQueueName()
           
 

Methods in org.jboss.messaging.core.remoting.impl.wireformat that return types with arguments of type SimpleString
 java.util.List<SimpleString> SessionBindingQueryResponseMessage.getQueueNames()
           
 

Constructors in org.jboss.messaging.core.remoting.impl.wireformat with parameters of type SimpleString
SessionAddDestinationMessage(SimpleString address, boolean temp)
           
SessionBindingQueryMessage(SimpleString address)
           
SessionCreateBrowserMessage(SimpleString queueName, SimpleString filterString)
           
SessionCreateConsumerMessage(long clientTargetID, SimpleString queueName, SimpleString filterString, boolean noLocal, boolean autoDeleteQueue, int windowSize, int maxRate)
           
SessionCreateProducerMessage(long clientTargetID, SimpleString address, int windowSize, int maxRate)
           
SessionCreateQueueMessage(SimpleString address, SimpleString queueName, SimpleString filterString, boolean durable, boolean temporary)
           
SessionDeleteQueueMessage(SimpleString queueName)
           
SessionQueueQueryMessage(SimpleString queueName)
           
SessionQueueQueryResponseMessage(boolean durable, boolean temporary, int maxSize, int consumerCount, int messageCount, SimpleString filterString, SimpleString address)
           
SessionRemoveDestinationMessage(SimpleString address, boolean temporary)
           
 

Constructor parameters in org.jboss.messaging.core.remoting.impl.wireformat with type arguments of type SimpleString
SessionBindingQueryResponseMessage(boolean exists, java.util.List<SimpleString> queueNames)
           
 

Uses of SimpleString in org.jboss.messaging.core.security
 

Methods in org.jboss.messaging.core.security with parameters of type SimpleString
 void SecurityStore.check(SimpleString address, CheckType checkType, ServerConnection conn)
           
 

Uses of SimpleString in org.jboss.messaging.core.security.impl
 

Methods in org.jboss.messaging.core.security.impl with parameters of type SimpleString
 void SecurityStoreImpl.check(SimpleString address, CheckType checkType, ServerConnection conn)
           
 

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

Methods in org.jboss.messaging.core.server that return SimpleString
 SimpleString Queue.getName()
           
 

Methods in org.jboss.messaging.core.server with parameters of type SimpleString
 void ServerSession.addDestination(SimpleString address, boolean temporary)
           
 void ServerConnection.addTemporaryDestination(SimpleString destination)
           
 SessionCreateBrowserResponseMessage ServerSession.createBrowser(SimpleString queueName, SimpleString filterString)
           
 SessionCreateConsumerResponseMessage ServerSession.createConsumer(long clientTargetID, SimpleString queueName, SimpleString filterString, boolean noLocal, boolean autoDeleteQueue, int windowSize, int maxRate)
           
 SessionCreateProducerResponseMessage ServerSession.createProducer(long clientTargetID, SimpleString address, int windowSize, int maxRate)
           
 Queue QueueFactory.createQueue(long persistenceID, SimpleString name, Filter filter, boolean durable, boolean temporary)
           
 void ServerSession.createQueue(SimpleString address, SimpleString queueName, SimpleString filterString, boolean durable, boolean temporary)
           
 void ServerSession.deleteQueue(SimpleString queueName)
           
 void ServerSession.removeDestination(SimpleString address, boolean temporary)
           
 void ServerConnection.removeTemporaryDestination(SimpleString destination)
           
 

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

Methods in org.jboss.messaging.core.server.impl that return SimpleString
 SimpleString QueueImpl_nc.getName()
           
 SimpleString QueueImpl.getName()
           
 SimpleString QueueImpl_c.getName()
           
 

Methods in org.jboss.messaging.core.server.impl with parameters of type SimpleString
 void ServerSessionImpl.addDestination(SimpleString address, boolean temporary)
           
 void ServerConnectionImpl.addTemporaryDestination(SimpleString address)
           
 SessionCreateBrowserResponseMessage ServerSessionImpl.createBrowser(SimpleString queueName, SimpleString filterString)
           
 SessionCreateConsumerResponseMessage ServerSessionImpl.createConsumer(long clientTargetID, SimpleString queueName, SimpleString filterString, boolean noLocal, boolean autoDeleteQueue, int windowSize, int maxRate)
           
 SessionCreateProducerResponseMessage ServerSessionImpl.createProducer(long clientTargetID, SimpleString address, int windowSize, int maxRate)
          Create a producer for the specified address
 Queue QueueFactoryImpl.createQueue(long persistenceID, SimpleString name, Filter filter, boolean durable, boolean temporary)
           
 void ServerSessionImpl.createQueue(SimpleString address, SimpleString queueName, SimpleString filterString, boolean durable, boolean temporary)
           
 void ServerSessionImpl.deleteQueue(SimpleString queueName)
           
 void ServerSessionImpl.removeDestination(SimpleString address, boolean temporary)
           
 void ServerConnectionImpl.removeTemporaryDestination(SimpleString address)
           
 

Constructors in org.jboss.messaging.core.server.impl with parameters of type SimpleString
QueueImpl_c(long persistenceID, SimpleString name, Filter filter, boolean clustered, boolean durable, boolean temporary, int maxSizeBytes, java.util.concurrent.ScheduledExecutorService scheduledExecutor)
           
QueueImpl_nc(long persistenceID, SimpleString name, Filter filter, boolean clustered, boolean durable, boolean temporary, int maxSizeBytes, java.util.concurrent.ScheduledExecutorService scheduledExecutor)
           
QueueImpl(long persistenceID, SimpleString name, Filter filter, boolean clustered, boolean durable, boolean temporary, int maxSizeBytes, java.util.concurrent.ScheduledExecutorService scheduledExecutor)
           
ServerProducerImpl(long id, long clientTargetID, ServerSession session, SimpleString address, PacketReturner sender, FlowController flowController, int windowSize)
           
 

Uses of SimpleString in org.jboss.messaging.core.settings.impl
 

Methods in org.jboss.messaging.core.settings.impl that return SimpleString
 SimpleString QueueSettings.getDLQ()
           
 SimpleString QueueSettings.getExpiryQueue()
           
 

Methods in org.jboss.messaging.core.settings.impl with parameters of type SimpleString
 void QueueSettings.setDLQ(SimpleString DLQ)
           
 void QueueSettings.setExpiryQueue(SimpleString expiryQueue)
           
 

Uses of SimpleString in org.jboss.messaging.jms
 

Methods in org.jboss.messaging.jms that return SimpleString
 SimpleString JBossDestination.getSimpleAddress()
           
 

Uses of SimpleString in org.jboss.messaging.util
 

Methods in org.jboss.messaging.util that return SimpleString
 SimpleString ByteBufferWrapper.getNullableSimpleString()
           
 SimpleString MessagingBuffer.getNullableSimpleString()
           
 SimpleString ByteBufferWrapper.getSimpleString()
           
 SimpleString MessagingBuffer.getSimpleString()
           
 

Methods in org.jboss.messaging.util that return types with arguments of type SimpleString
 java.util.Set<SimpleString> TypedProperties.getPropertyNames()
           
 

Methods in org.jboss.messaging.util with parameters of type SimpleString
 boolean TypedProperties.containsProperty(SimpleString key)
           
 java.lang.Object TypedProperties.getProperty(SimpleString key)
           
 void TypedProperties.putBooleanProperty(SimpleString key, boolean value)
           
 void TypedProperties.putByteProperty(SimpleString key, byte value)
           
 void TypedProperties.putBytesProperty(SimpleString key, byte[] value)
           
 void TypedProperties.putCharProperty(SimpleString key, char value)
           
 void TypedProperties.putDoubleProperty(SimpleString key, double value)
           
 void TypedProperties.putFloatProperty(SimpleString key, float value)
           
 void TypedProperties.putIntProperty(SimpleString key, int value)
           
 void TypedProperties.putLongProperty(SimpleString key, long value)
           
 void ByteBufferWrapper.putNullableSimpleString(SimpleString string)
           
 void MessagingBuffer.putNullableSimpleString(SimpleString val)
           
 void TypedProperties.putShortProperty(SimpleString key, short value)
           
 void ByteBufferWrapper.putSimpleString(SimpleString string)
           
 void MessagingBuffer.putSimpleString(SimpleString val)
           
 void TypedProperties.putStringProperty(SimpleString key, SimpleString value)
           
 java.lang.Object TypedProperties.removeProperty(SimpleString key)
           
static int SimpleString.sizeofString(SimpleString str)
           
 boolean SimpleString.startsWith(SimpleString other)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.