|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.api.EZBContainerCallbackInfo
public class EZBContainerCallbackInfo
Information send by containers to listeners when the callback is called.
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 |
---|
private java.io.File archive
Constructor Detail |
---|
public EZBContainerCallbackInfo()
Method Detail |
---|
public java.io.File getArchive()
public void setArchive(java.io.File archive)
archive
- the archive (directory/file) managed by this container.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |