|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.ee.deploy.impl.archive.ArchiveManager
public final class ArchiveManager
Creates an archive for the given type.
| Method Summary | |
|---|---|
void |
addFactory(org.ow2.util.ee.deploy.api.archive.ArchiveFactory factory)
Adds the given factory on this manager. |
org.ow2.util.ee.deploy.api.archive.IArchive |
getArchive(java.lang.Object o)
Creates an EZBArchive implementation object for the given object. |
static ArchiveManager |
getInstance()
Gets the unique instance of this class. |
void |
removeFactory(org.ow2.util.ee.deploy.api.archive.ArchiveFactory factory)
Removes the given factory on this manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ArchiveManager getInstance()
public void addFactory(org.ow2.util.ee.deploy.api.archive.ArchiveFactory factory)
factory - the factory to add.public void removeFactory(org.ow2.util.ee.deploy.api.archive.ArchiveFactory factory)
factory - the factory to remove.public org.ow2.util.ee.deploy.api.archive.IArchive getArchive(java.lang.Object o)
o - object to wrap into an EZBArchive.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||