|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueException | |
|---|---|
| org.eclipse.ecf.core.sharedobject | |
| org.eclipse.ecf.core.sharedobject.util | |
| org.eclipse.ecf.provider.generic | |
| Uses of QueueException in org.eclipse.ecf.core.sharedobject |
|---|
| Methods in org.eclipse.ecf.core.sharedobject that throw QueueException | |
|---|---|
void |
ISharedObjectConnector.enqueue(ISharedObjectEvent event)
Enqueue an ISharedObjectEvent to all the receivers for connector |
void |
ISharedObjectConnector.enqueue(ISharedObjectEvent[] events)
Enqueue a set of ISharedObjectEvents to all the receivers for connector |
| Uses of QueueException in org.eclipse.ecf.core.sharedobject.util |
|---|
| Methods in org.eclipse.ecf.core.sharedobject.util that throw QueueException | |
|---|---|
java.lang.Object |
IQueueEnqueue.enqueue_prepare(Event[] events)
Prepare an enqueue of a set of Event instances. |
java.lang.Object |
QueueEnqueueImpl.enqueue_prepare(Event[] elements)
|
void |
IQueueEnqueue.enqueue(Event event)
Enqueue a given Event onto the underlying queue |
void |
QueueEnqueueImpl.enqueue(Event element)
|
void |
IQueueEnqueue.enqueue(Event[] events)
Enqueue a set of events Event onto the underlying queue |
void |
QueueEnqueueImpl.enqueue(Event[] elements)
|
| Uses of QueueException in org.eclipse.ecf.provider.generic |
|---|
| Methods in org.eclipse.ecf.provider.generic that throw QueueException | |
|---|---|
void |
SOConnector.enqueue(ISharedObjectEvent event)
|
void |
SOConnector.enqueue(ISharedObjectEvent[] events)
|
protected void |
SOConnector.fireEvent(ISharedObjectEvent event)
|
protected void |
SOConnector.fireEvents(ISharedObjectEvent[] event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||