Package org.jboss.portal.server.kernel

Interface Summary
Context Provided by the kernel to the service which has access to informations about its state.
KernelEventListener  
Registration When a service implementation implements this interface it knows about registration events in the kernel related to it.
Service Service lifecycle.
ServiceID The service identity.
ServiceImplementation The implementation of a service.
 

Class Summary
BaseService  
CreateMethod  
DestroyMethod  
DowngradeMethod  
Implementation  
Kernel The kernel.
KernelEvent  
LifeCycleMethod  
NullService To remove.
RegistrationEvent  
ServiceState  
StartMethod  
StopMethod  
UpgradeMethod  
 

Exception Summary
KernelException A general kernel exception.
ServiceAlreadyRegisteredException  
ServiceFailureException  
ServiceRegistrationException  
ServiceUnregistrationException  
TransitionNotPossibleException  
UnknownServiceException