org.objectweb.easybeans.api
Class EZBContainerCallbackInfo

java.lang.Object
  extended by org.objectweb.easybeans.api.EZBContainerCallbackInfo

public class EZBContainerCallbackInfo
extends java.lang.Object

Information send by containers to listeners when the callback is called.

Author:
Florent Benoit

Field Summary
private  java.io.File archive
          Archive managed by the container.
private  java.util.Map<java.lang.String,Factory> factories
          Map of Factories.
 
Constructor Summary
EZBContainerCallbackInfo()
           
 
Method Summary
 java.io.File getArchive()
          Gets the archive (directory/file) managed by this container.
 java.util.Map<java.lang.String,Factory> getFactories()
          Gets the Map of factories managed by this container.
 void setArchive(java.io.File archive)
          Sets the archive (directory/file) managed by this container.
 void setFactories(java.util.Map<java.lang.String,Factory> factories)
          Sets the Map of factories managed by this container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

archive

private java.io.File archive
Archive managed by the container.


factories

private java.util.Map<java.lang.String,Factory> factories
Map of Factories.

Constructor Detail

EZBContainerCallbackInfo

public EZBContainerCallbackInfo()
Method Detail

getArchive

public java.io.File getArchive()
Gets the archive (directory/file) managed by this container.

Returns:
the archive (directory/file) managed by this container.

setArchive

public void setArchive(java.io.File archive)
Sets the archive (directory/file) managed by this container.

Parameters:
archive - the archive (directory/file) managed by this container.

setFactories

public void setFactories(java.util.Map<java.lang.String,Factory> factories)
Sets the Map of factories managed by this container.

Parameters:
factories - Map of factories managed by this container.

getFactories

public java.util.Map<java.lang.String,Factory> getFactories()
Gets the Map of factories managed by this container.

Returns:
Returns the Map of factories managed by this container.