Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The ExtractorEventTransformer type exposes the following members.

Constructors

  NameDescription
Public methodExtractorEventTransformer()()()()
Default constructor.
Public methodExtractorEventTransformer(String)
Construct a ExtractorEventTransformer that transforms CacheEventArgs's values based on the specified method name.
Public methodExtractorEventTransformer(IValueExtractor)
Construct a ExtractorEventTransformer that transforms CacheEventArgs values based on the specified extractor.
Public methodExtractorEventTransformer(IValueExtractor, IValueExtractor)
Construct a ExtractorEventTransformer that transforms CacheEventArgs values based on the specified extractors.

Methods

  NameDescription
Public methodEquals(Object)
Compare the ExtractorEventTransformer with another object to determine equality.
(Overrides Object..::..Equals(Object).)
Public methodEquals(ExtractorEventTransformer)
Compare the ExtractorEventTransformer with another object to determine equality.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Determine a hash value for the ExtractorEventTransformer object according to the general Object.GetHashCode contract.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadExternal
Restore the contents of a user type instance by reading its state using the specified IPofReader object.
Public methodToString
Provide a human-readable representation of this object.
(Overrides Object..::..ToString()()()().)
Public methodTransform
Transform the specified CacheEventArgs using the corresponding extractors.
Public methodWriteExternal
Save the contents of a POF user type instance by writing its state using the specified IPofWriter object.

Properties

  NameDescription
Public propertyNewValueExtractor
Return a IValueExtractor used to transfrom the event's NewValue.
Public propertyOldValueExtractor
Return a IValueExtractor used to transfrom the event's OldValue.

See Also