|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.ee.deploy.impl.deployable.AbsDeployable<OSGiDeployable>
org.ow2.util.ee.deploy.impl.deployable.OSGiDeployableImpl
public class OSGiDeployableImpl
Implementation of the OSGi Deployable interface.
| Constructor Summary | |
|---|---|
OSGiDeployableImpl(IArchive archive)
Defines and create an OSGi deployable for the given archive. |
|
| Method Summary | |
|---|---|
Integer |
getStartLevel()
|
Boolean |
isReference()
|
Boolean |
isStart()
|
Boolean |
isStartTransient()
|
void |
setReference(Boolean reference)
|
void |
setStart(Boolean start)
|
void |
setStartLevel(Integer startLevel)
|
void |
setStartTransient(Boolean startTransient)
|
| Methods inherited from class org.ow2.util.ee.deploy.impl.deployable.AbsDeployable |
|---|
addExtension, equals, getArchive, getExtension, getModuleName, getOriginalDeployable, getShortName, getUnpackedDeployable, setOriginalDeployable, setUnpackedDeployable, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.ow2.util.ee.deploy.api.deployable.IDeployable |
|---|
addExtension, getArchive, getExtension, getModuleName, getOriginalDeployable, getShortName, getUnpackedDeployable, setOriginalDeployable, setUnpackedDeployable |
| Constructor Detail |
|---|
public OSGiDeployableImpl(IArchive archive)
archive - the given archive.| Method Detail |
|---|
public void setStart(Boolean start)
setStart in interface OSGiDeployablepublic Boolean isStart()
isStart in interface OSGiDeployablepublic Boolean isReference()
isReference in interface OSGiDeployablepublic void setReference(Boolean reference)
setReference in interface OSGiDeployablepublic Integer getStartLevel()
getStartLevel in interface OSGiDeployablepublic void setStartLevel(Integer startLevel)
setStartLevel in interface OSGiDeployablepublic Boolean isStartTransient()
isStartTransient in interface OSGiDeployablepublic void setStartTransient(Boolean startTransient)
setStartTransient in interface OSGiDeployable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||