C G I O P Q S 
All Classes All Packages

C

CarbonQueue<T> - Interface in org.wso2.carbon.queuing
represents a generic queue that can be used by the carbon platform.
CarbonQueueManager - Class in org.wso2.carbon.queuing
A queue manager for carbon.
CarbonQueueManager() - Constructor for class org.wso2.carbon.queuing.CarbonQueueManager
 
clear() - Method in interface org.wso2.carbon.queuing.CarbonQueue
Method to clear this queue.

G

get(int) - Method in interface org.wso2.carbon.queuing.CarbonQueue
Method to retrieve the element at the given index of this queue.
getInstance() - Static method in class org.wso2.carbon.queuing.CarbonQueueManager
Returns the singleton CarbonQueueManager
getQueue(String) - Method in class org.wso2.carbon.queuing.CarbonQueueManager
Method to obtain a named queue.

I

indexOf(T) - Method in interface org.wso2.carbon.queuing.CarbonQueue
This method returns the index of the given element on this queue.
isEmpty() - Method in interface org.wso2.carbon.queuing.CarbonQueue
Method to test whether this queue is empty.

O

org.wso2.carbon.queuing - package org.wso2.carbon.queuing
 

P

peek() - Method in interface org.wso2.carbon.queuing.CarbonQueue
Retrieves, but does not remove, the head of this queue.
peek(int) - Method in interface org.wso2.carbon.queuing.CarbonQueue
Retrieves, but does not remove, the given number of items from the top, which also includes the head of this queue.
pop() - Method in interface org.wso2.carbon.queuing.CarbonQueue
Retrieves and removes, the head of this queue.
pop(int) - Method in interface org.wso2.carbon.queuing.CarbonQueue
Retrieves and removes, the given number of items from the top, which also includes the head of this queue.
push(List<T>) - Method in interface org.wso2.carbon.queuing.CarbonQueue
Adds the given elements onto the queue.
push(T) - Method in interface org.wso2.carbon.queuing.CarbonQueue
Adds the given element onto the queue.

Q

QueueEmptyException - Exception in org.wso2.carbon.queuing
This is thrown when a queue is empty.
QueueEmptyException() - Constructor for exception org.wso2.carbon.queuing.QueueEmptyException
Constructs a new exception.
QueueEmptyException(String) - Constructor for exception org.wso2.carbon.queuing.QueueEmptyException
Constructs a new exception with the specified detail message.
QueueEmptyException(String, Throwable) - Constructor for exception org.wso2.carbon.queuing.QueueEmptyException
Constructs a new exception with the specified detail message and cause.
QueueEmptyException(Throwable) - Constructor for exception org.wso2.carbon.queuing.QueueEmptyException
Constructs a new exception with the specified cause.
QueuingException - Exception in org.wso2.carbon.queuing
A generic exception that is thrown for errors that occur when using the Queuing API.
QueuingException() - Constructor for exception org.wso2.carbon.queuing.QueuingException
Constructs a new exception.
QueuingException(String) - Constructor for exception org.wso2.carbon.queuing.QueuingException
Constructs a new exception with the specified detail message.
QueuingException(String, Throwable) - Constructor for exception org.wso2.carbon.queuing.QueuingException
Constructs a new exception with the specified detail message and cause.
QueuingException(Throwable) - Constructor for exception org.wso2.carbon.queuing.QueuingException
Constructs a new exception with the specified cause.

S

setInstance(CarbonQueueManager) - Static method in class org.wso2.carbon.queuing.CarbonQueueManager
Returns the singleton CarbonQueueManager
size() - Method in interface org.wso2.carbon.queuing.CarbonQueue
Method to obtain the size of this queue.
C G I O P Q S 
All Classes All Packages