|
|||||||||
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.EventSourceConfigurationBean
public class EventSourceConfigurationBean
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
.
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.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 SOFTOFF
""SoftOff""
.
The description of the 'SoftOff
' field is:
"No description provided."
public static final String CONNECTIONMODENAME
""conn-mode""
.
The description of the 'conn-mode
' field is:
"No description provided."
Constructor Detail |
---|
public EventSourceConfigurationBean()
protected EventSourceConfigurationBean(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 String getConnectionModeName()
conn-mode
' field. The description of the 'conn-mode
'
field is:
"No description provided."
null
).CONNECTIONMODENAME
public boolean isConnectionModeNameNull()
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.
true
if the field value has been marked as null, false
otherwise.setConnectionModeNameNull()
,
CONNECTIONMODENAME
public boolean isConnectionModeNameClear()
conn-mode
' field is clear or not. The
description of the 'conn-mode
' field is:
"No description provided."
See the description of cleared values.
true
if the field value has been cleared, false
otherwise.clearConnectionModeName()
,
CONNECTIONMODENAME
public void setConnectionModeName(String connectionModeName)
conn-mode
' field. The description of the 'conn-mode
'
field is:
"No description provided."
connectionModeName
- Value to setCONNECTIONMODENAME
public void clearConnectionModeName()
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.
CONNECTIONMODENAME
public void setConnectionModeNameNull()
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.
CONNECTIONMODENAME
public boolean isSoftOff()
SoftOff
' field. The description of the 'SoftOff
'
field is:
"No description provided."
null
).SOFTOFF
public boolean isSoftOffNull()
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.
true
if the field value has been marked as null, false
otherwise.setSoftOffNull()
,
SOFTOFF
public boolean isSoftOffClear()
SoftOff
' field is clear or not. The description
of the 'SoftOff
' field is:
"No description provided."
See the description of cleared values.
true
if the field value has been cleared, false
otherwise.clearSoftOff()
,
SOFTOFF
public void setSoftOff(boolean softOff)
SoftOff
' field. The description of the 'SoftOff
'
field is:
"No description provided."
softOff
- Value to setSOFTOFF
public void clearSoftOff()
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.
SOFTOFF
public void setSoftOffNull()
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.
SOFTOFF
public static BeanMetaData<? extends EventSourceConfigurationBean> getBeanMetaData()
The metadata is used primarily as a parameter to a BeanTransporter
implementation''s constructor.
public EventSourceConfigurationBean clone()
clone
in class EsmNodeConfigurationBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |