Package apollo

Interface Summary
ContainsManagerTracker ContainsManagerTracker.java Interface Created: Thu Aug 3 13:57:38 2000
FQUIDPermissionsAuthority PermissionsAuthority.java Created: Fri Aug 4 11:40:57 2000
NodeManager This is a placeholder so the ManagerTracker can still compile without the NodeManager present.
PageHandler A PageHandler is any object capable of handling a request, and render a response.
 

Class Summary
AcceptClause  
ApolloUtility  
DunceFQUIDPermissionsAuthority DunceFQUIDPermissionsAuthority.java Created: Fri Aug 4 11:46:13 2000
EntryAssertionManager  
HTMLListTransferObject  
HTTPFile HTTPFile.java Created: Thu Aug 3 10:49:36 2000
HTTPRequest This is the HTTPRequest object.
HTTPResponse This is the HTTPResponse object.
InitSystem  
ManagerTracker  
PageBroker This is the PageBroker.
PageHandlerRegistryObject  
PageManager This is the PageManager.
SerializableJDBCConnection  
TransactionTracker  
 

Exception Summary
ApolloException This is the superclass of all of the exceptions that Project Apollo will throw
EntryAssertion This exception is thrown when an assertion fails in the EAM
EntryException This exception is thrown by the EntryAssertionManager, but does NOT signify an EntryAssertion has occoured.
FQUIDPermissionDenied FQUIDPermissionDenied.java Created: Fri Aug 4 11:37:36 2000
PageHandlerActivationException This exception is thrown when a request to activate a PageHandler, which does not exist
PageHandlerException  
PageHandlerNotRegisteredException This exception is thrown when a request is made for a PageHandler and it has not been registered
PageHandlerRemoteException This exception is thrown when some sort of exception occoured with the handling a remote Node request.
UserException This exception is thrown by a users' web application.