|
|||||||||
| 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
com.novell.db.object.bean.EventSourceConfigurationBean
public class EventSourceConfigurationBean
An automatically-generated "bean" class for the Sentinel data object type 'evt-src-config'.
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).CONNECTIONMODENAMEpublic 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(),
CONNECTIONMODENAMEpublic 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(),
CONNECTIONMODENAMEpublic void setConnectionModeName(String connectionModeName)
conn-mode' field. The description of the 'conn-mode'
field is:
"No description provided."
connectionModeName - Value to setCONNECTIONMODENAMEpublic 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.
CONNECTIONMODENAMEpublic 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.
CONNECTIONMODENAMEpublic boolean isSoftOff()
SoftOff' field. The description of the 'SoftOff'
field is:
"No description provided."
null).SOFTOFFpublic 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(),
SOFTOFFpublic 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(),
SOFTOFFpublic void setSoftOff(boolean softOff)
SoftOff' field. The description of the 'SoftOff'
field is:
"No description provided."
softOff - Value to setSOFTOFFpublic 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.
SOFTOFFpublic 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.
SOFTOFFpublic static BeanMetaData<? extends EventSourceConfigurationBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public EventSourceConfigurationBean clone()
clone in class EsmNodeConfigurationBean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||