org.ow2.easybeans.api
Class EZBContainerCallbackInfo

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

public class EZBContainerCallbackInfo
extends Object

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

Author:
Florent Benoit

Constructor Summary
EZBContainerCallbackInfo()
           
 
Method Summary
 org.ow2.util.archive.api.IArchive getArchive()
          Gets the archive (directory/file) managed by this container.
 EZBContainer getContainer()
           
 Map<String,Factory<?,?>> getFactories()
          Gets the Map of factories managed by this container.
 void setArchive(org.ow2.util.archive.api.IArchive archive)
          Sets the archive (directory/file) managed by this container.
 void setContainer(EZBContainer container)
          Set the EZBContainer.
 void setFactories(Map<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
 

Constructor Detail

EZBContainerCallbackInfo

public EZBContainerCallbackInfo()
Method Detail

getArchive

public org.ow2.util.archive.api.IArchive getArchive()
Gets the archive (directory/file) managed by this container.

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

setArchive

public void setArchive(org.ow2.util.archive.api.IArchive archive)
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)
Sets the Map of factories managed by this container.

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

getFactories

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

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

getContainer

public EZBContainer getContainer()
Returns:
the EjbJar container

setContainer

public void setContainer(EZBContainer container)
Set the EZBContainer.

Parameters:
container - the EjbJar container


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.