org.apache.directory.mitosis.service.protocol.message
Class LogEntryMessage

java.lang.Object
  extended by org.apache.directory.mitosis.service.protocol.message.BaseMessage
      extended by org.apache.directory.mitosis.service.protocol.message.LogEntryMessage

public class LogEntryMessage
extends BaseMessage


Constructor Summary
LogEntryMessage(int sequence, Operation operation)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 Operation getOperation()
           
 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.BaseMessage
getSequence
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogEntryMessage

public LogEntryMessage(int sequence,
                       Operation operation)
Method Detail

getType

public int getType()
Specified by:
getType in class BaseMessage

getOperation

public Operation getOperation()

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class BaseMessage
See Also:
Object.equals(Object)

hashCode

public int hashCode()
Description copied from class: BaseMessage
Compute the instance's hash code

Overrides:
hashCode in class BaseMessage
Returns:
the instance's hashcode
See Also:
Object.hashCode()

toString

public java.lang.String toString()
Overrides:
toString in class BaseMessage


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.