de.twenty11.skysail.common.ext.osgimonitor
Class BundleDetails

java.lang.Object
  extended by de.twenty11.skysail.common.ext.osgimonitor.BundleDetails
All Implemented Interfaces:
de.twenty11.skysail.common.graphs.NodeProvider, de.twenty11.skysail.common.graphs.OutgoingEdgesProvider, Serializable

public class BundleDetails
extends Object
implements Serializable, de.twenty11.skysail.common.graphs.NodeProvider, de.twenty11.skysail.common.graphs.OutgoingEdgesProvider

See Also:
Serialized Form

Field Summary
static String SYMBOLIC_NAME
           
 
Constructor Summary
BundleDetails()
           
 
Method Summary
 long getBundleId()
           
 List<de.twenty11.skysail.common.graphs.EdgeProvider> getEdges()
           
 long getLastModified()
           
 String getNodeId()
          graph related methods
 String getNodeLabel()
           
 Map<String,String> getNodeProperties()
           
 List<ServiceReferenceDetails> getRegisteredServices()
           
 List<ServiceReferenceDetails> getServicesInUse()
           
 int getState()
           
 String getSymbolicName()
           
 String getType()
           
 org.osgi.framework.Version getVersion()
           
 void setBundleId(long bundleId)
           
 void setLastModified(long lastModified)
           
 void setRegisteredServices(List<ServiceReferenceDetails> list)
           
 void setServicesInUse(List<ServiceReferenceDetails> list)
           
 void setState(int state)
           
 void setSymbolicName(String symbolicName)
           
 void setVersion(org.osgi.framework.Version version)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SYMBOLIC_NAME

public static final String SYMBOLIC_NAME
See Also:
Constant Field Values
Constructor Detail

BundleDetails

public BundleDetails()
Method Detail

getSymbolicName

public String getSymbolicName()

setSymbolicName

public void setSymbolicName(String symbolicName)

toString

public String toString()
Overrides:
toString in class Object

setBundleId

public void setBundleId(long bundleId)

getBundleId

public long getBundleId()

setLastModified

public void setLastModified(long lastModified)

getLastModified

public long getLastModified()

setRegisteredServices

public void setRegisteredServices(List<ServiceReferenceDetails> list)

getRegisteredServices

public List<ServiceReferenceDetails> getRegisteredServices()

setServicesInUse

public void setServicesInUse(List<ServiceReferenceDetails> list)

getServicesInUse

public List<ServiceReferenceDetails> getServicesInUse()

setState

public void setState(int state)

getState

public int getState()

setVersion

public void setVersion(org.osgi.framework.Version version)

getVersion

public org.osgi.framework.Version getVersion()

getNodeId

public String getNodeId()
graph related methods

Specified by:
getNodeId in interface de.twenty11.skysail.common.graphs.NodeProvider

getNodeLabel

public String getNodeLabel()
Specified by:
getNodeLabel in interface de.twenty11.skysail.common.graphs.NodeProvider

getNodeProperties

public Map<String,String> getNodeProperties()
Specified by:
getNodeProperties in interface de.twenty11.skysail.common.graphs.NodeProvider

getType

public String getType()
Specified by:
getType in interface de.twenty11.skysail.common.graphs.NodeProvider

getEdges

public List<de.twenty11.skysail.common.graphs.EdgeProvider> getEdges()
Specified by:
getEdges in interface de.twenty11.skysail.common.graphs.OutgoingEdgesProvider


Copyright © 2011-2012. All Rights Reserved.