|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.util.queue.objectstore.QueueInfo
@Deprecated public class QueueInfo
Stores information about a Queue
| Nested Class Summary | |
|---|---|
static interface |
QueueInfo.QueueInfoDelegateFactory
Deprecated. A factory for creating object store-specific queue info delegates |
| Constructor Summary | |
|---|---|
QueueInfo(QueueInfo other)
Deprecated. |
|
QueueInfo(String name,
MuleContext muleContext,
QueueConfiguration config)
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
canTakeFromStore()
Deprecated. |
void |
clear()
Deprecated. |
boolean |
equals(Object obj)
Deprecated. |
int |
getCapacity()
Deprecated. |
String |
getName()
Deprecated. |
int |
getSize()
Deprecated. |
ListableObjectStore<Serializable> |
getStore()
Deprecated. |
int |
hashCode()
Deprecated. |
boolean |
isQueueTransactional()
Deprecated. |
boolean |
isQueueTransient()
Deprecated. |
boolean |
offer(Serializable o,
int room,
long timeout)
Deprecated. |
Serializable |
peek()
Deprecated. |
Serializable |
poll(long timeout)
Deprecated. |
void |
putNow(Serializable o)
Deprecated. |
static void |
registerDelegateFactory(Class<? extends ObjectStore> storeType,
QueueInfo.QueueInfoDelegateFactory factory)
Deprecated. |
void |
setConfig(QueueConfiguration config)
Deprecated. |
Serializable |
takeNextItemFromStore(long timeout)
Deprecated. |
void |
untake(Serializable item)
Deprecated. |
void |
writeToObjectStore(Serializable data)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueueInfo(String name,
MuleContext muleContext,
QueueConfiguration config)
public QueueInfo(QueueInfo other)
| Method Detail |
|---|
public void setConfig(QueueConfiguration config)
public boolean equals(Object obj)
equals in class Objectpublic String getName()
public int hashCode()
hashCode in class Objectpublic void putNow(Serializable o)
public boolean offer(Serializable o,
int room,
long timeout)
throws InterruptedException,
ObjectStoreException
InterruptedException
ObjectStoreException
public Serializable poll(long timeout)
throws InterruptedException
InterruptedException
public Serializable peek()
throws InterruptedException
InterruptedException
public void untake(Serializable item)
throws InterruptedException,
ObjectStoreException
InterruptedException
ObjectStoreExceptionpublic int getSize()
public void clear()
throws InterruptedException
InterruptedExceptionpublic ListableObjectStore<Serializable> getStore()
public static void registerDelegateFactory(Class<? extends ObjectStore> storeType,
QueueInfo.QueueInfoDelegateFactory factory)
public int getCapacity()
public boolean canTakeFromStore()
public Serializable takeNextItemFromStore(long timeout)
throws InterruptedException
InterruptedException
public void writeToObjectStore(Serializable data)
throws InterruptedException,
ObjectStoreException
InterruptedException
ObjectStoreExceptionpublic boolean isQueueTransient()
public boolean isQueueTransactional()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||