|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEntry | |
---|---|
ParkNPark.client | |
ParkNPark.common |
Uses of LogEntry in ParkNPark.client |
---|
Fields in ParkNPark.client declared as LogEntry | |
---|---|
protected LogEntry |
FaultTolerantClientManager.faultyCallLogEntry
A logEntry instance to log to when fault is true |
Methods in ParkNPark.client with parameters of type LogEntry | |
---|---|
protected boolean |
FaultTolerantClientManager.connectToAnyServer(ClientManager faultyClientManager,
LogEntry logEntry)
Connects to any registered server, which is chosen randomly |
protected boolean |
FaultTolerantClientManager.BackgroundThread.connectToAnyServer(LogEntry logEntry)
Connects to any registered server, which is chosen randomly |
Uses of LogEntry in ParkNPark.common |
---|
Fields in ParkNPark.common with type parameters of type LogEntry | |
---|---|
protected List<LogEntry> |
Logger.log
Our currently-active log |
Methods in ParkNPark.common that return LogEntry | |
---|---|
LogEntry |
Logger.beginLogEntry(String methodName)
Creates a new LogEntry object instance, adds it to the log, and, just before returning it, sets its probeIn property to the current time in microseconds. |
LogEntry |
Logger.beginLogEntry(String methodName,
String clientName)
Creates a new LogEntry object instance, adds it to the log, and, just before returning it, sets its probeIn property to the current time in microseconds |
Methods in ParkNPark.common with parameters of type LogEntry | |
---|---|
boolean |
NameService.addServerListFromParkNParkContext(boolean createParkNParkContext,
boolean verbose,
LogEntry logEntry)
Adds to the server List the ParkNParkContext's registered servers. |
void |
Logger.endLogEntry(LogEntry logEntry)
Ends a LogEntry after setting the probeOut property to the current time in microseconds |
boolean |
NameService.refreshParkNParkContext(boolean create,
boolean verbose,
LogEntry logEntry)
Refreshes the parkNParkContext name service object that we use to get server bindings on. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |