|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PaddedIntegerSeq | |
|---|---|
| ParkNPark.client | |
| ParkNPark.interfaces | |
| ParkNPark.middletier | |
| Uses of PaddedIntegerSeq in ParkNPark.client |
|---|
| Methods in ParkNPark.client that return PaddedIntegerSeq | |
|---|---|
PaddedIntegerSeq |
FaultTolerantClientManager.enterLot(int seq,
int lot)
Moves the client's car into the lot with the given lot number and returns an array of level numbers that have available spaces |
PaddedIntegerSeq |
FaultTolerantClientManager.getLots()
Returns an array of valid lot numbers in the system, sorted by the lot number in ascending order |
PaddedIntegerSeq |
FaultTolerantClientManager.getOtherLotAvailability(int lot)
Returns an array of other lots that have availability, sorted by lot distance such that closer lots are listed first |
| Uses of PaddedIntegerSeq in ParkNPark.interfaces |
|---|
| Fields in ParkNPark.interfaces declared as PaddedIntegerSeq | |
|---|---|
PaddedIntegerSeq |
PaddedIntegerSeqHolder.value
|
| Methods in ParkNPark.interfaces that return PaddedIntegerSeq | |
|---|---|
PaddedIntegerSeq |
_ClientManagerStub.enterLot(int seq,
int lot)
Moves the client's car into the lot with the given lot number and returns an array of level numbers that have available spaces |
PaddedIntegerSeq |
ClientManagerOperations.enterLot(int seq,
int lot)
Moves the client's car into the lot with the given lot number and returns an array of level numbers that have available spaces |
static PaddedIntegerSeq |
PaddedIntegerSeqHelper.extract(Any a)
|
PaddedIntegerSeq |
_ClientManagerStub.getLots()
Returns an array of valid lot numbers in the system, sorted by the lot number in ascending order |
PaddedIntegerSeq |
ClientManagerOperations.getLots()
Returns an array of valid lot numbers in the system, sorted by the lot number in ascending order |
PaddedIntegerSeq |
_ClientManagerStub.getOtherLotAvailability(int lot)
Returns an array of other lots that have availability, sorted by lot distance such that closer lots are listed first |
PaddedIntegerSeq |
ClientManagerOperations.getOtherLotAvailability(int lot)
Returns an array of other lots that have availability, sorted by lot distance such that closer lots are listed first |
static PaddedIntegerSeq |
PaddedIntegerSeqHelper.read(InputStream istream)
|
| Methods in ParkNPark.interfaces with parameters of type PaddedIntegerSeq | |
|---|---|
static void |
PaddedIntegerSeqHelper.insert(Any a,
PaddedIntegerSeq that)
|
static void |
PaddedIntegerSeqHelper.write(OutputStream ostream,
PaddedIntegerSeq value)
|
| Constructors in ParkNPark.interfaces with parameters of type PaddedIntegerSeq | |
|---|---|
PaddedIntegerSeqHolder(PaddedIntegerSeq initialValue)
|
|
| Uses of PaddedIntegerSeq in ParkNPark.middletier |
|---|
| Methods in ParkNPark.middletier that return PaddedIntegerSeq | |
|---|---|
PaddedIntegerSeq |
ClientManagerImpl.enterLot(int seq,
int lot)
Moves the client's car into the lot with the given lot number and returns an array of level numbers that have available spaces |
PaddedIntegerSeq |
ClientManagerImpl.getLots()
Returns an array of valid lot numbers in the system, sorted by the lot number in ascending order |
PaddedIntegerSeq |
ClientManagerImpl.getOtherLotAvailability(int lot)
Returns an array of other lots that have availability, sorted by lot distance such that closer lots are listed first |
protected PaddedIntegerSeq |
ClientManagerImpl.padIntegerArray(int[] value)
Pad the integer array in order to make it comply with the reply size of the analysis |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||