Constant Field Values


Contents
org.objectweb.*

org.objectweb.dream.channel.GenericPushChannelInImpl
public static final String SEND_ACK_OPT_ITF_NAME "send-ack-opt"

org.objectweb.dream.channel.GenericPushChannelOutImpl
public static final String WAIT_ACK_OPT_ITF_NAME "wait-ack-opt"

org.objectweb.dream.channel.IPChannelDestinationChunk
public static final String DEFAULT_NAME "IPChannelDestination"

org.objectweb.dream.channel.IPChannelSourceChunk
public static final String DEFAULT_NAME "IPChannelSource"

org.objectweb.dream.channel.IPSocketManager
public static final String ITF_NAME "ip-socket-manager"

org.objectweb.dream.channel.IPSocketManagerCachingImpl
public static final String DELEGATE_IP_SOCKET_MANAGER "delegate-ip-socket-manager"

org.objectweb.dream.channel.IPSocketManagerTCPAttributeController
public static final int CNX_RETRY_DEFAULT 5

org.objectweb.dream.channel.IPSocketManagerTCPImpl
public static final String SOCKET_STATE_POOL_ITF_NAME "socket-state-pool"

org.objectweb.dream.channel.OpenedSocket
public static final String ITF_NAME "opened-socket"

org.objectweb.dream.channel.SendByte
public static final String ITF_NAME "send-byte"

org.objectweb.dream.channel.SocketManager
public static final String ITF_NAME "socket-manager"

org.objectweb.dream.channel.TCPAcceptSocketAttributeController
public static final int OPEN_RETRY_DEFAULT 5

org.objectweb.dream.channel.WaitByte
public static final String ITF_NAME "wait-byte"

org.objectweb.dream.exception.CatchPushExceptionImpl
public static final String EXCEPTION_PUSH_ITF_NAME "exception-push"

org.objectweb.dream.multiplexer.PeriodicAttachment
public static final String END_DATE "endDate"
public static final String PULLING_FREQUENCY "pullingFrequency"
public static final String STARTING_DATE "startingDate"
public static final String TIMESTAMP "timestamp"

org.objectweb.dream.multiplexer.PullPushMultiplexer
public static final String ITF_NAME "multiplexer"

org.objectweb.dream.protocol.ArrowChunk
public static final String DEFAULT_NAME "arrowChunk"

org.objectweb.dream.protocol.atomicity.AtomicReactorImpl
public static final String INCOMING_OUT_PUSH_ITF_NAME "incoming-out-push"
public static final String OUTGOING_OUT_PUSH_ITF_NAME "outgoing-out-push"
public static final String WAITING_PULL_ITF_NAME "waitingPull"

org.objectweb.dream.protocol.atomicity.AtomicRouterImpl
public static final String OUT_NOT_REACT_PUSH_ITF_NAME "outNotReactPush"
public static final String OUT_REACT_PUSH_ITF_NAME "outReactPush"

org.objectweb.dream.protocol.atomicity.SetReactorThread
public static final String SET_REACTOR_THREAD_ITF_NAME "setReactorThread"

org.objectweb.dream.protocol.causality.CausalityChunk
public static final String DEFAULT_NAME "causalityChunk"

org.objectweb.dream.protocol.causality.MatrixClock
public static final int ALREADY_DELIVERED 2
public static final int DELIVER 0
public static final String MATRIX_CLOCK_ITF_NAME "matrix-clock"
public static final int WAIT_TO_DELIVER 1

org.objectweb.dream.protocol.utobcast.BackupElection
public static final String ITF_NAME "backup-election"

org.objectweb.dream.protocol.utobcast.BackupElectionImpl
public static final String PENDING_MESSAGES_OUT_ITF_NAME "pending-messages-out"

org.objectweb.dream.protocol.utobcast.DATImpl
public static final String PENDING_MESSAGES_IN_ITF_NAME "pending-messages-in"

org.objectweb.dream.protocol.utobcast.PendingMessagesDataStructureImpl
public static final String PENDING_MESSAGES_OUT_ITF_NAME "pending-messages-out"

org.objectweb.dream.protocol.utobcast.ProcessMembership
public static final String ITF_NAME "process-membership"

org.objectweb.dream.protocol.utobcast.ProcessMembershipUpdateNotification
public static final String ITF_NAME "process-membership-update-notification"

org.objectweb.dream.protocol.utobcast.ReceiveAck
public static final String ITF_NAME "receive-ack"

org.objectweb.dream.protocol.utobcast.REPImpl
public static final String PENDING_MESSAGES_IN_ITF_NAME "pending-messages-in"

org.objectweb.dream.protocol.utobcast.SequenceNumber
public static final String ITF_NAME "sequence-number"

org.objectweb.dream.protocol.utobcast.UPDImpl
public static final String PENDING_MESSAGES_IN_ITF_NAME "pending-messages-in"

org.objectweb.dream.protocol.utobcast.UTOImpl
public static final String DELIVERY_ITF_NAME "delivery"
public static final String TO_BE_DELIVERED_IN_ITF_NAME "to-be-delivered-in"
public static final String TO_BE_DELIVERED_OUT_ITF_NAME "to-be-delivered-out"

org.objectweb.dream.protocol.utobcast.message.CrashedLeaderChunk
public static final String DEFAULT_NAME "crashedLeaderChunk"

org.objectweb.dream.protocol.utobcast.message.UPDChunk
public static final String DEFAULT_NAME "updChunk"

org.objectweb.dream.protocol.utobcast.message.UTOBcastChunk
public static final byte ACK 1
public static final byte BAK 5
public static final byte DAT 0
public static final String DEFAULT_NAME "utoBcastChunk"
public static final byte REP 2
public static final byte UPD 4
public static final byte UTO 3

org.objectweb.dream.pump.PumpPeriodicSynchronizedImpl
public static final String PERIOD_INIT_PARAM_NAME "period"

org.objectweb.dream.pushwithreturn.KeyChunk
public static final String DEFAULT_NAME "keyChunk"

org.objectweb.dream.pushwithreturn.KeyGenerator
public static final String ITF_NAME "key-generator"

org.objectweb.dream.queue.AbstractPushIncomingHandlerOverflowImpl
protected static final int BLOCK_OVERFLOW_POLICY_ID 0
protected static final int DROP_FIRST_OVERFLOW_POLICY_ID 2
protected static final int DROP_LAST_OVERFLOW_POLICY_ID 3
protected static final int DROP_PROCESSED_MESSAGE_OVERFLOW_POLICY_ID 4
protected static final int DROP_QUEUE_MESSAGE_OVERFLOW_POLICY_ID 1
protected static final int EXCEPTION_OVERFLOW_POLICY_ID 5

org.objectweb.dream.queue.Buffer
public static final String ITF_NAME "buffer"

org.objectweb.dream.queue.BufferAddFirstLast
public static final String ITF_NAME "buffer-add-first-last"

org.objectweb.dream.queue.BufferRemoveFirstLast
public static final String ITF_NAME "buffer-remove-first-last"

org.objectweb.dream.queue.List
public static final String ITF_NAME "list"

org.objectweb.dream.queue.ListAddFirstLast
public static final String ITF_NAME "list-add-first-last"

org.objectweb.dream.queue.ListRemoveFirstLast
public static final String ITF_NAME "list-remove-first-last"

org.objectweb.dream.queue.PushPullKeyQueueAttributeController
public static final String EXCEPTION_MESSAGE_NOT_FOUND_POLICY "exception"
public static final String RETURN_NULL_MESSAGE_NOT_FOUND_POLICY "return-null"

org.objectweb.dream.queue.PushQueueAttributeController
public static final String BLOCK_OVERFLOW_POLICY "block"
public static final String DROP_FIRST_OVERFLOW_POLICY "drop-first"
public static final String DROP_LAST_OVERFLOW_POLICY "drop-last"
public static final String DROP_PROCESSED_MESSAGE_OVERFLOW_POLICY "drop-processed-message"
public static final String DROP_QUEUE_MESSAGE_OVERFLOW_POLICY "drop-queue-message"
public static final String EXCEPTION_OVERFLOW_POLICY "exception"

org.objectweb.dream.queue.SequenceNumberChunk
public static final String DEFAULT_NAME "sequenceNumberChunk"

org.objectweb.dream.router.AbstractRouterImpl
public static final String DEFAULT_OUT_PUSH_ITF_NAME "defaultOutPush"

org.objectweb.dream.router.RouterChunkNameImpl
public static final String OUTPUSH_WITH_CHUNK_ITF_NAME "out-push-with-chunk"
public static final String OUTPUSH_WITHOUT_CHUNK_ITF_NAME "out-push-without-chunk"

org.objectweb.dream.synchro.Mutex
public static final String MUTEX_ITF_NAME "mutex"

org.objectweb.dream.time.GetTimeStamp
public static final String ITF_NAME "get-time-stamp"

org.objectweb.dream.time.SetTimeStamp
public static final String ITF_NAME "set-time-stamp"

org.objectweb.dream.xml.SaxXercesParser
public static final String CONTENT_HANDLER_ITF_NAME "content-handler"



Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.