Package org.beanfabrics.context

Interface Summary
Context A Context is an hierarchical environment for service objects.
ContextListener The listener interface for receiving context events.
ContextOwner The ContextOwner is an interface for classes that can "own" a Context and provide public access to it.
 

Class Summary
BnParentContext The BnParentContext is a context that dynamically adds itself as a parent context to the target's context.
ContextEvent An event which indicates that some change has occurred in a context.
DefaultContext The DefaultContext is the default implementation of the Context interface.
ParentAddedEvent An event which indicates that another context has been added as as a parent context to the event source.
ParentRemovedEvent An event which indicates that a parent context has been removed from the event source.
ServiceAddedEvent An event which indicates that a service entry has been added to the event source.
ServiceEntry A ServiceEntry describes the attributes of a service entry in a specific context.
ServiceRemovedEvent An event which indicates that a service entry has been removed from the event source.