| java.lang.Object org.ow2.easybeans.api.EZBContainerCallbackInfo
EZBContainerCallbackInfo | public class EZBContainerCallbackInfo (Code) | | Information send by containers to listeners when the callback is called.
author: Florent Benoit |
Method Summary | |
public IArchive | getArchive() Gets the archive (directory/file) managed by this container. | public Map<String, Factory<?, ?>> | getFactories() Gets the Map of factories managed by this container. | public void | setArchive(IArchive archive) Sets the archive (directory/file) managed by this container. | public void | setFactories(Map<String, Factory<?, ?>> factories) Sets the Map of factories managed by this container. |
getArchive | public IArchive getArchive()(Code) | | Gets the archive (directory/file) managed by this container.
the archive (directory/file) managed by this container. |
getFactories | public Map<String, Factory<?, ?>> getFactories()(Code) | | Gets the Map of factories managed by this container.
Returns the Map of factories managed by this container. |
setArchive | public void setArchive(IArchive archive)(Code) | | Sets the archive (directory/file) managed by this container.
Parameters: archive - the archive (directory/file) managed by this container. |
setFactories | public void setFactories(Map<String, Factory<?, ?>> factories)(Code) | | Sets the Map of factories managed by this container.
Parameters: factories - Map of factories managed by this container. |
|
|