Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jbpm.util.experimental.container

Interface Summary
Aspect is a decorator for services, also known as interceptor (jboss) or filter (servlets).
Configurable is an object which can be configured.
Configuration contains the configurations as specified within a configuration-element inside the configuration.xml.
Container manages a collection of services.
Deployer The deployer takes a service archive and deploys it.
Removable is an object that can be removed from the Container.
RemoveListener allows any interested party to handle service- and aspect-dependancies.
Service allows the service-user to obtain a service implementation object.
ServiceInvocation contains all information related to a service method invocation that could be needed by an Aspect-implementation.
 

Exception Summary
DependancyException is thrown when a ServiceMgr could not create its services because it needed another service which it couldn't retrieved from the container
InvalidServiceNameException is thrown when a ServiceMgr tries to publish a service with an invalid name.
ServiceUnavailableException is thrown by the container when a service is requested that is not published.