|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.mitosis.service.protocol.message.BaseMessage
org.apache.directory.mitosis.service.protocol.message.ResponseMessage
org.apache.directory.mitosis.service.protocol.message.LogEntryAckMessage
public class LogEntryAckMessage
Constructor Summary | |
---|---|
LogEntryAckMessage(int sequence,
int responseCode)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
int |
getType()
|
int |
hashCode()
Compute the instance's hash code |
java.lang.String |
toString()
|
Methods inherited from class org.apache.directory.mitosis.service.protocol.message.ResponseMessage |
---|
getResponseCode |
Methods inherited from class org.apache.directory.mitosis.service.protocol.message.BaseMessage |
---|
getSequence |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LogEntryAckMessage(int sequence, int responseCode)
Method Detail |
---|
public int getType()
getType
in class BaseMessage
public boolean equals(java.lang.Object object)
equals
in class ResponseMessage
Object.equals(Object)
public int hashCode()
BaseMessage
hashCode
in class ResponseMessage
Object.hashCode()
public java.lang.String toString()
toString
in class ResponseMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |