com.novell.db.object.bean
Class EventSourceConfigurationBean

java.lang.Object
  extended by com.novell.sentinel.client.bean.SentinelBean
      extended by com.novell.db.object.bean.EsmNodeConfigurationBean
          extended by com.novell.db.object.bean.EventSourceConfigurationBean

public class EventSourceConfigurationBean
extends EsmNodeConfigurationBean

An automatically-generated "bean" class for the Sentinel data object type 'evt-src-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.

See Also:
SentinelBean, BeanTransporter

Field Summary
static String CONNECTIONMODENAME
          The "bean name" of the Sentinel data object field 'ConnectionModeName'.
static String SOFTOFF
          The "bean name" of the Sentinel data object field 'SoftOff'.
 
Fields inherited from class com.novell.db.object.bean.EsmNodeConfigurationBean
ALERTWHENNODATA, DATARATELIMIT, NODATATHRESHOLD, RAWDATAFILE, REL_PROPERTY, SAVERAWDATA, SENDREPEATEDNODATAALERTS, TRUSTEVENTSOURCETIME
 
Constructor Summary
  EventSourceConfigurationBean()
          Construct an instance of the bean class.
protected EventSourceConfigurationBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void clearConnectionModeName()
          Clear any current value for the 'conn-mode' field in the bean.
 void clearSoftOff()
          Clear any current value for the 'SoftOff' field in the bean.
 EventSourceConfigurationBean clone()
          Create a duplicate of this bean instance, including all field values.
static BeanMetaData<? extends EventSourceConfigurationBean> getBeanMetaData()
          Get the metadata class instance for this type.
 String getConnectionModeName()
          Get the value for the 'conn-mode' field.
 boolean isConnectionModeNameClear()
          Get whether the value for the 'conn-mode' field is clear or not.
 boolean isConnectionModeNameNull()
          Get whether the 'conn-mode' field has been set to Null or not.
 boolean isSoftOff()
          Get the value for the 'SoftOff' field.
 boolean isSoftOffClear()
          Get whether the value for the 'SoftOff' field is clear or not.
 boolean isSoftOffNull()
          Get whether the 'SoftOff' field has been set to Null or not.
 void setConnectionModeName(String connectionModeName)
          Set the value for the 'conn-mode' field.
 void setConnectionModeNameNull()
          Set to Null any current value for the 'conn-mode' field in the bean.
 void setSoftOff(boolean softOff)
          Set the value for the 'SoftOff' field.
 void setSoftOffNull()
          Set to Null any current value for the 'SoftOff' field in the bean.
 
Methods inherited from class com.novell.db.object.bean.EsmNodeConfigurationBean
addToProperties, clearAlertWhenNoData, clearDataRateLimit, clearNoDataThreshold, clearProperties, clearRawDataFile, clearSaveRawData, clearSendRepeatedNoDataAlerts, clearTrustEventSourceTime, getDataRateLimit, getNoDataThreshold, getProperties, getRawDataFile, isAlertWhenNoData, isAlertWhenNoDataClear, isAlertWhenNoDataNull, isDataRateLimitClear, isDataRateLimitNull, isNoDataThresholdClear, isNoDataThresholdNull, isPropertiesClear, isPropertiesNull, isRawDataFileClear, isRawDataFileNull, isSaveRawData, isSaveRawDataClear, isSaveRawDataNull, isSendRepeatedNoDataAlerts, isSendRepeatedNoDataAlertsClear, isSendRepeatedNoDataAlertsNull, isTrustEventSourceTime, isTrustEventSourceTimeClear, isTrustEventSourceTimeNull, setAlertWhenNoData, setAlertWhenNoDataNull, setDataRateLimit, setDataRateLimitNull, setNoDataThreshold, setNoDataThresholdNull, setProperties, setPropertiesNull, setRawDataFile, setRawDataFileNull, setSaveRawData, setSaveRawDataNull, setSendRepeatedNoDataAlerts, setSendRepeatedNoDataAlertsNull, setTrustEventSourceTime, setTrustEventSourceTimeNull
 
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

SOFTOFF

public static final String SOFTOFF
The "bean name" of the Sentinel data object field 'SoftOff'. The value is ""SoftOff"".

The description of the 'SoftOff' field is:

"No description provided."

See Also:
Constant Field Values

CONNECTIONMODENAME

public static final String CONNECTIONMODENAME
The "bean name" of the Sentinel data object field 'ConnectionModeName'. The value is ""conn-mode"".

The description of the 'conn-mode' field is:

"No description provided."

See Also:
Constant Field Values
Constructor Detail

EventSourceConfigurationBean

public EventSourceConfigurationBean()
Construct an instance of the bean class.


EventSourceConfigurationBean

protected EventSourceConfigurationBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes.

Parameters:
metadata - The metadata instance for the derived bean class. Normally this constructor will only be called by generated code.
Method Detail

getConnectionModeName

public String getConnectionModeName()
Get the value for the 'conn-mode' field. The description of the 'conn-mode' field is:

"No description provided."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
CONNECTIONMODENAME

isConnectionModeNameNull

public boolean isConnectionModeNameNull()
Get whether the 'conn-mode' field has been set to Null or not. The description of the 'conn-mode' field is:

"No description provided."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setConnectionModeNameNull(), CONNECTIONMODENAME

isConnectionModeNameClear

public boolean isConnectionModeNameClear()
Get whether the value for the 'conn-mode' field is clear or not. The description of the 'conn-mode' field is:

"No description provided."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearConnectionModeName(), CONNECTIONMODENAME

setConnectionModeName

public void setConnectionModeName(String connectionModeName)
Set the value for the 'conn-mode' field. The description of the 'conn-mode' field is:

"No description provided."

Parameters:
connectionModeName - Value to set
See Also:
CONNECTIONMODENAME

clearConnectionModeName

public void clearConnectionModeName()
Clear any current value for the 'conn-mode' field in the bean. The description of the 'conn-mode' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setConnectionModeNameNull() method to clear the server's value.

See the description of cleared values.

See Also:
CONNECTIONMODENAME

setConnectionModeNameNull

public void setConnectionModeNameNull()
Set to Null any current value for the 'conn-mode' field in the bean. The description of the 'conn-mode' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearConnectionModeName() method to avoid clearing the server's value.

See the description of Null values.

See Also:
CONNECTIONMODENAME

isSoftOff

public boolean isSoftOff()
Get the value for the 'SoftOff' field. The description of the 'SoftOff' field is:

"No description provided."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
SOFTOFF

isSoftOffNull

public boolean isSoftOffNull()
Get whether the 'SoftOff' field has been set to Null or not. The description of the 'SoftOff' field is:

"No description provided."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setSoftOffNull(), SOFTOFF

isSoftOffClear

public boolean isSoftOffClear()
Get whether the value for the 'SoftOff' field is clear or not. The description of the 'SoftOff' field is:

"No description provided."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearSoftOff(), SOFTOFF

setSoftOff

public void setSoftOff(boolean softOff)
Set the value for the 'SoftOff' field. The description of the 'SoftOff' field is:

"No description provided."

Parameters:
softOff - Value to set
See Also:
SOFTOFF

clearSoftOff

public void clearSoftOff()
Clear any current value for the 'SoftOff' field in the bean. The description of the 'SoftOff' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setSoftOffNull() method to clear the server's value.

See the description of cleared values.

See Also:
SOFTOFF

setSoftOffNull

public void setSoftOffNull()
Set to Null any current value for the 'SoftOff' field in the bean. The description of the 'SoftOff' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearSoftOff() method to avoid clearing the server's value.

See the description of Null values.

See Also:
SOFTOFF

getBeanMetaData

public static BeanMetaData<? extends EventSourceConfigurationBean> getBeanMetaData()
Get the metadata class instance for this type.

The metadata is used primarily as a parameter to a BeanTransporter implementation''s constructor.


clone

public EventSourceConfigurationBean clone()
Create a duplicate of this bean instance, including all field values.

Overrides:
clone in class EsmNodeConfigurationBean