jgroup.relacs.types
Class IncarnationId

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

public final class IncarnationId
extends java.lang.Object

The IncarnationId class wraps a value of the relacs daemon type "incarnation id" in an object. An incarnation id uniquely identifies different JVM incarnations. An object of type IncarnationId 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
IncarnationId(int value)
          Creates a IncarnationId 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 incarnation id to an outgoing message.
static int unmarshal(java.io.ObjectInput msg)
          Unmarshals an incarnation 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

IncarnationId

public IncarnationId(int value)
Creates a IncarnationId 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 incarnation id to an outgoing message.

Throws:
java.io.IOException

unmarshal

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

Throws:
java.io.IOException


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