jgroup.relacs.types
Class VersionId

java.lang.Object
  extended by jgroup.relacs.types.VersionId

public final class VersionId
extends java.lang.Object

The VersionId class wraps a value of the relacs daemon type "version id" in an object. Version ids are used to identify different agreement attempts. An object of type VersionId contains a single field whose type is int.

Since:
Jgroup 1.2
Author:
Alberto Montresor

Field Summary
static int SIZE
          Size of this object in bytes
 
Constructor Summary
VersionId(int value)
          Creates a VersionId object containing the specified value.
 
Method Summary
 int getValue()
          Returned the wrapped value.
static void marshal(java.io.ObjectOutput msg, int value)
          Marshals the specified version id to an outgoing message.
static int unmarshal(java.io.ObjectInput msg)
          Unmarshals a version id from an incoming message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZE

public static final int SIZE
Size of this object in bytes

See Also:
Constant Field Values
Constructor Detail

VersionId

public VersionId(int value)
Creates a VersionId object containing the specified value.

Method Detail

getValue

public int getValue()
Returned the wrapped value.


marshal

public static void marshal(java.io.ObjectOutput msg,
                           int value)
                    throws java.io.IOException
Marshals the specified version id to an outgoing message.

Throws:
java.io.IOException

unmarshal

public static int unmarshal(java.io.ObjectInput msg)
                     throws java.io.IOException
Unmarshals a version id from an incoming message.

Throws:
java.io.IOException


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.