org.resilientedge.jockey.peerbridge
Class PBReceiveMarker

java.lang.Object
  |
  +--org.resilientedge.jockey.peerbridge.PBReceiveMarker

public class PBReceiveMarker
extends java.lang.Object

Identifies a message that is being received.

Version:
$Revision: 1.1.1.1 $
Author:
John Gardner

Field Summary
static int RECEIVED
          Represents a message was received status
static int RECEIVING
          Represents a receive in progress status
 
Constructor Summary
PBReceiveMarker()
           
 
Method Summary
 long getMarkerId()
          Gets the unique marker ID
 boolean isReceiveComplete()
          Gets the receiveComplete flag
 void setMarkerId(long newValue)
          Sets the unique marker ID
 void setReceiveComplete(boolean newValue)
          Sets the receiveComplete flag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RECEIVING

public static final int RECEIVING
Represents a receive in progress status

RECEIVED

public static final int RECEIVED
Represents a message was received status
Constructor Detail

PBReceiveMarker

public PBReceiveMarker()
Method Detail

setMarkerId

public void setMarkerId(long newValue)
Sets the unique marker ID
Parameters:
newValue - The new MarkerId value

setReceiveComplete

public void setReceiveComplete(boolean newValue)
Sets the receiveComplete flag
Parameters:
newValue - The new ReceiveComplete value

getMarkerId

public long getMarkerId()
Gets the unique marker ID
Returns:
The MarkerId value

isReceiveComplete

public boolean isReceiveComplete()
Gets the receiveComplete flag
Returns:
The ReceiveComplete value


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.