org.objectweb.easybeans.api
Interface EZBContainerConfig
- All Known Implementing Classes:
- JContainerConfig
public interface EZBContainerConfig
Configuration for a Container.
- Author:
- Florent Benoit
getCallbacks
java.util.List<EZBContainerLifeCycleCallback> getCallbacks()
- Returns:
- the callbacks
addCallback
void addCallback(EZBContainerLifeCycleCallback callback)
- Parameters:
callback
- the callbacks to add.
getArchive
java.io.File getArchive()
- Returns:
- the archive
getInjectors
java.util.List<ResourceInjector> getInjectors()
- Returns:
- the injectors
addInjectors
void addInjectors(ResourceInjector injector)
- Parameters:
injector
- the injectors to set
getEZBServer
EZBServer getEZBServer()
- Returns:
- the easybeans server
setEZBServer
void setEZBServer(EZBServer easybeansServer)
- Sets the easybeans server.
- Parameters:
easybeansServer
- the embedded server of this config