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.
 
Constructor Summary
EZBContainerCallbackInfo()
           
 
Method Summary
 java.io.File getArchive()
          Gets the archive (directory/file) managed by this container.
 void setArchive(java.io.File archive)
          Sets the archive (directory/file) 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.

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.