|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RASIObject
defines the methods which are common to
the RASILogger
, RASIHandler
and RASIFormatter
interfaces.
This interface is intended to be extended by these
other interfaces and should not be implemented directly.
Method Summary | |
---|---|
java.util.Hashtable |
getConfig()
Gets the configuration of this object. |
java.lang.String |
getDescription()
Gets the description of this object. |
java.lang.String |
getGroup()
Gets the name of the RASManager group with which
this object is associated. |
java.lang.String |
getName()
Gets the name by which this object is known. |
void |
setConfig(java.util.Hashtable ht)
Sets the configuration of this object. |
void |
setDescription(java.lang.String desc)
Sets the description of this object. |
void |
setName(java.lang.String name)
Sets the name by which this object is known. |
Method Detail |
public java.util.Hashtable getConfig()
Hashtable
containing the configuration.
This object inserts the following key/value pairs into the
configuration:
All values are Strings
.
Extensions to this object may add additional keys.
(The className and group keys are kept only to maintain the
integrity of the configuration. They are used by the RAS
Manager.)
public void setConfig(java.util.Hashtable ht)
RASManager
to initialize a RAS object.
It should not be necessary for an application to use this method.ht
- A Hashtable
containing the configuration.
This object searches for the following keys:
All values are Strings
.
If a key is not found, an internal default for that element
is set instead.
Extensions to this object may use additional keys.
(The className and group keys are kept only to maintain the
integrity of the configuration. They are used by the RAS
Manager.)
public java.lang.String getName()
public void setName(java.lang.String name)
null
, the current name is not changed.name
- The name of this object.public java.lang.String getDescription()
public void setDescription(java.lang.String desc)
null
, the current description is not changed.desc
- The description of this object.public java.lang.String getGroup()
RASManager
group with which
this object is associated. (This method is only used
by the RAS Manager.)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |