Uses of Interface
org.eclipse.ecf.core.sharedobject.util.IQueueEnqueue

Packages that use IQueueEnqueue
org.eclipse.ecf.core.sharedobject   
org.eclipse.ecf.core.sharedobject.util   
org.eclipse.ecf.provider.generic   
org.eclipse.ecf.provider.xmpp   
 

Uses of IQueueEnqueue in org.eclipse.ecf.core.sharedobject
 

Methods in org.eclipse.ecf.core.sharedobject that return IQueueEnqueue
 IQueueEnqueue ISharedObjectContext.getQueue()
          Get the IQueueEnqueue instance associated with this ISharedObject.
 

Uses of IQueueEnqueue in org.eclipse.ecf.core.sharedobject.util
 

Subinterfaces of IQueueEnqueue in org.eclipse.ecf.core.sharedobject.util
 interface IQueue
          Queue that includes both enqueue (IQueueEnqueue) and dequeue (IQueueDequeue) operations
 

Classes in org.eclipse.ecf.core.sharedobject.util that implement IQueueEnqueue
 class QueueEnqueueImpl
           
 

Uses of IQueueEnqueue in org.eclipse.ecf.provider.generic
 

Fields in org.eclipse.ecf.provider.generic declared as IQueueEnqueue
protected  IQueueEnqueue SOContext.queue
           
 

Methods in org.eclipse.ecf.provider.generic that return IQueueEnqueue
 IQueueEnqueue SOContext.getQueue()
           
 

Methods in org.eclipse.ecf.provider.generic with parameters of type IQueueEnqueue
protected  SOContext SOContainer.createRemoteSharedObjectContext(SOConfig soconfig, IQueueEnqueue queue)
           
protected  SOContext SOContainer.createSharedObjectContext(SOConfig soconfig, IQueueEnqueue queue)
           
protected  void SOConfig.makeActive(IQueueEnqueue queue)
           
 

Constructors in org.eclipse.ecf.provider.generic with parameters of type IQueueEnqueue
SOConnector(ID sender, ID[] recv, IQueueEnqueue[] queues)
           
SOContext(ID objID, ID homeID, SOContainer cont, java.util.Map props, IQueueEnqueue queue)
           
 

Uses of IQueueEnqueue in org.eclipse.ecf.provider.xmpp
 

Methods in org.eclipse.ecf.provider.xmpp with parameters of type IQueueEnqueue
protected  SOContext XMPPContainer.createSharedObjectContext(SOConfig soconfig, IQueueEnqueue queue)