|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICfgBase
The base interface for all configuration server objects.
Method Summary | |
---|---|
Endpoint |
getEndpoint()
Provides the location of the server to which this object belongs. |
java.lang.Object |
getProperty(java.lang.String propertyName)
A general method for obtaining the value of an arbitrary property of the object. |
ConfObjectBase |
getRawObjectData()
Returns reference to the underlying configuration protocol object structure. |
void |
setProperty(java.lang.String propertyName,
java.lang.Object value)
A general method for setting value of an arbitrary property of the object. |
org.w3c.dom.Node |
toXml()
Provides an XML representation of the current object. |
Method Detail |
---|
java.lang.Object getProperty(java.lang.String propertyName)
propertyName
- the property name.
void setProperty(java.lang.String propertyName, java.lang.Object value)
propertyName
- the property name.value
- the property value.ConfObjectBase getRawObjectData()
org.w3c.dom.Node toXml()
Endpoint getEndpoint()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |