|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfoservice.agreement.paxos.PaxosObject
public abstract class PaxosObject
| Field Summary | |
|---|---|
private static IAgreementLog |
m_log
|
| Constructor Summary | |
|---|---|
PaxosObject()
|
|
| Method Summary | |
|---|---|
void |
debug(java.lang.String a_msg)
Logs a message at debug level |
void |
error(java.lang.String a_msg)
Logs a message at error level |
void |
fatal(java.lang.String a_msg)
Logs a message at fatal level |
protected IAgreementLog |
getLog()
Returns the IAgreementLog associated to this PaxosObject |
void |
info(java.lang.String a_msg)
Logs a message at info level |
protected static void |
setLog(IAgreementLog a_log)
Sets the logging instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static IAgreementLog m_log
| Constructor Detail |
|---|
public PaxosObject()
| Method Detail |
|---|
protected static void setLog(IAgreementLog a_log)
a_log - An IAgreementLog used to do the logging of all Paxos related
instancesprotected IAgreementLog getLog()
public void debug(java.lang.String a_msg)
a_msg - The message to logpublic void error(java.lang.String a_msg)
a_msg - The message to logpublic void fatal(java.lang.String a_msg)
a_msg - The message to logpublic void info(java.lang.String a_msg)
a_msg - The message to log
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||