|
|||||||||
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.EventSourceServerConfigurationBean
public class EventSourceServerConfigurationBean
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
.
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.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 CONNECTIONMODENAME
""ConnectionModeName""
.
The description of the 'ConnectionModeName
' field is:
"No description provided."
Constructor Detail |
---|
public EventSourceServerConfigurationBean()
protected EventSourceServerConfigurationBean(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()
ConnectionModeName
' field. The description of
the 'ConnectionModeName
' field is:
"No description provided."
null
).CONNECTIONMODENAME
public boolean isConnectionModeNameNull()
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.
true
if the field value has been marked as null, false
otherwise.setConnectionModeNameNull()
,
CONNECTIONMODENAME
public boolean isConnectionModeNameClear()
ConnectionModeName
' field is clear or
not. The description of the 'ConnectionModeName
' 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)
ConnectionModeName
' field. The description of
the 'ConnectionModeName
' field is:
"No description provided."
connectionModeName
- Value to setCONNECTIONMODENAME
public void clearConnectionModeName()
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.
CONNECTIONMODENAME
public void setConnectionModeNameNull()
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.
CONNECTIONMODENAME
public static BeanMetaData<? extends EventSourceServerConfigurationBean> getBeanMetaData()
The metadata is used primarily as a parameter to a BeanTransporter
implementation''s constructor.
public EventSourceServerConfigurationBean clone()
clone
in class EsmNodeConfigurationBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |