fulmine.rpc
Class RpcMarker

java.lang.Object
  extended by fulmine.rpc.RpcMarker
All Implemented Interfaces:
IRpcMarker

public final class RpcMarker
extends Object
implements IRpcMarker

Standard implementation.

Author:
Ramon Servadei

Constructor Summary
RpcMarker(int id)
          Construct the marker with its ID
 
Method Summary
 boolean equals(Object obj)
           
 int getId()
          Get the ID for the marker.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RpcMarker

public RpcMarker(int id)
Construct the marker with its ID

Parameters:
id - the ID for the marker
Method Detail

getId

public int getId()
Description copied from interface: IRpcMarker
Get the ID for the marker.

Specified by:
getId in interface IRpcMarker
Returns:
the ID for this marker

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2007-2009. All Rights Reserved.