fulmine.rpc
Class RpcMarker
java.lang.Object
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 |
RpcMarker
public RpcMarker(int id)
- Construct the marker with its ID
- Parameters:
id
- the ID for the marker
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.