|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FOStoreServerConnection | |
org.apache.jdo.impl.fostore | This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). |
Uses of FOStoreServerConnection in org.apache.jdo.impl.fostore |
Classes in org.apache.jdo.impl.fostore that implement FOStoreServerConnection | |
(package private) class |
FOStoreServerConnectionImpl
This class implements the FOStoreServerConnection contract. |
Fields in org.apache.jdo.impl.fostore declared as FOStoreServerConnection | |
protected FOStoreServerConnection |
RequestHandler.con
Connection on which the Request arrived. |
private FOStoreServerConnection |
CommitHandler.CommitFinisher.con
|
private FOStoreServerConnection |
FOStoreLocalConnection.server
The server that implements the requests |
Methods in org.apache.jdo.impl.fostore with parameters of type FOStoreServerConnection | |
RequestHandler |
RequestHandler.HandlerFactory.getHandler(Reply reply,
int length,
FOStoreServerConnection con)
|
(package private) static void |
RequestHandler.handleRequests(FOStoreServerConnection con)
Handles all requests that can be read at this time from the given connection. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |