|
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
com.ibm.ras.mgr.RASGroup
com.ibm.ras.mgr.RASBaseGroup
public class RASBaseGroup
RASBaseGroup
is a RASGroup
, which
includes additional RASGroups
as well as a set of
default handlers (which can be attached to a logger if the logger's
configuration does not include a handler).
RASManager
,
Serialized FormField Summary |
---|
Constructor Summary | |
---|---|
RASBaseGroup()
Deprecated. Creates a RASBaseGroup . |
Method Summary | |
---|---|
void |
addGroup(RASGroup grp)
Deprecated. Adds a RAS group to this group. |
java.lang.Object |
clone()
Deprecated. Creates a new RASBaseGroup . |
java.lang.String |
getDefaultHandlers()
Deprecated. Gets the default handlers, which will be associated with any logger that does not have a "handlerNames" key in its configuration. |
java.lang.String |
getDefaultMessageHandlers()
Deprecated. Gets the default message handlers, which will be associated with any logger that does not have a "handlerNames" key in its configuration. |
java.lang.String |
getDefaultTraceHandlers()
Deprecated. Gets the default trace handlers, which will be associated with any logger that does not have a "handlerNames" key in its configuration. |
RASGroup |
getGroup(java.lang.String name)
Deprecated. Gets a RAS group from this group. |
java.util.Hashtable |
getGroups()
Deprecated. Gets all of the RAS groups associated with this group. |
void |
removeGroup(RASGroup grp)
Deprecated. Removes a RAS group from this group. |
void |
setDefaultHandlers(java.lang.String names)
Deprecated. Sets the default handlers, which will be associated with any logger that does not have a "handlerNames" key in its configuration. |
void |
setDefaultMessageHandlers(java.lang.String names)
Deprecated. Sets the default message handlers, which will be associated with any logger that does not have a "handlerNames" key in its configuration. |
void |
setDefaultTraceHandlers(java.lang.String names)
Deprecated. Sets the default trace handlers, which will be associated with any logger that does not have a "handlerNames" key in its configuration. |
java.lang.String |
toString()
Deprecated. Returns a String representation of this object. |
void |
updateActiveObjects(RASBaseGroup oldBaseGroup,
RASManager mgr)
Deprecated. Scans an "old" RASBaseGroup for RAS objects which have been
instantiated and updates this base group with this information. |
Methods inherited from class com.ibm.ras.RASObject |
---|
getConfig, getDescription, getGroup, getName, init, setConfig, setDescription, setName |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RASBaseGroup()
RASBaseGroup
.
Method Detail |
---|
public java.lang.Object clone()
RASBaseGroup
.
clone
in class RASGroup
public void addGroup(RASGroup grp)
grp
- The RAS group to be added.public void removeGroup(RASGroup grp)
grp
- The RAS group to be removed.public RASGroup getGroup(java.lang.String name)
name
- The name of the RAS group.
null
if the named group does
not exist.public java.util.Hashtable getGroups()
Hashtable
of RAS groups.public java.lang.String getDefaultHandlers()
String
of handler names.public void setDefaultHandlers(java.lang.String names)
names
- A blank delimited String
of handler names.public java.lang.String getDefaultMessageHandlers()
String
of handler names.public void setDefaultMessageHandlers(java.lang.String names)
names
- A blank delimited String
of handler names.public java.lang.String getDefaultTraceHandlers()
String
of handler names.public void setDefaultTraceHandlers(java.lang.String names)
names
- A blank delimited String
of handler names.public void updateActiveObjects(RASBaseGroup oldBaseGroup, RASManager mgr)
RASBaseGroup
for RAS objects which have been
instantiated and updates this base group with this information. This
method should be called if a RAS configuration is refreshed from a
data store, so that the active-object data is not lost. This method
does nothing if the "old" base group is null
.
oldBaseGroup
- The RASBaseGroup
to be scanned for
instantiated objects.mgr
- The RASManager
.public java.lang.String toString()
String
representation of this object.
toString
in class RASGroup
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |