Uses of Class
wt.queue.ProcessingQueue

Packages that use ProcessingQueue
com.ptc.core.task   
com.ptc.windchill.cadx.common.pageBuilder   
com.ptc.wvs.server.publish   
wt.clients.workflow.engine   
wt.fv.uploadtocache   
wt.index  
wt.inf.sharing   
wt.inf.team   
wt.notify
Provides classes to represent, manage, and execute notification definitions. 
wt.projmgmt.monitor   
wt.queue Overview 
wt.router
router package — Routing Service

The routing service is designed to aid in scalability for different agent services by providing a convenient way to distribute execution of tasks to multiple Windchill method servers. 

wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
wt.workflow.forum   
 

Uses of ProcessingQueue in com.ptc.core.task
 

Methods in com.ptc.core.task with parameters of type ProcessingQueue
private static QueueEntry QueueableTaskServerHelper.addEntryToQueue(ProcessingQueue queue, WTPrincipal principal, String targetMethod, String targetClass, Task task)
           
 

Uses of ProcessingQueue in com.ptc.windchill.cadx.common.pageBuilder
 

Methods in com.ptc.windchill.cadx.common.pageBuilder with parameters of type ProcessingQueue
private static QueueEntry QueueAbleActionHelper.addEntryToQueue(ProcessingQueue queue, WTPrincipal principal, String targetMethod, String targetClass, QueueAbleAction action)
           
 

Uses of ProcessingQueue in com.ptc.wvs.server.publish
 

Methods in com.ptc.wvs.server.publish with parameters of type ProcessingQueue
private static Enumeration PublishQueueHelper.queueEntries(ProcessingQueue queue, String queueEntryNo)
          Returns the Queue Entry from the specified queue and entry number there should be either 0 or 1 in the result

Supported API: false
private static int PublishQueueHelper.getValidQueueNumber(ProcessingQueue wtqueue)
          Extracts the queue number.
 

Uses of ProcessingQueue in wt.clients.workflow.engine
 

Fields in wt.clients.workflow.engine declared as ProcessingQueue
private static ProcessingQueue WfQueueManager.workflowPropagationQueue
           
private static ProcessingQueue WfQueueManager.workflowUserWorkQueue
           
 

Uses of ProcessingQueue in wt.fv.uploadtocache
 

Fields in wt.fv.uploadtocache declared as ProcessingQueue
private static ProcessingQueue StandardUploadToCacheService.revaultQueue
           
 

Methods in wt.fv.uploadtocache that return ProcessingQueue
private static ProcessingQueue StandardUploadToCacheService.createQueue(String queueName, boolean removeFailedEntires)
           
 

Uses of ProcessingQueue in wt.index
 

Fields in wt.index declared as ProcessingQueue
private  ProcessingQueue StandardIndexPolicyManager.indexQueue
           
private static ProcessingQueue StandardIndexPolicyManager.bulkIndexQueue
           
private static ProcessingQueue BulkIndexHelper.bulkIndexQueue
           
 

Uses of ProcessingQueue in wt.inf.sharing
 

Fields in wt.inf.sharing declared as ProcessingQueue
private  ProcessingQueue StandardDataSharingService.sharingQueue
           
 

Methods in wt.inf.sharing that return ProcessingQueue
protected  ProcessingQueue StandardDataSharingService.getDataSharingQueue()
          

Supported API: false
 

Uses of ProcessingQueue in wt.inf.team
 

Fields in wt.inf.team declared as ProcessingQueue
private  ProcessingQueue StandardContainerTeamService.ctmdRecomputeMembershipQueue
           
 

Methods in wt.inf.team that return ProcessingQueue
 ProcessingQueue StandardContainerTeamService.getRecomputeQueue()
           
private  ProcessingQueue StandardContainerTeamService.createQueue(String queue_name, int queue_interval)
          Creates, sets and starts processing queues.
 

Uses of ProcessingQueue in wt.notify
 

Fields in wt.notify declared as ProcessingQueue
private  ProcessingQueue StandardNotificationManager.notificationQueue
           
 

Uses of ProcessingQueue in wt.projmgmt.monitor
 

Fields in wt.projmgmt.monitor declared as ProcessingQueue
private  ProcessingQueue StandardProjMonitorService.projmgmtPropagationQueue
           
 

Methods in wt.projmgmt.monitor that return ProcessingQueue
 ProcessingQueue StandardProjMonitorService.getPropagationQueue()
          Returns project management propagation queue.
private  ProcessingQueue StandardProjMonitorService.createQueue(String queue_name, int queue_interval)
          Creates, sets and starts processing queues.
 ProcessingQueue ProjMonitorServiceSvr.getPropagationQueue()
          Returns project management propagation queue.
 

Uses of ProcessingQueue in wt.queue
 

Fields in wt.queue declared as ProcessingQueue
private  ProcessingQueue PollingQueueThread.queue
           
private  ProcessingQueue PollingQueueThread.queue
           
 

Methods in wt.queue that return ProcessingQueue
 ProcessingQueue StandardQueueService.getQueue(String queue_name)
          

Supported API: false
 ProcessingQueue StandardQueueService.createQueue(String queue_name)
          Creates a new queue given its name.
 ProcessingQueue StandardQueueService.deleteQueue(ProcessingQueue queue)
          Deletes the queue given its name.
 ProcessingQueue StandardQueueService.createQueue(String queue_name, String host)
          Creates a new queue given its name.
private  ProcessingQueue StandardQueueMonitor.getQueue(String name)
           
 ProcessingQueue QueueServiceFwd.getQueue(String queue_name)
          

Supported API: false
 ProcessingQueue QueueServiceFwd.createQueue(String queue_name)
          Creates a new queue given its name.
 ProcessingQueue QueueServiceFwd.deleteQueue(ProcessingQueue queue)
          Deletes the queue given its name.
 ProcessingQueue QueueServiceFwd.createQueue(String queue_name, String host)
          Creates a new queue given its name.
 ProcessingQueue QueueService.getQueue(String queue_name)
          

Supported API: false
 ProcessingQueue QueueService.createQueue(String queue_name)
          Creates a new queue given its name.
 ProcessingQueue QueueService.deleteQueue(ProcessingQueue queue)
          Deletes the queue given its name.
 ProcessingQueue QueueService.createQueue(String queue_name, String host)
          Creates a new queue given its name.
 ProcessingQueue QueueEntry.getQueue()
          Returns the queue to which the entry belongs.
 ProcessingQueue ProcessQueueDriver.createQueue(String queue_name)
           
 ProcessingQueue ProcessQueueDriver.deleteQueue(String queue_name)
           
static ProcessingQueue ProcessingQueue.newProcessingQueue(String name)
          Constructs a queue given its name.
static ProcessingQueue ProcessingQueue.newProcessingQueue(String name, String host)
          Constructs a queue given its name.
 ProcessingQueue entries.getQueue()
          Gets the object for the association that plays role: QUEUE_ROLE.
 ProcessingQueue StandardQueueService.getQueue(String queue_name)
          

Supported API: false
 ProcessingQueue StandardQueueService.createQueue(String queue_name)
          Creates a new queue given its name.
 ProcessingQueue StandardQueueService.deleteQueue(ProcessingQueue queue)
          Deletes the queue given its name.
 ProcessingQueue StandardQueueService.createQueue(String queue_name, String host)
          Creates a new queue given its name.
private  ProcessingQueue StandardQueueMonitor.getQueue(String name)
           
 ProcessingQueue QueueServiceFwd.getQueue(String queue_name)
          

Supported API: false
 ProcessingQueue QueueServiceFwd.createQueue(String queue_name)
          Creates a new queue given its name.
 ProcessingQueue QueueServiceFwd.deleteQueue(ProcessingQueue queue)
          Deletes the queue given its name.
 ProcessingQueue QueueServiceFwd.createQueue(String queue_name, String host)
          Creates a new queue given its name.
 ProcessingQueue QueueService.getQueue(String queue_name)
          

Supported API: false
 ProcessingQueue QueueService.createQueue(String queue_name)
          Creates a new queue given its name.
 ProcessingQueue QueueService.deleteQueue(ProcessingQueue queue)
          Deletes the queue given its name.
 ProcessingQueue QueueService.createQueue(String queue_name, String host)
          Creates a new queue given its name.
 ProcessingQueue QueueEntry.getQueue()
          Returns the queue to which the entry belongs.
 ProcessingQueue ProcessQueueDriver.createQueue(String queue_name)
           
 ProcessingQueue ProcessQueueDriver.deleteQueue(String queue_name)
           
static ProcessingQueue ProcessingQueue.newProcessingQueue(String name)
          Constructs a queue given its name.
static ProcessingQueue ProcessingQueue.newProcessingQueue(String name, String host)
          Constructs a queue given its name.
 ProcessingQueue entries.getQueue()
          Gets the object for the association that plays role: QUEUE_ROLE.
 

Methods in wt.queue with parameters of type ProcessingQueue
 void StandardQueueService.enableQueue(ProcessingQueue queue, boolean desired)
          

Supported API: false
 ProcessingQueue StandardQueueService.deleteQueue(ProcessingQueue queue)
          Deletes the queue given its name.
 boolean StandardQueueService.isActive(ProcessingQueue queue)
          Retuns 'true' if queue has been started (and not stoppped).
 long StandardQueueService.getInterval(ProcessingQueue queue)
          Retrieves the waiting/sleeping interval of the queue passed as argument.
 void StandardQueueService.startQueue(ProcessingQueue queue)
          Starts a specific queue.
 void StandardQueueService.stopQueue(ProcessingQueue queue)
          Stops a specific queue.
 void StandardQueueService.setInterval(ProcessingQueue queue, long interval)
          Establishes the wait/sleep interval for a specific queue.
 void StandardQueueService.deleteEntries(ProcessingQueue queue)
          Deletes all entries of a specified tree.
 void StandardQueueService.deleteEntries(ProcessingQueue queue, String status_code)
          Deletes all entries that have the status code specified.
 Enumeration StandardQueueService.queueEntries(ProcessingQueue queue)
          Returns all queue entries as an enumeration.
 Enumeration StandardQueueService.queueEntries(ProcessingQueue queue, String status_code)
          Returns all existing queue entries that are in the state passed as argument.
 Enumeration StandardQueueService.queueEntries(ProcessingQueue queue, Vector status_codes)
          

Supported API: false
 void StandardQueueService.startProcessing(ProcessingQueue queue)
          Starts immediate processing for a specified queue.
 void StandardQueueService.setQueueExecutionHost(ProcessingQueue queue, String host)
          

Supported API: false
 void StandardQueueService.resetQueueEntry(ProcessingQueue queue, String entry_num)
          

Supported API: false
 void QueueServiceFwd.enableQueue(ProcessingQueue queue, boolean desired)
          

Supported API: false
 ProcessingQueue QueueServiceFwd.deleteQueue(ProcessingQueue queue)
          Deletes the queue given its name.
 boolean QueueServiceFwd.isActive(ProcessingQueue queue)
          Retuns 'true' if queue has been started (and not stoppped).
 long QueueServiceFwd.getInterval(ProcessingQueue queue)
          Retrieves the waiting/sleeping interval of the queue passed as argument.
 void QueueServiceFwd.startQueue(ProcessingQueue queue)
          Starts a specific queue.
 void QueueServiceFwd.stopQueue(ProcessingQueue queue)
          Stops a specific queue.
 void QueueServiceFwd.setInterval(ProcessingQueue queue, long interval)
          Establishes the wait/sleep interval for a specific queue.
 void QueueServiceFwd.deleteEntries(ProcessingQueue queue)
          Deletes all entries of a specified tree.
 void QueueServiceFwd.deleteEntries(ProcessingQueue queue, String status_code)
          Deletes all entries that have the status code specified.
 Enumeration QueueServiceFwd.queueEntries(ProcessingQueue queue)
          Returns all queue entries as an enumeration.
 Enumeration QueueServiceFwd.queueEntries(ProcessingQueue queue, String status_code)
          Returns all existing queue entries that are in the state passed as argument.
 Enumeration QueueServiceFwd.queueEntries(ProcessingQueue queue, Vector status_codes)
          

Supported API: false
 void QueueServiceFwd.startProcessing(ProcessingQueue queue)
          Starts immediate processing for a specified queue.
 void QueueServiceFwd.setQueueExecutionHost(ProcessingQueue queue, String host)
          

Supported API: false
 void QueueServiceFwd.resetQueueEntry(ProcessingQueue queue, String entry_num)
          

Supported API: false
 void QueueService.enableQueue(ProcessingQueue queue, boolean desired)
          

Supported API: false
 ProcessingQueue QueueService.deleteQueue(ProcessingQueue queue)
          Deletes the queue given its name.
 boolean QueueService.isActive(ProcessingQueue queue)
          Retuns 'true' if queue has been started (and not stoppped).
 long QueueService.getInterval(ProcessingQueue queue)
          Retrieves the waiting/sleeping interval of the queue passed as argument.
 void QueueService.startQueue(ProcessingQueue queue)
          Starts a specific queue.
 void QueueService.stopQueue(ProcessingQueue queue)
          Stops a specific queue.
 void QueueService.setInterval(ProcessingQueue queue, long interval)
          Establishes the wait/sleep interval for a specific queue.
 void QueueService.deleteEntries(ProcessingQueue queue)
          Deletes all entries of a specified tree.
 void QueueService.deleteEntries(ProcessingQueue queue, String status_code)
          Deletes all entries that have the status code specified.
 Enumeration QueueService.queueEntries(ProcessingQueue queue)
          Returns all queue entries as an enumeration.
 Enumeration QueueService.queueEntries(ProcessingQueue queue, String status_code)
          Returns all existing queue entries that are in the state passed as argument.
 Enumeration QueueService.queueEntries(ProcessingQueue queue, Vector status_codes)
          

Supported API: false
 void QueueService.startProcessing(ProcessingQueue queue)
          Starts immediate processing for a specified queue.
 void QueueService.setQueueExecutionHost(ProcessingQueue queue, String host)
          

Supported API: false
 void QueueService.resetQueueEntry(ProcessingQueue queue, String entry_num)
          

Supported API: false
 void QueuePage.addEntry(ProcessingQueue queue, WTPrincipal princ, String tMethod, String tClass, Class[] argTypes, Object[] args)
          Adds an Entry to the given processing queue.
static long QueueMonitorHelper.getInterval(ProcessingQueue queue)
          Get processing queue polling interval

Supported API: false
 Enumeration QueueMonitorHelper.queueEntries(ProcessingQueue queue, String status_code)
          Get a process queues entries which have a specific status code

Supported API: false
 Enumeration QueueMonitorHelper.queueEntries(ProcessingQueue queue, Vector status_codes)
          Get a process queues entries which have a specific status code

Supported API: false
 void QueueMonitorHelper.resetEntriesPQ(ProcessingQueue queue, String entry_num)
           
static QueueEntry QueueEntry.newQueueEntry(ProcessingQueue queue)
          Constructs a new entry representing a processing queue request.
protected  void QueueEntry.initialize(ProcessingQueue queue)
          Supports initialization, following construction of an instance.
protected  boolean ProcessingQueue.readVersion(ProcessingQueue thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
private  void PollingQueueThread.setRunning(ProcessingQueue aQueue, boolean run)
          Sets the queues running state in the db

Supported API: true
 void entries.setQueue(ProcessingQueue queue)
          Sets the object for the association that plays role: QUEUE_ROLE.
static entries entries.newentries(QueueEntry entry, ProcessingQueue queue)
          Default factory for the class.
 void StandardQueueService.enableQueue(ProcessingQueue queue, boolean desired)
          

Supported API: false
 ProcessingQueue StandardQueueService.deleteQueue(ProcessingQueue queue)
          Deletes the queue given its name.
 boolean StandardQueueService.isActive(ProcessingQueue queue)
          Retuns 'true' if queue has been started (and not stoppped).
 long StandardQueueService.getInterval(ProcessingQueue queue)
          Retrieves the waiting/sleeping interval of the queue passed as argument.
 void StandardQueueService.startQueue(ProcessingQueue queue)
          Starts a specific queue.
 void StandardQueueService.stopQueue(ProcessingQueue queue)
          Stops a specific queue.
 void StandardQueueService.setInterval(ProcessingQueue queue, long interval)
          Establishes the wait/sleep interval for a specific queue.
 void StandardQueueService.deleteEntries(ProcessingQueue queue)
          Deletes all entries of a specified tree.
 void StandardQueueService.deleteEntries(ProcessingQueue queue, String status_code)
          Deletes all entries that have the status code specified.
 Enumeration StandardQueueService.queueEntries(ProcessingQueue queue)
          Returns all queue entries as an enumeration.
 Enumeration StandardQueueService.queueEntries(ProcessingQueue queue, String status_code)
          Returns all existing queue entries that are in the state passed as argument.
 Enumeration StandardQueueService.queueEntries(ProcessingQueue queue, Vector status_codes)
          

Supported API: false
 void StandardQueueService.startProcessing(ProcessingQueue queue)
          Starts immediate processing for a specified queue.
 void StandardQueueService.setQueueExecutionHost(ProcessingQueue queue, String host)
          

Supported API: false
 void StandardQueueService.resetQueueEntry(ProcessingQueue queue, String entry_num)
          

Supported API: false
 void QueueServiceFwd.enableQueue(ProcessingQueue queue, boolean desired)
          

Supported API: false
 ProcessingQueue QueueServiceFwd.deleteQueue(ProcessingQueue queue)
          Deletes the queue given its name.
 boolean QueueServiceFwd.isActive(ProcessingQueue queue)
          Retuns 'true' if queue has been started (and not stoppped).
 long QueueServiceFwd.getInterval(ProcessingQueue queue)
          Retrieves the waiting/sleeping interval of the queue passed as argument.
 void QueueServiceFwd.startQueue(ProcessingQueue queue)
          Starts a specific queue.
 void QueueServiceFwd.stopQueue(ProcessingQueue queue)
          Stops a specific queue.
 void QueueServiceFwd.setInterval(ProcessingQueue queue, long interval)
          Establishes the wait/sleep interval for a specific queue.
 void QueueServiceFwd.deleteEntries(ProcessingQueue queue)
          Deletes all entries of a specified tree.
 void QueueServiceFwd.deleteEntries(ProcessingQueue queue, String status_code)
          Deletes all entries that have the status code specified.
 Enumeration QueueServiceFwd.queueEntries(ProcessingQueue queue)
          Returns all queue entries as an enumeration.
 Enumeration QueueServiceFwd.queueEntries(ProcessingQueue queue, String status_code)
          Returns all existing queue entries that are in the state passed as argument.
 Enumeration QueueServiceFwd.queueEntries(ProcessingQueue queue, Vector status_codes)
          

Supported API: false
 void QueueServiceFwd.startProcessing(ProcessingQueue queue)
          Starts immediate processing for a specified queue.
 void QueueServiceFwd.setQueueExecutionHost(ProcessingQueue queue, String host)
          

Supported API: false
 void QueueServiceFwd.resetQueueEntry(ProcessingQueue queue, String entry_num)
          

Supported API: false
 void QueueService.enableQueue(ProcessingQueue queue, boolean desired)
          

Supported API: false
 ProcessingQueue QueueService.deleteQueue(ProcessingQueue queue)
          Deletes the queue given its name.
 boolean QueueService.isActive(ProcessingQueue queue)
          Retuns 'true' if queue has been started (and not stoppped).
 long QueueService.getInterval(ProcessingQueue queue)
          Retrieves the waiting/sleeping interval of the queue passed as argument.
 void QueueService.startQueue(ProcessingQueue queue)
          Starts a specific queue.
 void QueueService.stopQueue(ProcessingQueue queue)
          Stops a specific queue.
 void QueueService.setInterval(ProcessingQueue queue, long interval)
          Establishes the wait/sleep interval for a specific queue.
 void QueueService.deleteEntries(ProcessingQueue queue)
          Deletes all entries of a specified tree.
 void QueueService.deleteEntries(ProcessingQueue queue, String status_code)
          Deletes all entries that have the status code specified.
 Enumeration QueueService.queueEntries(ProcessingQueue queue)
          Returns all queue entries as an enumeration.
 Enumeration QueueService.queueEntries(ProcessingQueue queue, String status_code)
          Returns all existing queue entries that are in the state passed as argument.
 Enumeration QueueService.queueEntries(ProcessingQueue queue, Vector status_codes)
          

Supported API: false
 void QueueService.startProcessing(ProcessingQueue queue)
          Starts immediate processing for a specified queue.
 void QueueService.setQueueExecutionHost(ProcessingQueue queue, String host)
          

Supported API: false
 void QueueService.resetQueueEntry(ProcessingQueue queue, String entry_num)
          

Supported API: false
 void QueuePage.addEntry(ProcessingQueue queue, WTPrincipal princ, String tMethod, String tClass, Class[] argTypes, Object[] args)
          Adds an Entry to the given processing queue.
static long QueueMonitorHelper.getInterval(ProcessingQueue queue)
          Get processing queue polling interval

Supported API: false
 Enumeration QueueMonitorHelper.queueEntries(ProcessingQueue queue, String status_code)
          Get a process queues entries which have a specific status code

Supported API: false
 Enumeration QueueMonitorHelper.queueEntries(ProcessingQueue queue, Vector status_codes)
          Get a process queues entries which have a specific status code

Supported API: false
 void QueueMonitorHelper.resetEntriesPQ(ProcessingQueue queue, String entry_num)
           
static QueueEntry QueueEntry.newQueueEntry(ProcessingQueue queue)
          Constructs a new entry representing a processing queue request.
protected  void QueueEntry.initialize(ProcessingQueue queue)
          Supports initialization, following construction of an instance.
protected  boolean ProcessingQueue.readVersion(ProcessingQueue thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
private  void PollingQueueThread.setRunning(ProcessingQueue aQueue, boolean run)
          Sets the queues running state in the db

Supported API: true
 void entries.setQueue(ProcessingQueue queue)
          Sets the object for the association that plays role: QUEUE_ROLE.
static entries entries.newentries(QueueEntry entry, ProcessingQueue queue)
          Default factory for the class.
 

Uses of ProcessingQueue in wt.router
 

Methods in wt.router with parameters of type ProcessingQueue
 boolean StandardRoutingService.isEmpty(ProcessingQueue pq)
          

Supported API: false
 boolean RoutingService.isEmpty(ProcessingQueue pq)
          

Supported API: false
private  boolean RoundRobinRouter.isEmpty(ProcessingQueue pq)
           
 

Uses of ProcessingQueue in wt.workflow.engine
 

Fields in wt.workflow.engine declared as ProcessingQueue
private  ProcessingQueue StandardWfEngineService.workflowPropagationQueue
           
private  ProcessingQueue StandardWfEngineService.workflowUserWorkQueue
           
private  ProcessingQueue StandardWfEngineService.workflowPropagationQueue
           
private  ProcessingQueue StandardWfEngineService.workflowUserWorkQueue
           
 

Methods in wt.workflow.engine that return ProcessingQueue
 ProcessingQueue WfEngineServiceSvr.createUserWorkQueue(WfProcess process)
          Creates a queue to hold user work (robot work) associated with the process passed as argument.
 ProcessingQueue WfEngineServiceSvr.createPropagationQueue(WfProcess process)
          Creates a queue to hold internal work (propagation, state changes) associated with the process passed as argument.
 ProcessingQueue StandardWfEngineService.createUserWorkQueue(WfProcess process)
          Creates a queue to hold user work (robot work) associated with the process passed as argument.
 ProcessingQueue StandardWfEngineService.createPropagationQueue(WfProcess process)
          Creates a queue to hold internal work (propagation, state changes) associated with the process passed as argument.
private  ProcessingQueue StandardWfEngineService.getUserWorkQueue(Object wf_obj)
          Gets the user work queue associated with the workflow object passed as argument
private  ProcessingQueue StandardWfEngineService.getPropagationQueue(Object wf_obj)
          Gets the propagation queue associated with the workflow object passed as argument
private  ProcessingQueue StandardWfEngineService.createQueue(String queue_name, int queue_interval)
          Creates, sets and starts processing queues.
private  ProcessingQueue StandardWfEngineService.initializeQueue(String queue_name, int queue_interval)
          Initializes queues: retrieves (or creates), sets interval and starts,
 ProcessingQueue WfEngineServiceSvr.createUserWorkQueue(WfProcess process)
          Creates a queue to hold user work (robot work) associated with the process passed as argument.
 ProcessingQueue WfEngineServiceSvr.createPropagationQueue(WfProcess process)
          Creates a queue to hold internal work (propagation, state changes) associated with the process passed as argument.
 ProcessingQueue StandardWfEngineService.createUserWorkQueue(WfProcess process)
          Creates a queue to hold user work (robot work) associated with the process passed as argument.
 ProcessingQueue StandardWfEngineService.createPropagationQueue(WfProcess process)
          Creates a queue to hold internal work (propagation, state changes) associated with the process passed as argument.
private  ProcessingQueue StandardWfEngineService.getUserWorkQueue(Object wf_obj)
          Gets the user work queue associated with the workflow object passed as argument
private  ProcessingQueue StandardWfEngineService.getPropagationQueue(Object wf_obj)
          Gets the propagation queue associated with the workflow object passed as argument
private  ProcessingQueue StandardWfEngineService.createQueue(String queue_name, int queue_interval)
          Creates, sets and starts processing queues.
private  ProcessingQueue StandardWfEngineService.initializeQueue(String queue_name, int queue_interval)
          Initializes queues: retrieves (or creates), sets interval and starts,
 

Uses of ProcessingQueue in wt.workflow.forum
 

Fields in wt.workflow.forum declared as ProcessingQueue
private  ProcessingQueue StandardForumService.eventPropogationQueue
           
private  ProcessingQueue StandardForumService.eventPropogationQueue