Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.2.1.1.0)

E69640-01

PriorityProcessor Class Reference

#include <coherence/util/processor/PriorityProcessor.hpp>

Inherits AbstractPriorityTask.

List of all members.


Detailed Description

PriorityProcessor is used to explicitly control the scheduling priority and timeouts for execution of EntryProcessor-based methods.

Author:
tb 2008.05.23

Public Types

typedef spec::Handle Handle
 PriorityProcessor Handle definition.
typedef spec::View View
 PriorityProcessor View definition.
typedef spec::Holder Holder
 PriorityProcessor Holder definition.

Public Member Functions

virtual Object::Holder process (InvocableMap::Entry::Handle hEntry) const
 
virtual Map::View processAll (Set::View vSetEntries) const
 
virtual
InvocableMap::EntryProcessor::View 
getProcessor () const
 Obtain the underlying processor.
virtual void readExternal (PofReader::Handle hIn)
 
virtual void writeExternal (PofWriter::Handle hOut) const
 
virtual TypedHandle
< const String > 
toString () const
 

Protected Member Functions

 PriorityProcessor ()
 Construct a PriorityProcessor.
 PriorityProcessor (InvocableMap::EntryProcessor::View vProcessor)
 Construct a PriorityProcessor.

Protected Attributes

FinalView
< InvocableMap::EntryProcessor > 
f_vProcessor
 The underlying entry processor.

Constructor & Destructor Documentation

PriorityProcessor (  )  [protected]

Construct a PriorityProcessor.

Returns:
a new PriorityProcessor

PriorityProcessor ( InvocableMap::EntryProcessor::View  vProcessor  )  [protected]

Construct a PriorityProcessor.

Parameters:
processor the processor wrapped by this PriorityProcessor


Member Function Documentation

virtual InvocableMap::EntryProcessor::View getProcessor (  )  const [virtual]

Obtain the underlying processor.

Returns:
the processor wrapped by this PriorityProcessor


The documentation for this class was generated from the following file:
Copyright © 2000, 2016, Oracle and/or its affiliates. All rights reserved.