|
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. |