|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Logger | |
|---|---|
| ParkNPark.client | |
| ParkNPark.middletier | |
| Uses of Logger in ParkNPark.client |
|---|
| Fields in ParkNPark.client declared as Logger | |
|---|---|
protected Logger |
ParkNParkClient.logger
Logger instance |
protected Logger |
FaultTolerantClientManager.logger
Our Logger instance |
| Constructors in ParkNPark.client with parameters of type Logger | |
|---|---|
FaultTolerantClientManager(ORB orb,
Logger logger,
int interRequestTime)
Creates a new fault-tolerant client manager that automatically fails over to new primary servers on method call failures |
|
| Uses of Logger in ParkNPark.middletier |
|---|
| Fields in ParkNPark.middletier declared as Logger | |
|---|---|
protected Logger |
ClientManagerImpl.logger
Our Logger instance |
protected Logger |
ClientManagerFactoryImpl.logger
Logger instance |
| Methods in ParkNPark.middletier with parameters of type Logger | |
|---|---|
protected void |
ClientManagerImpl.setupProbes(String clientHostname,
Logger logger,
int replySize)
Setup probes for real-time analysis |
| Constructors in ParkNPark.middletier with parameters of type Logger | |
|---|---|
ClientManagerFactoryImpl(Logger logger,
int replySize)
Creates a new ClientManagerFactoryImpl instance |
|
ClientManagerImpl(DatabaseManager databaseManager,
int clientID,
String clientHostname,
Logger logger,
int replySize)
Create a client manager for an existing client that will hold information specific to the client. |
|
ClientManagerImpl(DatabaseManager databaseManager,
String clientHostname,
Logger logger,
int replySize)
Create a client manager for a new client that will hold information specific to the client. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||