|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.sentinel.client.bean.SentinelBean
com.novell.db.object.bean.EsmNodeConfigurationBean
com.novell.db.object.bean.SentinelConfigurationBean
public class SentinelConfigurationBean
An automatically-generated "bean" class for the Sentinel data object type 'sentinel-config'.
The description of the type is:
"null"
The Sentinel data object bean classes are designed to be used to transport data to and from the Sentinel server. There exists a supporting infrastructure that handles the serialization/parsing of the data to/from the JSON transport format and which handles the actual HTTP transport.
A more complete description of Sentinel data object beans is found in the description
of SentinelBean.
SentinelBean,
BeanTransporter| Field Summary |
|---|
| Fields inherited from class com.novell.db.object.bean.EsmNodeConfigurationBean |
|---|
ALERTWHENNODATA, DATARATELIMIT, NODATATHRESHOLD, RAWDATAFILE, REL_PROPERTY, SAVERAWDATA, SENDREPEATEDNODATAALERTS, TRUSTEVENTSOURCETIME |
| Constructor Summary | |
|---|---|
|
SentinelConfigurationBean()
Construct an instance of the bean class. |
protected |
SentinelConfigurationBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
SentinelConfigurationBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends SentinelConfigurationBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
| Methods inherited from class com.novell.sentinel.client.bean.SentinelBean |
|---|
clearField, cloneBean, equals, fields, getBeanName, getBeanValue, getField, getFieldNoNull, getLink, getMetaData, isFieldClear, isFieldNull, isLinkClear, setField, setFieldNull, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SentinelConfigurationBean()
protected SentinelConfigurationBean(BeanMetaData<? extends SentinelBean> metadata)
metadata - The metadata instance for the derived bean class. Normally this constructor
will only be called by generated code.| Method Detail |
|---|
public static BeanMetaData<? extends SentinelConfigurationBean> getBeanMetaData()
The metadata is used primarily as a parameter to a BeanTransporter
implementation''s constructor.
public SentinelConfigurationBean clone()
clone in class EsmNodeConfigurationBean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||