|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| description | ConverterEventDescription |
Static descriptive strings used in events.
|
| maxCollector | xsd:int |
For each client, the maximum number of event collectors that can exist
simultaneously.
|
Methods
| Methods defined in this Managed Object |
|---|
| ConverterCreateCollectorForEvents, ConverterQueryEvents |
Event collectors do not persist beyond the current client session.
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ConverterEventManager used to make the method call. |
| filter P | ConverterEventFilterSpec |
The event query filter.
Since Converter API 1.0 |
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference
to a ConverterEventHistoryCollector | The event collector based on the filter. |
Faults
| Type | Description |
|---|---|
| InvalidState | Thrown if there are more than the maximum number of event collectors. |
| 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 ConverterEventManager used to make the method call. |
| filter P | ConverterEventFilterSpec |
The events qualified.
Since Converter API 1.0 |
Return Value
| Type | Description |
|---|---|
| ConverterEvent[] | The events in the chain. |
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 |