Serialized Form


Package org.ow2.jasmine.monitoring.eventswitch.beans.impl

Class org.ow2.jasmine.monitoring.eventswitch.beans.impl.JasmineEventDetailEB extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id
the primary key.


key

String key
key.


value

String value
value.


notification

JasmineEventNotificationEBImpl notification
notification parent.

Class org.ow2.jasmine.monitoring.eventswitch.beans.impl.JasmineEventEBImpl extends Object implements Serializable

serialVersionUID: 3603043818875621406L

Serialized Fields

id

Long id
Primary key.


domain

String domain
Domain of the probed server.


server

String server
Name of the probed server.


source

String source
Event source (for example, JProbe or JMX).


probe

String probe
Probe type.


value

String value
Probed value.


timestamp

Date timestamp
Probe time (precise up to a second).


sname

String sname
JMX url of the probe.

Class org.ow2.jasmine.monitoring.eventswitch.beans.impl.JasmineEventNotificationActionEBImpl extends Object implements Serializable

serialVersionUID: -5337125420746859697L

Serialized Fields

id

Long id
Primary key.


comment

String comment
Comment for the action.


action

String action
Name of the executed action.


date

Date date
Date of the time action.


user

String user
The user who executed the action.


notification

JasmineEventNotificationEBImpl notification
notification parent.

Class org.ow2.jasmine.monitoring.eventswitch.beans.impl.JasmineEventNotificationEBImpl extends Object implements Serializable

serialVersionUID: 3603043818875621406L

Serialized Fields

id

String id
Primary key.


date

Date date
Notification date.


level

String level
Notification level.


message

String message
Associated message.


status

Boolean status
Notification status acknowledged or not.


rule

String rule
The rule id that caused the notification.


details

List<E> details
notification additional informations.


actions

List<E> actions
Actions executed on the notification.

Class org.ow2.jasmine.monitoring.eventswitch.beans.impl.JasmineEventPurgeTaskEB extends Object implements Serializable

serialVersionUID: 6640605662388109776L

Serialized Fields

id

long id
the primary key.


maxEntryAge

long maxEntryAge

maxEntryNumber

int maxEntryNumber

executionStartDate

Date executionStartDate
Notification date.


executionInterval

long executionInterval

executeOnAllServers

boolean executeOnAllServers

domainName

String domainName

serverName

String serverName

started

boolean started

removedEvents

int removedEvents

lastExecutionDate

Date lastExecutionDate



Copyright © 2012 OW2 Consortium. All Rights Reserved.