|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ras.RASObject
public class RASObject
RASObject
defines the methods which are common to the
RASLogger
, RASHandler
and
RASFormatter
} classes.
It should not be necessary to create an instance of this class directly.
The elements common to loggers and handlers include:
Field Summary |
---|
Constructor Summary | |
---|---|
RASObject()
Deprecated. Creates a RASObject . |
|
RASObject(java.lang.String name)
Deprecated. Creates a RASObject . |
|
RASObject(java.lang.String name,
java.lang.String desc)
Deprecated. Creates a RASObject . |
Method Summary | |
---|---|
java.lang.Object |
clone()
Deprecated. Creates a new RASObject . |
java.util.Hashtable |
getConfig()
Deprecated. Gets the configuration of this object. |
java.lang.String |
getDescription()
Deprecated. Gets the description of this object. |
java.lang.String |
getGroup()
Deprecated. Gets the name of the RASManager group
with which this object is associated. |
java.lang.String |
getName()
Deprecated. Gets the name by which this object is known. |
protected void |
init()
Deprecated. Initializes this object, setting default values. |
void |
setConfig(java.util.Hashtable ht)
Deprecated. Sets the configuration of this object. |
void |
setDescription(java.lang.String desc)
Deprecated. Sets the description of this object. |
void |
setName(java.lang.String name)
Deprecated. Sets the name by which this object is known. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RASObject()
RASObject
. The name and description of this
object are empty strings.
public RASObject(java.lang.String name)
RASObject
. The description of this object is
an empty string.
name
- The name of this object.public RASObject(java.lang.String name, java.lang.String desc)
RASObject
.
name
- The name of this object.desc
- The description of this object.Method Detail |
---|
public java.lang.Object clone()
RASObject
.
clone
in class java.lang.Object
protected void init()
public java.util.Hashtable getConfig()
getConfig
in interface RASIObject
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.
setConfig
in interface RASIObject
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()
getName
in interface RASIObject
public void setName(java.lang.String name)
null
, the current name is not changed.
setName
in interface RASIObject
name
- The name of this object.public java.lang.String getDescription()
getDescription
in interface RASIObject
public void setDescription(java.lang.String desc)
null
, the current description is not changed.
setDescription
in interface RASIObject
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.
getGroup
in interface RASIObject
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |