Uses of Class
org.eclipse.ecf.core.sharedobject.util.QueueException
- 
Packages that use QueueException Package Description org.eclipse.ecf.core.sharedobject org.eclipse.ecf.core.sharedobject.util org.eclipse.ecf.provider.generic 
- 
- 
Uses of QueueException in org.eclipse.ecf.core.sharedobjectMethods in org.eclipse.ecf.core.sharedobject that throw QueueException Modifier and Type Method Description voidISharedObjectConnector. enqueue(ISharedObjectEvent event)Enqueue an ISharedObjectEvent to all the receivers for connectorvoidISharedObjectConnector. enqueue(ISharedObjectEvent[] events)Enqueue a set of ISharedObjectEvents to all the receivers for connector
- 
Uses of QueueException in org.eclipse.ecf.core.sharedobject.utilMethods in org.eclipse.ecf.core.sharedobject.util that throw QueueException Modifier and Type Method Description voidIQueueEnqueue. enqueue(Event event)Enqueue a given Event onto the underlying queuevoidIQueueEnqueue. enqueue(Event[] events)Enqueue a set of events Event onto the underlying queuevoidQueueEnqueueImpl. enqueue(Event element)voidQueueEnqueueImpl. enqueue(Event[] elements)ObjectIQueueEnqueue. enqueue_prepare(Event[] events)Prepare an enqueue of a set of Event instances.ObjectQueueEnqueueImpl. enqueue_prepare(Event[] elements)
- 
Uses of QueueException in org.eclipse.ecf.provider.genericMethods in org.eclipse.ecf.provider.generic that throw QueueException Modifier and Type Method Description voidSOConnector. enqueue(ISharedObjectEvent event)voidSOConnector. enqueue(ISharedObjectEvent[] events)protected voidSOConnector. fireEvent(ISharedObjectEvent event)protected voidSOConnector. fireEvents(ISharedObjectEvent[] event)
 
-