Rice Pastry API

org.mpisws.p2p.transport.peerreview
Interface PeerReviewConstants

All Known Subinterfaces:
PeerReview<Handle,Identifier>
All Known Implementing Classes:
AccusationMessage, AckMessage, BasicEntryDeserializer, CommitmentProtocolImpl, EvtAck, EvtRecv, EvtSend, EvtSendSign, EvtSign, HistoryEvent, MyEntryDeserializer, OutgoingUserDataMessage, PeerReviewImpl, PeerReviewMessage, ProofInconsistent, RecordLayer, RecordSocket, ReplayLayer, SecureHistoryFactoryImpl, UserDataMessage, Verifier

public interface PeerReviewConstants


Field Summary
static byte CHAL_AUDIT
           
static byte CHAL_SEND
           
static int DEFAULT_AUTH_PUSH_INTERVAL_MICROS
           
static long DEFAULT_CHECKPOINT_INTERVAL_MICROS
           
static int DEFAULT_TIME_TOLERANCE_MICROS
           
static short EVT_ACK
           
static short EVT_CHECKPOINT
           
static short EVT_INIT
           
static short EVT_MAX_SOCKET_EVT
           
static short EVT_MIN_SOCKET_EVT
           
static short EVT_RECV
           
static short EVT_SEND
           
static short EVT_SENDSIGN
           
static short EVT_SIGN
           
static short EVT_SOCKET_CAN_READ
           
static short EVT_SOCKET_CAN_RW
           
static short EVT_SOCKET_CAN_WRITE
           
static short EVT_SOCKET_CLOSE
           
static short EVT_SOCKET_CLOSED
           
static short EVT_SOCKET_EXCEPTION
           
static short EVT_SOCKET_OPEN_INCOMING
           
static short EVT_SOCKET_OPEN_OUTGOING
           
static short EVT_SOCKET_OPENED_OUTGOING
           
static short EVT_SOCKET_READ
           
static short EVT_SOCKET_SHUTDOWN_OUTPUT
           
static short EVT_SOCKET_WRITE
           
static short EX_TYPE_ClosedChannel
           
static short EX_TYPE_IO
           
static short EX_TYPE_Unknown
           
static int MAINTENANCE_INTERVAL_MICROS
           
static int MAX_STATUS_INFO
           
static short MSG_ACCUSATION
           
static short MSG_ACK
           
static short MSG_AUTHPUSH
           
static short MSG_AUTHREQ
           
static short MSG_AUTHRESP
           
static short MSG_CHALLENGE
           
static short MSG_RESPONSE
           
static short MSG_USERDATA
           
static short MSG_USERDGRAM
           
static byte PROOF_INCONSISTENT
           
static byte PROOF_NONCONFORMANT
           
static int STATUS_EXPOSED
           
static int STATUS_SUSPECTED
           
static int STATUS_TRUSTED
           
static int TI_AUTH_PUSH
           
static int TI_CHECKPOINT
           
static int TI_MAINTENANCE
           
static int TI_MAX_RESERVED
           
static int TI_STATUS_INFO
           
 

Field Detail

EVT_SEND

static final short EVT_SEND
See Also:
Constant Field Values

EVT_RECV

static final short EVT_RECV
See Also:
Constant Field Values

EVT_SIGN

static final short EVT_SIGN
See Also:
Constant Field Values

EVT_ACK

static final short EVT_ACK
See Also:
Constant Field Values

EVT_CHECKPOINT

static final short EVT_CHECKPOINT
See Also:
Constant Field Values

EVT_INIT

static final short EVT_INIT
See Also:
Constant Field Values

EVT_SENDSIGN

static final short EVT_SENDSIGN
See Also:
Constant Field Values

EVT_SOCKET_OPEN_INCOMING

static final short EVT_SOCKET_OPEN_INCOMING
See Also:
Constant Field Values

EVT_SOCKET_OPEN_OUTGOING

static final short EVT_SOCKET_OPEN_OUTGOING
See Also:
Constant Field Values

EVT_SOCKET_OPENED_OUTGOING

static final short EVT_SOCKET_OPENED_OUTGOING
See Also:
Constant Field Values

EVT_SOCKET_EXCEPTION

static final short EVT_SOCKET_EXCEPTION
See Also:
Constant Field Values

EVT_SOCKET_CLOSE

static final short EVT_SOCKET_CLOSE
See Also:
Constant Field Values

EVT_SOCKET_SHUTDOWN_OUTPUT

static final short EVT_SOCKET_SHUTDOWN_OUTPUT
See Also:
Constant Field Values

EVT_SOCKET_CLOSED

static final short EVT_SOCKET_CLOSED
See Also:
Constant Field Values

EVT_SOCKET_CAN_READ

static final short EVT_SOCKET_CAN_READ
See Also:
Constant Field Values

EVT_SOCKET_CAN_WRITE

static final short EVT_SOCKET_CAN_WRITE
See Also:
Constant Field Values

EVT_SOCKET_CAN_RW

static final short EVT_SOCKET_CAN_RW
See Also:
Constant Field Values

EVT_SOCKET_READ

static final short EVT_SOCKET_READ
See Also:
Constant Field Values

EVT_SOCKET_WRITE

static final short EVT_SOCKET_WRITE
See Also:
Constant Field Values

EVT_MIN_SOCKET_EVT

static final short EVT_MIN_SOCKET_EVT
See Also:
Constant Field Values

EVT_MAX_SOCKET_EVT

static final short EVT_MAX_SOCKET_EVT
See Also:
Constant Field Values

EX_TYPE_IO

static final short EX_TYPE_IO
See Also:
Constant Field Values

EX_TYPE_ClosedChannel

static final short EX_TYPE_ClosedChannel
See Also:
Constant Field Values

EX_TYPE_Unknown

static final short EX_TYPE_Unknown
See Also:
Constant Field Values

MSG_USERDATA

static final short MSG_USERDATA
See Also:
Constant Field Values

MSG_ACK

static final short MSG_ACK
See Also:
Constant Field Values

MSG_ACCUSATION

static final short MSG_ACCUSATION
See Also:
Constant Field Values

MSG_CHALLENGE

static final short MSG_CHALLENGE
See Also:
Constant Field Values

MSG_RESPONSE

static final short MSG_RESPONSE
See Also:
Constant Field Values

MSG_AUTHPUSH

static final short MSG_AUTHPUSH
See Also:
Constant Field Values

MSG_AUTHREQ

static final short MSG_AUTHREQ
See Also:
Constant Field Values

MSG_AUTHRESP

static final short MSG_AUTHRESP
See Also:
Constant Field Values

MSG_USERDGRAM

static final short MSG_USERDGRAM
See Also:
Constant Field Values

CHAL_AUDIT

static final byte CHAL_AUDIT
See Also:
Constant Field Values

CHAL_SEND

static final byte CHAL_SEND
See Also:
Constant Field Values

PROOF_INCONSISTENT

static final byte PROOF_INCONSISTENT
See Also:
Constant Field Values

PROOF_NONCONFORMANT

static final byte PROOF_NONCONFORMANT
See Also:
Constant Field Values

STATUS_TRUSTED

static final int STATUS_TRUSTED
See Also:
Constant Field Values

STATUS_SUSPECTED

static final int STATUS_SUSPECTED
See Also:
Constant Field Values

STATUS_EXPOSED

static final int STATUS_EXPOSED
See Also:
Constant Field Values

DEFAULT_AUTH_PUSH_INTERVAL_MICROS

static final int DEFAULT_AUTH_PUSH_INTERVAL_MICROS
See Also:
Constant Field Values

DEFAULT_CHECKPOINT_INTERVAL_MICROS

static final long DEFAULT_CHECKPOINT_INTERVAL_MICROS
See Also:
Constant Field Values

MAINTENANCE_INTERVAL_MICROS

static final int MAINTENANCE_INTERVAL_MICROS
See Also:
Constant Field Values

DEFAULT_TIME_TOLERANCE_MICROS

static final int DEFAULT_TIME_TOLERANCE_MICROS
See Also:
Constant Field Values

TI_CHECKPOINT

static final int TI_CHECKPOINT
See Also:
Constant Field Values

TI_MAINTENANCE

static final int TI_MAINTENANCE
See Also:
Constant Field Values

TI_AUTH_PUSH

static final int TI_AUTH_PUSH
See Also:
Constant Field Values

TI_MAX_RESERVED

static final int TI_MAX_RESERVED
See Also:
Constant Field Values

TI_STATUS_INFO

static final int TI_STATUS_INFO
See Also:
Constant Field Values

MAX_STATUS_INFO

static final int MAX_STATUS_INFO
See Also:
Constant Field Values

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.