|
||||||||||
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
public abstract class BaseMessage
Constructor Summary | |
---|---|
protected |
BaseMessage(int sequence)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
int |
getSequence()
|
abstract int |
getType()
|
int |
hashCode()
Compute the instance's hash code |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected BaseMessage(int sequence)
Method Detail |
---|
public abstract int getType()
public int getSequence()
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |