Serialized Form


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

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

serialVersionUID: 1L

Serialized Fields

id

int id
the primary key.


key

java.lang.String key
key.


value

java.lang.String value
value.


notification

JasmineEventNotificationEBImpl notification
notification parent.

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

serialVersionUID: 3603043818875621406L

Serialized Fields

id

java.lang.Long id
Primary key.


domain

java.lang.String domain
Domain of the probed server.


server

java.lang.String server
Name of the probed server.


source

java.lang.String source
Event source (for example, MBeanCmd or JMX).


probe

java.lang.String probe
Probe type.


value

java.lang.String value
Probed value.


timestamp

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


sname

java.lang.String sname
JMX url of the probe.

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

serialVersionUID: -5337125420746859697L

Serialized Fields

id

java.lang.Long id
Primary key.


comment

java.lang.String comment
Comment for the action.


action

java.lang.String action
Name of the executed action.


date

java.util.Date date
Date of the time action.


user

java.lang.String user
The user who executed the action.


notification

JasmineEventNotificationEBImpl notification
notification parent.

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

serialVersionUID: 3603043818875621406L

Serialized Fields

id

java.lang.String id
Primary key.


date

java.util.Date date
Notification date.


level

java.lang.String level
Notification level.


message

java.lang.String message
Associated message.


status

java.lang.Boolean status
Notification status acquitted or not.


rule

java.lang.String rule
The rule id that caused the notification.


details

java.util.List<E> details
notification additional informations.


actions

java.util.List<E> actions
Actions executed on the notification.

Class org.ow2.jasmine.monitoring.eventswitch.beans.impl.JasmineEventTimerEB extends java.lang.Object implements Serializable

serialVersionUID: 6640605662388109776L

Serialized Fields

id

int id
the primary key.


maxEntryAge

long maxEntryAge

maxEntryNumber

int maxEntryNumber

executionStartDate

java.util.Date executionStartDate
Notification date.


executionStartHours

int executionStartHours

executionInterval

long executionInterval

immediateExecution

boolean immediateExecution

executeOnAllServers

boolean executeOnAllServers

domainName

java.lang.String domainName

serverName

java.lang.String serverName



Copyright © 2009 OW2 Consortium. All Rights Reserved.