com.novell.db.object.bean
Class EventSourceServerConfigurationBean

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.EventSourceServerConfigurationBean

public class EventSourceServerConfigurationBean
extends EsmNodeConfigurationBean

An automatically-generated "bean" class for the Sentinel data object type 'evt-src-srv-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'.
 
Fields inherited from class com.novell.db.object.bean.EsmNodeConfigurationBean
ALERTWHENNODATA, DATARATELIMIT, NODATATHRESHOLD, RAWDATAFILE, REL_PROPERTY, SAVERAWDATA, SENDREPEATEDNODATAALERTS, TRUSTEVENTSOURCETIME
 
Constructor Summary
  EventSourceServerConfigurationBean()
          Construct an instance of the bean class.
protected EventSourceServerConfigurationBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void clearConnectionModeName()
          Clear any current value for the 'ConnectionModeName' field in the bean.
 EventSourceServerConfigurationBean clone()
          Create a duplicate of this bean instance, including all field values.
static BeanMetaData<? extends EventSourceServerConfigurationBean> getBeanMetaData()
          Get the metadata class instance for this type.
 String getConnectionModeName()
          Get the value for the 'ConnectionModeName' field.
 boolean isConnectionModeNameClear()
          Get whether the value for the 'ConnectionModeName' field is clear or not.
 boolean isConnectionModeNameNull()
          Get whether the 'ConnectionModeName' field has been set to Null or not.
 void setConnectionModeName(String connectionModeName)
          Set the value for the 'ConnectionModeName' field.
 void setConnectionModeNameNull()
          Set to Null any current value for the 'ConnectionModeName' 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

CONNECTIONMODENAME

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

The description of the 'ConnectionModeName' field is:

"No description provided."

See Also:
Constant Field Values
Constructor Detail

EventSourceServerConfigurationBean

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


EventSourceServerConfigurationBean

protected EventSourceServerConfigurationBean(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 'ConnectionModeName' field. The description of the 'ConnectionModeName' 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 'ConnectionModeName' field has been set to Null or not. The description of the 'ConnectionModeName' 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 'ConnectionModeName' field is clear or not. The description of the 'ConnectionModeName' 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 'ConnectionModeName' field. The description of the 'ConnectionModeName' field is:

"No description provided."

Parameters:
connectionModeName - Value to set
See Also:
CONNECTIONMODENAME

clearConnectionModeName

public void clearConnectionModeName()
Clear any current value for the 'ConnectionModeName' field in the bean. The description of the 'ConnectionModeName' 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 'ConnectionModeName' field in the bean. The description of the 'ConnectionModeName' 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

getBeanMetaData

public static BeanMetaData<? extends EventSourceServerConfigurationBean> 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 EventSourceServerConfigurationBean clone()
Create a duplicate of this bean instance, including all field values.

Overrides:
clone in class EsmNodeConfigurationBean