|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfoservice.agreement.paxos.PaxosObject
infoservice.agreement.paxos.PaxosInstance
infoservice.agreement.paxos.integration.InfoServicePaxosInstance
public class InfoServicePaxosInstance
| Field Summary | |
|---|---|
private PaxosRejectManager |
m_rejectManager
|
| Fields inherited from class infoservice.agreement.paxos.PaxosInstance |
|---|
m_executions |
| Constructor Summary | |
|---|---|
InfoServicePaxosInstance(PaxosAcceptor a_acceptor,
java.lang.String a_instanceNumber)
Creates a new InfoServicePaxosInstance for for the given acceptor with the given instancenumber |
|
| Method Summary | |
|---|---|
void |
handleRejectMessage(PaxosMessage a_msg)
Handles incomming RejectMessages |
| Methods inherited from class infoservice.agreement.paxos.PaxosInstance |
|---|
addDecision, getAcceptor, getDecissions, getExecution, getExecutions, getInstanceNumber |
| Methods inherited from class infoservice.agreement.paxos.PaxosObject |
|---|
debug, error, fatal, getLog, info, setLog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private PaxosRejectManager m_rejectManager
| Constructor Detail |
|---|
public InfoServicePaxosInstance(PaxosAcceptor a_acceptor,
java.lang.String a_instanceNumber)
a_acceptor - The acceptor this instance belongs toa_instanceNumber - The unique identifier of this isntance| Method Detail |
|---|
public void handleRejectMessage(PaxosMessage a_msg)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||