public abstract class AbstractDeployment extends org.jboss.osgi.spi.util.AttachmentSupport implements Deployment, Serializable
| Constructor and Description |
|---|
AbstractDeployment(String location,
String symbolicName,
org.osgi.framework.Version version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLocation()
Get the bundle location
|
Integer |
getStartLevel()
Get the start level associated with this deployment
|
String |
getSymbolicName()
Get the bundle symbolic name
|
String |
getVersion()
Get the bundle version
Consider making Version serializable
https://www.osgi.org/members/bugzilla/show_bug.cgi?id=1744
|
int |
hashCode() |
boolean |
isAutoStart()
Get the autostart flag associated with this deployment
|
boolean |
isBundleUpdate()
Get the update flag associated with this deployment
|
void |
setAutoStart(boolean autoStart)
Set the autostart flag associated with this deployment
|
void |
setBundleUpdate(boolean update)
Set the update flag associated with this deployment
|
void |
setStartLevel(Integer startLevel)
Set the start level associated with this deployment
|
String |
toString() |
addAttachment, addAttachment, addAttachment, getAttachment, getAttachment, getAttachment, getAttachmentKeys, removeAttachment, removeAttachment, removeAttachmentclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetRootpublic String getLocation()
DeploymentgetLocation in interface Deploymentpublic String getSymbolicName()
DeploymentgetSymbolicName in interface Deploymentpublic String getVersion()
DeploymentgetVersion in interface Deploymentpublic Integer getStartLevel()
DeploymentgetStartLevel in interface Deploymentpublic void setStartLevel(Integer startLevel)
DeploymentsetStartLevel in interface Deploymentpublic boolean isAutoStart()
DeploymentisAutoStart in interface Deploymentpublic void setAutoStart(boolean autoStart)
DeploymentsetAutoStart in interface Deploymentpublic boolean isBundleUpdate()
DeploymentisBundleUpdate in interface Deploymentpublic void setBundleUpdate(boolean update)
DeploymentsetBundleUpdate in interface Deploymentpublic String toString()
toString in class org.jboss.osgi.spi.util.AttachmentSupportCopyright © 2012 JBoss by Red Hat. All Rights Reserved.