|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easybeans.api.EZBContainerCallbackInfo
public class EZBContainerCallbackInfo
Information send by containers to listeners when the callback is called.
| 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 |
|---|
public EZBContainerCallbackInfo()
| Method Detail |
|---|
public org.ow2.util.archive.api.IArchive getArchive()
public void setArchive(org.ow2.util.archive.api.IArchive archive)
archive - the archive (directory/file) managed by this container.public void setFactories(Map<String,Factory<?,?>> factories)
factories - Map of factories managed by this container.public Map<String,Factory<?,?>> getFactories()
public EZBContainer getContainer()
public void setContainer(EZBContainer container)
container - the EjbJar container
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||