public static class BFTSMaRt.CommitRequest
Sent from class BFTSMaRt.Client
to class BFTSMaRt.Server
.
class BFTSMaRt.Client
,
class BFTSMaRt.Server
Constructor and Description |
---|
CommitRequest(java.lang.Object tx,
Party callerIdentity)
Sent from
class BFTSMaRt.Client to class BFTSMaRt.Server . |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
component1() |
Party |
component2() |
BFTSMaRt.CommitRequest |
copy(java.lang.Object tx,
Party callerIdentity)
Sent from
class BFTSMaRt.Client to class BFTSMaRt.Server . |
boolean |
equals(java.lang.Object p) |
Party |
getCallerIdentity() |
java.lang.Object |
getTx() |
int |
hashCode() |
java.lang.String |
toString() |
public CommitRequest(java.lang.Object tx, Party callerIdentity)
Sent from class BFTSMaRt.Client
to class BFTSMaRt.Server
.
class BFTSMaRt.Client
,
class BFTSMaRt.Server
public java.lang.Object getTx()
public Party getCallerIdentity()
public java.lang.Object component1()
public Party component2()
public BFTSMaRt.CommitRequest copy(java.lang.Object tx, Party callerIdentity)
Sent from class BFTSMaRt.Client
to class BFTSMaRt.Server
.
class BFTSMaRt.Client
,
class BFTSMaRt.Server
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)