|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.sentinel.client.bean.SentinelBean
com.novell.db.object.bean.EsmNodeConfigurationBean
public class EsmNodeConfigurationBean
An automatically-generated "bean" class for the Sentinel data object type 'node-config'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
ALERTWHENNODATA
The "bean name" of the Sentinel data object field 'AlertWhenNoData'. |
static String |
DATARATELIMIT
The "bean name" of the Sentinel data object field 'DataRateLimit'. |
static String |
NODATATHRESHOLD
The "bean name" of the Sentinel data object field 'NoDataThreshold'. |
static String |
RAWDATAFILE
The "bean name" of the Sentinel data object field 'RawDataFile'. |
static String |
REL_PROPERTY
The "bean name" of the Sentinel data object field 'Properties'. |
static String |
SAVERAWDATA
The "bean name" of the Sentinel data object field 'SaveRawData'. |
static String |
SENDREPEATEDNODATAALERTS
The "bean name" of the Sentinel data object field 'SendRepeatedNoDataAlerts'. |
static String |
TRUSTEVENTSOURCETIME
The "bean name" of the Sentinel data object field 'TrustEventSourceTime'. |
| Constructor Summary | |
|---|---|
|
EsmNodeConfigurationBean()
Construct an instance of the bean class. |
protected |
EsmNodeConfigurationBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
addToProperties(PropertyBean value)
Add a value to the collection field ' properties'. |
void |
clearAlertWhenNoData()
Clear any current value for the ' alert-no-data' field in the bean. |
void |
clearDataRateLimit()
Clear any current value for the ' data-rate-limit' field in the bean. |
void |
clearNoDataThreshold()
Clear any current value for the ' no-data-threshold' field in the bean. |
void |
clearProperties()
Clear any current value for the ' properties' field in the bean. |
void |
clearRawDataFile()
Clear any current value for the ' raw-data-file' field in the bean. |
void |
clearSaveRawData()
Clear any current value for the ' save-raw-data' field in the bean. |
void |
clearSendRepeatedNoDataAlerts()
Clear any current value for the ' send-repeated-alerts' field in the
bean. |
void |
clearTrustEventSourceTime()
Clear any current value for the ' trusted-time' field in the bean. |
EsmNodeConfigurationBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends EsmNodeConfigurationBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
long |
getDataRateLimit()
Get the value for the ' data-rate-limit' field. |
long |
getNoDataThreshold()
Get the value for the ' no-data-threshold' field. |
Collection<PropertyBean> |
getProperties()
Get the value for the ' properties' field. |
String |
getRawDataFile()
Get the value for the ' raw-data-file' field. |
boolean |
isAlertWhenNoData()
Get the value for the ' alert-no-data' field. |
boolean |
isAlertWhenNoDataClear()
Get whether the value for the ' alert-no-data' field is clear or not. |
boolean |
isAlertWhenNoDataNull()
Get whether the ' alert-no-data' field has been set to Null or
not. |
boolean |
isDataRateLimitClear()
Get whether the value for the ' data-rate-limit' field is clear or not. |
boolean |
isDataRateLimitNull()
Get whether the ' data-rate-limit' field has been set to Null
or not. |
boolean |
isNoDataThresholdClear()
Get whether the value for the ' no-data-threshold' field is clear or
not. |
boolean |
isNoDataThresholdNull()
Get whether the ' no-data-threshold' field has been set to Null
or not. |
boolean |
isPropertiesClear()
Get whether the value for the ' properties' field is clear or not. |
boolean |
isPropertiesNull()
Get whether the ' properties' field has been set to Null or not. |
boolean |
isRawDataFileClear()
Get whether the value for the ' raw-data-file' field is clear or not. |
boolean |
isRawDataFileNull()
Get whether the ' raw-data-file' field has been set to Null or
not. |
boolean |
isSaveRawData()
Get the value for the ' save-raw-data' field. |
boolean |
isSaveRawDataClear()
Get whether the value for the ' save-raw-data' field is clear or not. |
boolean |
isSaveRawDataNull()
Get whether the ' save-raw-data' field has been set to Null or
not. |
boolean |
isSendRepeatedNoDataAlerts()
Get the value for the ' send-repeated-alerts' field. |
boolean |
isSendRepeatedNoDataAlertsClear()
Get whether the value for the ' send-repeated-alerts' field is clear
or not. |
boolean |
isSendRepeatedNoDataAlertsNull()
Get whether the ' send-repeated-alerts' field has been set to Null
or not. |
boolean |
isTrustEventSourceTime()
Get the value for the ' trusted-time' field. |
boolean |
isTrustEventSourceTimeClear()
Get whether the value for the ' trusted-time' field is clear or not. |
boolean |
isTrustEventSourceTimeNull()
Get whether the ' trusted-time' field has been set to Null or
not. |
void |
setAlertWhenNoData(boolean alertWhenNoData)
Set the value for the ' alert-no-data' field. |
void |
setAlertWhenNoDataNull()
Set to Null any current value for the ' alert-no-data' field in
the bean. |
void |
setDataRateLimit(long dataRateLimit)
Set the value for the ' data-rate-limit' field. |
void |
setDataRateLimitNull()
Set to Null any current value for the ' data-rate-limit' field
in the bean. |
void |
setNoDataThreshold(long noDataThreshold)
Set the value for the ' no-data-threshold' field. |
void |
setNoDataThresholdNull()
Set to Null any current value for the ' no-data-threshold' field
in the bean. |
void |
setProperties(Collection<? extends PropertyBean> properties)
Set the value for the ' properties' field. |
void |
setPropertiesNull()
Set to Null any current value for the ' properties' field in the
bean. |
void |
setRawDataFile(String rawDataFile)
Set the value for the ' raw-data-file' field. |
void |
setRawDataFileNull()
Set to Null any current value for the ' raw-data-file' field in
the bean. |
void |
setSaveRawData(boolean saveRawData)
Set the value for the ' save-raw-data' field. |
void |
setSaveRawDataNull()
Set to Null any current value for the ' save-raw-data' field in
the bean. |
void |
setSendRepeatedNoDataAlerts(boolean sendRepeatedNoDataAlerts)
Set the value for the ' send-repeated-alerts' field. |
void |
setSendRepeatedNoDataAlertsNull()
Set to Null any current value for the ' send-repeated-alerts'
field in the bean. |
void |
setTrustEventSourceTime(boolean trustEventSourceTime)
Set the value for the ' trusted-time' field. |
void |
setTrustEventSourceTimeNull()
Set to Null any current value for the ' trusted-time' field in
the bean. |
| 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 |
| Field Detail |
|---|
public static final String SAVERAWDATA
""save-raw-data"".
The description of the 'save-raw-data' field is:
"No description provided."
public static final String TRUSTEVENTSOURCETIME
""trusted-time"".
The description of the 'trusted-time' field is:
"No description provided."
public static final String NODATATHRESHOLD
""no-data-threshold"".
The description of the 'no-data-threshold' field is:
"No description provided."
public static final String ALERTWHENNODATA
""alert-no-data"".
The description of the 'alert-no-data' field is:
"No description provided."
public static final String REL_PROPERTY
""properties"".
The description of the 'properties' field is:
"No description provided."
public static final String DATARATELIMIT
""data-rate-limit"".
The description of the 'data-rate-limit' field is:
"No description provided."
public static final String SENDREPEATEDNODATAALERTS
""send-repeated-alerts"".
The description of the 'send-repeated-alerts' field is:
"No description provided."
public static final String RAWDATAFILE
""raw-data-file"".
The description of the 'raw-data-file' field is:
"No description provided."
| Constructor Detail |
|---|
public EsmNodeConfigurationBean()
protected EsmNodeConfigurationBean(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 boolean isSaveRawData()
save-raw-data' field. The description of the
'save-raw-data' field is:
"No description provided."
null).SAVERAWDATApublic boolean isSaveRawDataNull()
save-raw-data' field has been set to Null or
not. The description of the 'save-raw-data' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setSaveRawDataNull(),
SAVERAWDATApublic boolean isSaveRawDataClear()
save-raw-data' field is clear or not.
The description of the 'save-raw-data' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearSaveRawData(),
SAVERAWDATApublic void setSaveRawData(boolean saveRawData)
save-raw-data' field. The description of the
'save-raw-data' field is:
"No description provided."
saveRawData - Value to setSAVERAWDATApublic void clearSaveRawData()
save-raw-data' field in the bean. The
description of the 'save-raw-data' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setSaveRawDataNull() method to clear the server's value.
See the description of cleared
values.
SAVERAWDATApublic void setSaveRawDataNull()
save-raw-data' field in
the bean. The description of the 'save-raw-data' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearSaveRawData() method to avoid clearing the server's value.
See the description of Null
values.
SAVERAWDATApublic boolean isAlertWhenNoData()
alert-no-data' field. The description of the
'alert-no-data' field is:
"No description provided."
null).ALERTWHENNODATApublic boolean isAlertWhenNoDataNull()
alert-no-data' field has been set to Null or
not. The description of the 'alert-no-data' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setAlertWhenNoDataNull(),
ALERTWHENNODATApublic boolean isAlertWhenNoDataClear()
alert-no-data' field is clear or not.
The description of the 'alert-no-data' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearAlertWhenNoData(),
ALERTWHENNODATApublic void setAlertWhenNoData(boolean alertWhenNoData)
alert-no-data' field. The description of the
'alert-no-data' field is:
"No description provided."
alertWhenNoData - Value to setALERTWHENNODATApublic void clearAlertWhenNoData()
alert-no-data' field in the bean. The
description of the 'alert-no-data' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setAlertWhenNoDataNull() method to clear the server's value.
See the description of cleared
values.
ALERTWHENNODATApublic void setAlertWhenNoDataNull()
alert-no-data' field in
the bean. The description of the 'alert-no-data' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearAlertWhenNoData() method to avoid clearing the server's value.
See the description of Null
values.
ALERTWHENNODATApublic long getDataRateLimit()
data-rate-limit' field. The description of the
'data-rate-limit' field is:
"No description provided."
null).DATARATELIMITpublic boolean isDataRateLimitNull()
data-rate-limit' field has been set to Null
or not. The description of the 'data-rate-limit' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setDataRateLimitNull(),
DATARATELIMITpublic boolean isDataRateLimitClear()
data-rate-limit' field is clear or not.
The description of the 'data-rate-limit' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearDataRateLimit(),
DATARATELIMITpublic void setDataRateLimit(long dataRateLimit)
data-rate-limit' field. The description of the
'data-rate-limit' field is:
"No description provided."
dataRateLimit - Value to setDATARATELIMITpublic void clearDataRateLimit()
data-rate-limit' field in the bean.
The description of the 'data-rate-limit' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setDataRateLimitNull() method to clear the server's value.
See the description of cleared
values.
DATARATELIMITpublic void setDataRateLimitNull()
data-rate-limit' field
in the bean. The description of the 'data-rate-limit' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearDataRateLimit() method to avoid clearing the server's value.
See the description of Null
values.
DATARATELIMITpublic String getRawDataFile()
raw-data-file' field. The description of the
'raw-data-file' field is:
"No description provided."
null).RAWDATAFILEpublic boolean isRawDataFileNull()
raw-data-file' field has been set to Null or
not. The description of the 'raw-data-file' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setRawDataFileNull(),
RAWDATAFILEpublic boolean isRawDataFileClear()
raw-data-file' field is clear or not.
The description of the 'raw-data-file' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearRawDataFile(),
RAWDATAFILEpublic void setRawDataFile(String rawDataFile)
raw-data-file' field. The description of the
'raw-data-file' field is:
"No description provided."
rawDataFile - Value to setRAWDATAFILEpublic void clearRawDataFile()
raw-data-file' field in the bean. The
description of the 'raw-data-file' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setRawDataFileNull() method to clear the server's value.
See the description of cleared
values.
RAWDATAFILEpublic void setRawDataFileNull()
raw-data-file' field in
the bean. The description of the 'raw-data-file' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearRawDataFile() method to avoid clearing the server's value.
See the description of Null
values.
RAWDATAFILEpublic boolean isSendRepeatedNoDataAlerts()
send-repeated-alerts' field. The description
of the 'send-repeated-alerts' field is:
"No description provided."
null).SENDREPEATEDNODATAALERTSpublic boolean isSendRepeatedNoDataAlertsNull()
send-repeated-alerts' field has been set to Null
or not. The description of the 'send-repeated-alerts' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setSendRepeatedNoDataAlertsNull(),
SENDREPEATEDNODATAALERTSpublic boolean isSendRepeatedNoDataAlertsClear()
send-repeated-alerts' field is clear
or not. The description of the 'send-repeated-alerts' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearSendRepeatedNoDataAlerts(),
SENDREPEATEDNODATAALERTSpublic void setSendRepeatedNoDataAlerts(boolean sendRepeatedNoDataAlerts)
send-repeated-alerts' field. The description
of the 'send-repeated-alerts' field is:
"No description provided."
sendRepeatedNoDataAlerts - Value to setSENDREPEATEDNODATAALERTSpublic void clearSendRepeatedNoDataAlerts()
send-repeated-alerts' field in the
bean. The description of the 'send-repeated-alerts' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setSendRepeatedNoDataAlertsNull() method to clear the server's value.
See the description of cleared
values.
SENDREPEATEDNODATAALERTSpublic void setSendRepeatedNoDataAlertsNull()
send-repeated-alerts'
field in the bean. The description of the 'send-repeated-alerts' field
is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearSendRepeatedNoDataAlerts() method to avoid clearing the server's
value.
See the description of Null
values.
SENDREPEATEDNODATAALERTSpublic long getNoDataThreshold()
no-data-threshold' field. The description of
the 'no-data-threshold' field is:
"No description provided."
null).NODATATHRESHOLDpublic boolean isNoDataThresholdNull()
no-data-threshold' field has been set to Null
or not. The description of the 'no-data-threshold' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setNoDataThresholdNull(),
NODATATHRESHOLDpublic boolean isNoDataThresholdClear()
no-data-threshold' field is clear or
not. The description of the 'no-data-threshold' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearNoDataThreshold(),
NODATATHRESHOLDpublic void setNoDataThreshold(long noDataThreshold)
no-data-threshold' field. The description of
the 'no-data-threshold' field is:
"No description provided."
noDataThreshold - Value to setNODATATHRESHOLDpublic void clearNoDataThreshold()
no-data-threshold' field in the bean.
The description of the 'no-data-threshold' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setNoDataThresholdNull() method to clear the server's value.
See the description of cleared
values.
NODATATHRESHOLDpublic void setNoDataThresholdNull()
no-data-threshold' field
in the bean. The description of the 'no-data-threshold' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearNoDataThreshold() method to avoid clearing the server's value.
See the description of Null
values.
NODATATHRESHOLDpublic boolean isTrustEventSourceTime()
trusted-time' field. The description of the 'trusted-time'
field is:
"No description provided."
null).TRUSTEVENTSOURCETIMEpublic boolean isTrustEventSourceTimeNull()
trusted-time' field has been set to Null or
not. The description of the 'trusted-time' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setTrustEventSourceTimeNull(),
TRUSTEVENTSOURCETIMEpublic boolean isTrustEventSourceTimeClear()
trusted-time' field is clear or not.
The description of the 'trusted-time' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearTrustEventSourceTime(),
TRUSTEVENTSOURCETIMEpublic void setTrustEventSourceTime(boolean trustEventSourceTime)
trusted-time' field. The description of the 'trusted-time'
field is:
"No description provided."
trustEventSourceTime - Value to setTRUSTEVENTSOURCETIMEpublic void clearTrustEventSourceTime()
trusted-time' field in the bean. The
description of the 'trusted-time' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setTrustEventSourceTimeNull() method to clear the server's value.
See the description of cleared
values.
TRUSTEVENTSOURCETIMEpublic void setTrustEventSourceTimeNull()
trusted-time' field in
the bean. The description of the 'trusted-time' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearTrustEventSourceTime() method to avoid clearing the server's
value.
See the description of Null
values.
TRUSTEVENTSOURCETIMEpublic Collection<PropertyBean> getProperties()
properties' field. The description of the 'properties'
field is:
"No description provided."
null).REL_PROPERTYpublic boolean isPropertiesNull()
properties' field has been set to Null or not.
The description of the 'properties' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setPropertiesNull(),
REL_PROPERTYpublic boolean isPropertiesClear()
properties' field is clear or not. The
description of the 'properties' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearProperties(),
REL_PROPERTYpublic void setProperties(Collection<? extends PropertyBean> properties)
properties' field. The description of the 'properties'
field is:
"No description provided."
properties - Value to setREL_PROPERTYpublic void clearProperties()
properties' field in the bean. The
description of the 'properties' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setPropertiesNull() method to clear the server's value.
See the description of cleared
values.
REL_PROPERTYpublic void setPropertiesNull()
properties' field in the
bean. The description of the 'properties' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearProperties() method to avoid clearing the server's value.
See the description of Null
values.
REL_PROPERTYpublic void addToProperties(PropertyBean value)
properties'. The description of
the 'properties' field is:
"No description provided."
value - Value to add to collection.REL_PROPERTYpublic static BeanMetaData<? extends EsmNodeConfigurationBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public EsmNodeConfigurationBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||