Package | Description |
---|---|
org.eclipse.ecf.core.sharedobject | |
org.eclipse.ecf.core.sharedobject.util | |
org.eclipse.ecf.provider.generic |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Object |
QueueEnqueueImpl.enqueue_prepare(Event[] elements) |
Object |
IQueueEnqueue.enqueue_prepare(Event[] events)
Prepare an enqueue of a set of Event instances.
|
void |
QueueEnqueueImpl.enqueue(Event element) |
void |
IQueueEnqueue.enqueue(Event event)
Enqueue a given Event onto the underlying queue
|
void |
QueueEnqueueImpl.enqueue(Event[] elements) |
void |
IQueueEnqueue.enqueue(Event[] events)
Enqueue a set of events Event onto the underlying queue
|
Modifier and Type | Method and Description |
---|---|
void |
SOConnector.enqueue(ISharedObjectEvent event) |
void |
SOConnector.enqueue(ISharedObjectEvent[] events) |
protected void |
SOConnector.fireEvent(ISharedObjectEvent event) |
protected void |
SOConnector.fireEvents(ISharedObjectEvent[] event) |
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.