|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.collab.log.LogEntryPrototype
public abstract class LogEntryPrototype
This class contains information common to each different log entry. A new
EntryPrototype instance is created for every type of
entry that's stored in the log.
| Constructor Summary | |
|---|---|
protected |
LogEntryPrototype(LogResourceKey key,
LogLevel level,
Class exceptionClass)
Constructor. |
| Method Summary | |
|---|---|
Class |
getExceptionClass()
Gets the exception class of messages made from this prototype. |
String |
getKey()
Gets the key in the resource bundle for log entry messages made from this prototype. |
LogLevel |
getLogLevel()
Gets the level of log entries made from this prototype. |
boolean |
isExceptionPrototype()
Determines if the prototype is for an exception. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected LogEntryPrototype(LogResourceKey key,
LogLevel level,
Class exceptionClass)
key - the log resource keylevel - the LogLevelexceptionClass - the Class of the exception (or
null if the prototype is not for an exception)| Method Detail |
|---|
public String getKey()
public LogLevel getLogLevel()
public Class getExceptionClass()
null if the prototype is
not for an exception)public boolean isExceptionPrototype()
true if the prototype is for an exception
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||