EventAccess MBean

Partial ObjectName:
WebSphere:*,type=EventAccess


MBean EventAccess

MBean defintion for interaction with event access


Operation Summary
org.eclipse.hyades.logging.events.cbe.CommonBaseEvent[]queryEventsByEventGroup(java.lang.String eventGroup, java.lang.String eventSelector, java.lang.Boolean ascendingOrder, java.lang.Integer maximumNumber)
           Query Events that are stored in the event infrastructure.
org.eclipse.hyades.logging.events.cbe.CommonBaseEvent[]queryEventsByEventGroup(java.lang.String eventGroup, java.lang.String eventSelector, java.lang.Boolean ascendingOrder)
           Query Events that are stored in the event infrastructure.
org.eclipse.hyades.logging.events.cbe.CommonBaseEventqueryEventByGlobalInstanceId(java.lang.String globalInstanceId)
           Query Event by global instance ID that is stored in the event infrastructure.
intpurgeEvents(java.lang.String eventGroup, java.lang.String eventSelector, java.lang.Integer transcationSize)
           Purge Events that are stored in the event infrastructure.

Operation Detail

queryEventsByEventGroup

public org.eclipse.hyades.logging.events.cbe.CommonBaseEvent[] queryEventsByEventGroup(java.lang.String eventGroup, java.lang.String eventSelector, java.lang.Boolean ascendingOrder, java.lang.Integer maximumNumber)
Query Events that are stored in the event infrastructure.
Parameters:
eventGroup - The name of the event group to query. This value cannot be null.
eventSelector - An additional XPath expression that is appended to the event group selector. This value may be null if no additional selector is needed.
ascendingOrder - Whether events are ordered in ascending or descending order with respect to creation time.
maximumNumber - The maximum number of events to be returned from the event query.
Security Roles:
administrator
operator

queryEventsByEventGroup

public org.eclipse.hyades.logging.events.cbe.CommonBaseEvent[] queryEventsByEventGroup(java.lang.String eventGroup, java.lang.String eventSelector, java.lang.Boolean ascendingOrder)
Query Events that are stored in the event infrastructure.
Parameters:
eventGroup - The name of the event group to query. This value cannot be null.
eventSelector - An additional XPath expression that is appended to the event group selector. This value may be null if no additional selector is needed.
ascendingOrder - Whether events are ordered in ascending or descending order with respect to creation time.
Security Roles:
administrator
operator

queryEventByGlobalInstanceId

public org.eclipse.hyades.logging.events.cbe.CommonBaseEvent queryEventByGlobalInstanceId(java.lang.String globalInstanceId)
Query Event by global instance ID that is stored in the event infrastructure.
Parameters:
globalInstanceId - The global instance ID of the event to query. This value cannot be null.
Security Roles:
administrator
operator

purgeEvents

public int purgeEvents(java.lang.String eventGroup, java.lang.String eventSelector, java.lang.Integer transcationSize)
Purge Events that are stored in the event infrastructure.
Parameters:
eventGroup - The name of the event group that the events being purged belong to. This may be null if a specific event group is not being used.
eventSelector - An additional event filter used to select which events will be purged from the database. This value may be null if no additional selector is needed.
transcationSize - How many events to delete in a single database transaction. This value must be greater than 0.
Security Roles:
administrator
operator

Copyright IBM Corp. 1996-2005