| Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
latestPage* | Event[] |
The items in the 'viewable latest page'. As new events that match the
collector's EventFilterSpec are created, they are added to this
page, and the oldest events are removed from the collector to keep the
size of the page to that allowed by
HistoryCollector#setLatestPageSize.
The "oldest event" is the one with the smallest key (event ID). The
events in the returned page are unordered.
|
Properties inherited from HistoryCollector | ||
filter |
Methods
Methods defined in this Managed Object |
---|
ReadNextEvents, ReadPreviousEvents |
Methods inherited from HistoryCollector |
DestroyCollector, ResetCollector, RewindCollector, SetCollectorPageSize |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the EventHistoryCollector used to make the method call. |
maxCount P | xsd:int |
The maximum number of items in the page.
Since 2.0 |
Return Value
Type | Description |
---|---|
Event[] |
Faults
Type | Description |
---|---|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the EventHistoryCollector used to make the method call. |
maxCount P | xsd:int |
The maximum number of items in the page.
Since 2.0 |
Return Value
Type | Description |
---|---|
Event[] |
Faults
Type | Description |
---|---|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Top of page | Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |