A B C D E F G H I J K L M N O P R S T U V W _

I

id() - Static method in class ParkNPark.interfaces.AlreadyInLotExceptionHelper
 
id() - Static method in class ParkNPark.interfaces.AtBottomLevelExceptionHelper
 
id() - Static method in class ParkNPark.interfaces.AtTopLevelExceptionHelper
 
id() - Static method in class ParkNPark.interfaces.ByteSeqHelper
 
id() - Static method in class ParkNPark.interfaces.ClientManagerFactoryHelper
 
id() - Static method in class ParkNPark.interfaces.ClientManagerHelper
 
id() - Static method in class ParkNPark.interfaces.InvalidClientExceptionHelper
 
id() - Static method in class ParkNPark.interfaces.InvalidSequenceNumberExceptionHelper
 
id() - Static method in class ParkNPark.interfaces.LongSeqHelper
 
id() - Static method in class ParkNPark.interfaces.LotFullExceptionHelper
 
id() - Static method in class ParkNPark.interfaces.LotNotFoundExceptionHelper
 
id() - Static method in class ParkNPark.interfaces.NotInLotExceptionHelper
 
id() - Static method in class ParkNPark.interfaces.NotOnExitLevelExceptionHelper
 
id() - Static method in class ParkNPark.interfaces.PaddedIntegerHelper
 
id() - Static method in class ParkNPark.interfaces.PaddedIntegerSeqHelper
 
id() - Static method in class ParkNPark.interfaces.PaddedVoidHelper
 
id() - Static method in class ParkNPark.interfaces.ReplicationManagerHelper
 
id() - Static method in class ParkNPark.interfaces.ServiceUnavailableExceptionHelper
 
initialConnection() - Method in class ParkNPark.client.FaultTolerantClientManager.BackgroundThread
Create the initial connection to a server and return whether or not it worked
InputCopier - Class in ParkNPark.tests
Copies lines from a Reader to a Writer, one line at a time, as a background Thread
InputCopier(Reader, Writer) - Constructor for class ParkNPark.tests.InputCopier
 
inputEater - Static variable in class ParkNPark.client.FaultTolerantClientManager
Shared static instance of the input eater output stream wrapped in a PrintStream
InputEater - Class in ParkNPark.common
Input eater OutputStream that does nothing with its input
InputEater() - Constructor for class ParkNPark.common.InputEater
 
inputEater - Static variable in class ParkNPark.middletier.ReplicationManager
Shared static instance of the input eater output stream wrapped in a PrintStream
insert(Any, AlreadyInLotException) - Static method in class ParkNPark.interfaces.AlreadyInLotExceptionHelper
 
insert(Any, AtBottomLevelException) - Static method in class ParkNPark.interfaces.AtBottomLevelExceptionHelper
 
insert(Any, AtTopLevelException) - Static method in class ParkNPark.interfaces.AtTopLevelExceptionHelper
 
insert(Any, byte[]) - Static method in class ParkNPark.interfaces.ByteSeqHelper
 
insert(Any, ClientManagerFactory) - Static method in class ParkNPark.interfaces.ClientManagerFactoryHelper
 
insert(Any, ClientManager) - Static method in class ParkNPark.interfaces.ClientManagerHelper
 
insert(Any, InvalidClientException) - Static method in class ParkNPark.interfaces.InvalidClientExceptionHelper
 
insert(Any, InvalidSequenceNumberException) - Static method in class ParkNPark.interfaces.InvalidSequenceNumberExceptionHelper
 
insert(Any, int[]) - Static method in class ParkNPark.interfaces.LongSeqHelper
 
insert(Any, LotFullException) - Static method in class ParkNPark.interfaces.LotFullExceptionHelper
 
insert(Any, LotNotFoundException) - Static method in class ParkNPark.interfaces.LotNotFoundExceptionHelper
 
insert(Any, NotInLotException) - Static method in class ParkNPark.interfaces.NotInLotExceptionHelper
 
insert(Any, NotOnExitLevelException) - Static method in class ParkNPark.interfaces.NotOnExitLevelExceptionHelper
 
insert(Any, PaddedInteger) - Static method in class ParkNPark.interfaces.PaddedIntegerHelper
 
insert(Any, PaddedIntegerSeq) - Static method in class ParkNPark.interfaces.PaddedIntegerSeqHelper
 
insert(Any, PaddedVoid) - Static method in class ParkNPark.interfaces.PaddedVoidHelper
 
insert(Any, ReplicationManager) - Static method in class ParkNPark.interfaces.ReplicationManagerHelper
 
insert(Any, ServiceUnavailableException) - Static method in class ParkNPark.interfaces.ServiceUnavailableExceptionHelper
 
INTEGER_SIZE - Static variable in class ParkNPark.middletier.ClientManagerImpl
Size of an intger variable
integerPadding - Variable in class ParkNPark.middletier.ClientManagerImpl
Byte array used to pad integer variables
interRequestTime - Variable in class ParkNPark.client.FaultTolerantClientManager
Time between requests
interRequestTime - Variable in class ParkNPark.client.ParkNParkClient
Time between requests
interRequestTime - Variable in class ParkNPark.common.CommandLineParser
The inter-request time in this test run in milliseconds
interRequestTime - Variable in class ParkNPark.middletier.ReplicationManager
Time between requests
interRequestTime - Variable in class ParkNPark.tests.RunOne
Time between requests
interRequestWait() - Method in class ParkNPark.client.FaultTolerantClientManager
Wait for the configured inter-request wait period or, if none is configured, return immediately.
interruptThread - Variable in class ParkNPark.tests.ProcessInfo
 
InvalidClientException - Exception in ParkNPark.interfaces
ParkNPark/interfaces/InvalidClientException.java .
InvalidClientException() - Constructor for exception ParkNPark.interfaces.InvalidClientException
 
InvalidClientException(int) - Constructor for exception ParkNPark.interfaces.InvalidClientException
 
InvalidClientException(String, int) - Constructor for exception ParkNPark.interfaces.InvalidClientException
 
InvalidClientExceptionHelper - Class in ParkNPark.interfaces
ParkNPark/interfaces/InvalidClientExceptionHelper.java .
InvalidClientExceptionHelper() - Constructor for class ParkNPark.interfaces.InvalidClientExceptionHelper
 
InvalidClientExceptionHolder - Class in ParkNPark.interfaces
ParkNPark/interfaces/InvalidClientExceptionHolder.java .
InvalidClientExceptionHolder() - Constructor for class ParkNPark.interfaces.InvalidClientExceptionHolder
 
InvalidClientExceptionHolder(InvalidClientException) - Constructor for class ParkNPark.interfaces.InvalidClientExceptionHolder
 
InvalidSequenceNumberException - Exception in ParkNPark.interfaces
Thrown when the client's sequence number is less than what the server expected [Category: Dependability; Requirement: 2]
InvalidSequenceNumberException() - Constructor for exception ParkNPark.interfaces.InvalidSequenceNumberException
 
InvalidSequenceNumberException(int, int) - Constructor for exception ParkNPark.interfaces.InvalidSequenceNumberException
 
InvalidSequenceNumberException(String, int, int) - Constructor for exception ParkNPark.interfaces.InvalidSequenceNumberException
 
InvalidSequenceNumberExceptionHelper - Class in ParkNPark.interfaces
Thrown when the client's sequence number is less than what the server expected [Category: Dependability; Requirement: 2]
InvalidSequenceNumberExceptionHelper() - Constructor for class ParkNPark.interfaces.InvalidSequenceNumberExceptionHelper
 
InvalidSequenceNumberExceptionHolder - Class in ParkNPark.interfaces
Thrown when the client's sequence number is less than what the server expected [Category: Dependability; Requirement: 2]
InvalidSequenceNumberExceptionHolder() - Constructor for class ParkNPark.interfaces.InvalidSequenceNumberExceptionHolder
 
InvalidSequenceNumberExceptionHolder(InvalidSequenceNumberException) - Constructor for class ParkNPark.interfaces.InvalidSequenceNumberExceptionHolder
 
ipAddress - Variable in class ParkNPark.common.Server
IP address for server
isFaultInjectionEnabled() - Method in class ParkNPark.common.CommandLineParser
Returns true when fault injection is enabled or false when it is disabled
isLogEntryFinished() - Method in class ParkNPark.common.LogEntry
Returns true if this log entry is finished or false if it is not
isPrimary - Variable in class ParkNPark.common.Server
Flag indicating whether or not this server is the primary server
isPrimaryServerRegistered() - Method in class ParkNPark.common.NameService
Returns whether or not a primary server registration exists as of the last call to addServerListFromParkNParkContext()

A B C D E F G H I J K L M N O P R S T U V W _