|
|||||||||
| Home >> All >> org >> apache >> axis >> ime >> internal >> [ util overview ] | PREV NEXT | ||||||||
C
- cancel(Object) - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
- Cancel a message that has been put on the channel.
- cancel(Object) - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
- current - Variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueueIterator
G
- get() - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
- Select and remove the next object in the buffer (does not wait for a message to be put into the buffer)
- get(Object) - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
- Select and remove the specified object in the buffer (does not wait for a message to be put into the buffer)
- get() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
- get(Object) - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
H
- hasNext() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueueIterator
- head - Variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue
I
- iterator() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue
K
- KeyedBuffer - interface org.apache.axis.ime.internal.util.KeyedBuffer.
- A KeyedBuffer is a low level hybrid FIFO Queue and Keyed map Each MessageExchange implementation will create at least two KeyedBuffer's, one for messages being sent, and another for messages that have been received.
- key - Variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedNode
L
- last - Variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue
- log - Static variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
M
- messages - Variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
N
- NonPersistentKeyedBuffer - class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.
- Creates a non-persistent KeyedBuffer.
- NonPersistentKeyedBuffer(ThreadPool) - Constructor for class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
- NonPersistentKeyedBuffer.KeyedNode - class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedNode.
- NonPersistentKeyedBuffer.KeyedNode() - Constructor for class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedNode
- NonPersistentKeyedBuffer.KeyedNode(Object, Object) - Constructor for class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedNode
- NonPersistentKeyedBuffer.KeyedNode(Object, Object, NonPersistentKeyedBuffer.KeyedNode) - Constructor for class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedNode
- NonPersistentKeyedBuffer.KeyedQueue - class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue.
- NonPersistentKeyedBuffer.KeyedQueue() - Constructor for class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue
- NonPersistentKeyedBuffer.KeyedQueueIterator - class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueueIterator.
- NonPersistentKeyedBuffer.KeyedQueueIterator(NonPersistentKeyedBuffer.KeyedNode) - Constructor for class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueueIterator
- next - Variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedNode
- next - Variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueueIterator
- next() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueueIterator
O
- org.apache.axis.ime.internal.util - package org.apache.axis.ime.internal.util
P
- peek() - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
- Select, but do not remove the next message on the channel.
- peek() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue
- peek() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
- peekAll() - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
- Select, but do not remove all messages on the channel.
- peekAll() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
- put(Object, Object) - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
- Put a message onto the channel
- put(NonPersistentKeyedBuffer.KeyedNode) - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue
- put(Object, Object) - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
R
- remove() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueueIterator
S
- select() - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
- Select and remove the next message in the channel If a message is not available, wait indefinitely for one
- select(long) - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
- Select and remove the next message in the channel If a message is not available, wait the specified amount of time for one
- select(Object) - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
- Select and remove a specific message in the channel If the message is not available, wait indefinitely for one to be available
- select(Object, long) - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
- Select and remove a specific message in the channel If the message is not available, wait the specified amount of time for one
- select() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue
- select(Object) - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedQueue
- select() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
- select(long) - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
- select(Object) - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
- select(Object, long) - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
- selectAll() - Method in interface org.apache.axis.ime.internal.util.KeyedBuffer
- Select and remove all of the messages currently in the channel (useful for bulk operations).
- selectAll() - Method in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
V
- value - Variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer.KeyedNode
W
- WORKERS - Variable in class org.apache.axis.ime.internal.util.NonPersistentKeyedBuffer
C G H I K L M N O P R S V W
|
|||||||||
| Home >> All >> org >> apache >> axis >> ime >> internal >> [ util overview ] | PREV NEXT | ||||||||