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

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

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.util
 

Subinterfaces of IQueueEnqueue in org.eclipse.ecf.core.util
 interface IQueue
           
 

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

Classes in org.eclipse.ecf.provider.generic that implement IQueueEnqueue
 class QueueEnqueueImpl
           
 

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)