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

The IPofHandler type exposes the following members.

Methods

  NameDescription
Public methodBeginArray
Report that an array of values has been encountered in the POF stream.
Public methodBeginCollection
Report that a collection of values has been encountered in the POF stream.
Public methodBeginMap
Report that a map of key/value pairs has been encountered in the POF stream.
Public methodBeginSparseArray
Report that a sparse array of values has been encountered in the POF stream.
Public methodBeginUniformArray
Report that a uniform array of values has been encountered in the POF stream.
Public methodBeginUniformCollection
Report that a uniform collection of values has been encountered in the POF stream.
Public methodBeginUniformKeysMap
Report that a map of key/value pairs (with the keys being of a uniform type) has been encountered in the POF stream.
Public methodBeginUniformMap
Report that a map of key/value pairs (with the keys being of a uniform type and the values being of a uniform type) has been encountered in the POF stream.
Public methodBeginUniformSparseArray
Report that a uniform sparse array of values has been encountered in the POF stream.
Public methodBeginUserType
Report that a value of a "user type" has been encountered in the POF stream. A user type is analogous to a "type", and a value of a user type is analogous to an "object".
Public methodEndComplexValue
Signifies the termination of the current complex value.
Public methodOnBoolean
Report that a boolean value has been encountered in the POF stream.
Public methodOnChar
Report that a character value has been encountered in the POF stream.
Public methodOnCharString
Report that a character string value has been encountered in the POF stream.
Public methodOnDate
Report that a date value has been encountered in the POF stream.
Public methodOnDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean)
Report that a date-time value has been encountered in the POF stream.
Public methodOnDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, TimeSpan)
Report that a date-time value (with a timezone offset) has been encountered in the POF stream.
Public methodOnDayTimeInterval
Report that a day-time interval value has been encountered in the POF stream.
Public methodOnDecimal128
Report that a Decimal value has been encountered in the POF stream.
Public methodOnDecimal32
Report that a Decimal value has been encountered in the POF stream.
Public methodOnDecimal64
Report that a Decimal value has been encountered in the POF stream.
Public methodOnFloat32
Report that a base-2 single-precision floating point value has been encountered in the POF stream.
Public methodOnFloat64
Report that a base-2 double-precision floating point value has been encountered in the POF stream.
Public methodOnIdentityReference
Specifies that a reference to a previously-identified value has been encountered in the POF stream.
Public methodOnInt128
Report that an Int128 value has been encountered in the POF stream.
Public methodOnInt16
Report that an Int16 value has been encountered in the POF stream.
Public methodOnInt32
Report that an Int32 value has been encountered in the POF stream.
Public methodOnInt64
Report that an Int64 value has been encountered in the POF stream.
Public methodOnNullReference
Specifies that a null value has been encountered in the POF stream.
Public methodOnOctet
Report that an octet value (a byte) has been encountered in the POF stream.
Public methodOnOctetString
Report that a octet string value has been encountered in the POF stream.
Public methodOnTime(Int32, Int32, Int32, Int32, Int32, Boolean)
Report that a time value has been encountered in the POF stream.
Public methodOnTime(Int32, Int32, Int32, Int32, Int32, TimeSpan)
Report that a time value (with a timezone offset) has been encountered in the POF stream.
Public methodOnTimeInterval
Report that a time interval value has been encountered in the POF stream.
Public methodOnYearMonthInterval
Report that a year-month interval value has been encountered in the POF stream.
Public methodRegisterIdentity
This method is invoked when an identity is encountered in the POF stream.

See Also