|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidClientException | |
---|---|
ParkNPark.interfaces | |
ParkNPark.middletier |
Uses of InvalidClientException in ParkNPark.interfaces |
---|
Fields in ParkNPark.interfaces declared as InvalidClientException | |
---|---|
InvalidClientException |
InvalidClientExceptionHolder.value
|
Methods in ParkNPark.interfaces that return InvalidClientException | |
---|---|
static InvalidClientException |
InvalidClientExceptionHelper.extract(Any a)
|
static InvalidClientException |
InvalidClientExceptionHelper.read(InputStream istream)
|
Methods in ParkNPark.interfaces with parameters of type InvalidClientException | |
---|---|
static void |
InvalidClientExceptionHelper.insert(Any a,
InvalidClientException that)
|
static void |
InvalidClientExceptionHelper.write(OutputStream ostream,
InvalidClientException value)
|
Methods in ParkNPark.interfaces that throw InvalidClientException | |
---|---|
ClientManager |
ClientManagerFactoryOperations.getExistingClientManager(int clientID,
String hostname)
Returns the existing client manager instance for an existing client. |
ClientManager |
_ClientManagerFactoryStub.getExistingClientManager(int clientID,
String hostname)
Returns the existing client manager instance for an existing client. |
Constructors in ParkNPark.interfaces with parameters of type InvalidClientException | |
---|---|
InvalidClientExceptionHolder(InvalidClientException initialValue)
|
Uses of InvalidClientException in ParkNPark.middletier |
---|
Methods in ParkNPark.middletier that throw InvalidClientException | |
---|---|
ClientManager |
ClientManagerFactoryImpl.getExistingClientManager(int clientID,
String clientHostname)
Returns the existing client manager instance for an existing client. |
Constructors in ParkNPark.middletier that throw InvalidClientException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |