|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OSGiDeployable
Represents an OSGi deployable.
| Method Summary | |
|---|---|
Integer |
getStartLevel()
Return the bundle start level value. |
Boolean |
isReference()
Return true if the bundle must be a referenced JAR file. |
Boolean |
isStart()
Return true if the bundle must be started, false otherwise. |
Boolean |
isStartTransient()
Return true if the bundle start operation is transient. |
void |
setReference(Boolean reference)
Set if the bundle must be a referenced JAR file. |
void |
setStart(Boolean start)
Set if the bundle must be started or not. |
void |
setStartLevel(Integer startLevel)
Set the bundle start level. |
void |
setStartTransient(Boolean startTransient)
Set if the bundle start operation is transient. |
| Methods inherited from interface org.ow2.util.ee.deploy.api.deployable.IDeployable |
|---|
addExtension, getArchive, getExtension, getModuleName, getOriginalDeployable, getShortName, getUnpackedDeployable, setOriginalDeployable, setUnpackedDeployable |
| Method Detail |
|---|
void setStart(Boolean start)
start - The value to setBoolean isStart()
void setReference(Boolean reference)
reference - The value to setBoolean isReference()
void setStartLevel(Integer startLevel)
startLevel - The value to setInteger getStartLevel()
void setStartTransient(Boolean startTransient)
startTransient - The value to setBoolean isStartTransient()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||