|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| latestPage* | Event[] | The items in 'viewable latest page'. As new items are added to the collector, they are appended at the end of the page. The oldest item is removed from the collector whenever there are more items in the collector than the maximum established by setLatestPageSize. |
| 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 | xsd:int | The maximum number of items in the page. |
Return Value
| Type | Description |
|---|---|
| Event[] |
Faults
| Type | Description |
|---|---|
| InvalidArgument | Thrown if maxCount is out of range. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the EventHistoryCollector used to make the method call. |
| maxCount | xsd:int | The maximum number of items in the page. |
Return Value
| Type | Description |
|---|---|
| Event[] |
Faults
| Type | Description |
|---|---|
| InvalidArgument | Thrown if maxCount is out of range. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| Top of page | Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |