org.objectweb.proactive.p2p.service.node
Class P2PNodeAck

java.lang.Object
  extended byorg.objectweb.proactive.p2p.service.node.P2PNodeAck
All Implemented Interfaces:
java.io.Serializable

public class P2PNodeAck
extends java.lang.Object
implements java.io.Serializable

Author:
Alexandre di Costanzo Created on May 19, 2005
See Also:
Serialized Form

Constructor Summary
P2PNodeAck()
          The ProActive no arg constructor.
P2PNodeAck(boolean bool)
          Construct a new P2PNodeAck with the specified value.
 
Method Summary
 boolean ackValue()
          Returns the value of this P2PNodeAck object as a boolean primitive.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P2PNodeAck

public P2PNodeAck()
The ProActive no arg constructor.


P2PNodeAck

public P2PNodeAck(boolean bool)
Construct a new P2PNodeAck with the specified value.

Parameters:
bool - the boolean value.
Method Detail

ackValue

public boolean ackValue()
Returns the value of this P2PNodeAck object as a boolean primitive.

Returns:
the primitive boolean value of this object.


Copyright 2001-2005 INRIA All Rights Reserved.