|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of the deployable.public interface EZBDeployable<T>
This interface is used to represent any deployment object that can be used within EasyBeans.
The EJB/WEB/RAR/EAR, etc components should extend this interface.
Method Summary | |
---|---|
EZBArchive |
getArchive()
Gets the Archive of this deployable object. |
T |
getOriginalDeployable()
If the Deployable has been unpacked, return the initial archive. |
T |
getUnpackedDeployable()
If the Deployable has been unpacked, return the unpacked deployable. |
void |
setUnpackedDeployable(T unpackedDeployable)
If the Deployable has been unpacked, sets the unpacked deployable. |
Method Detail |
---|
EZBArchive getArchive()
T getOriginalDeployable()
T getUnpackedDeployable()
void setUnpackedDeployable(T unpackedDeployable)
unpackedDeployable
- the unpacked deployable associated to this deployable.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |