Package org.jwarp.service

Interface Summary
IContext Interface of the basic application context.
IContextFactory The context factory is the basic class of all JWeb applicatrions.
IContextFactoryListener Interface declaring the interface of objects that want listen to the WorkManager's activities such as new registered jobs, executed jobs etc.
IReferenceable  
IReferenceResolver  
IService Basic service interface.
IServiceFactory This interface is responsible for managing the services of an application context.
 

Class Summary
AService Basic implementation of a JWeb service.
Context This implements a basic application context.
ContextFactory The context factory is the basic class of all JWeb applicatrions.
ContextFactoryEvent This class is the event class for all work manager events.
ReferenceResolver  
ServiceFactory Class implementing a context's service factory.
ServiceList  
 

Exception Summary
InvalidContextException Basic exception thrown when a context is access which actually is not registered anymore within the JWeb context factory.
ServiceException An exception thrown when service operations fail.
ServiceInitializationException Exception thrown when a service can not be initialized.
ServiceNotFoundException Exception thrown when a requested service could not be found.
ServiceNotReadyException Exception thrown when a service is accessed which is not ready to accept connections e.g. cause its initialization failed.
ServiceRuntimeException Exceptiopn thrown during execution of a service as an internal service error occurrs that is fatal.
 


©   O R C A   S y s t e m s