Serialized Form


Package org.apache.felix.jmood.core

Class org.apache.felix.jmood.core.BundleNotAvailableException extends Exception implements Serializable

Class org.apache.felix.jmood.core.NotImplementedException extends Exception implements Serializable

Class org.apache.felix.jmood.core.ServiceNotAvailableException extends Exception implements Serializable


Package org.apache.felix.jmood.core.instrumentation

Class org.apache.felix.jmood.core.instrumentation.BundleInfo extends Object implements Serializable

Serialized Fields

startLevel

int startLevel

state

String state

registeredServices

ServiceInfo[] registeredServices

servicesInUse

ServiceInfo[] servicesInUse

headers

Hashtable<K,V> headers

bundleId

long bundleId

exportedPackages

PackageInfo[] exportedPackages

importedPackages

PackageInfo[] importedPackages

fragments

BundleInfo[] fragments

hosts

BundleInfo[] hosts

requiredBundles

BundleInfo[] requiredBundles

requiringBundles

BundleInfo[] requiringBundles

lastModified

long lastModified

symbolicName

String symbolicName

bundlePersistentlyStarted

boolean bundlePersistentlyStarted

removalPending

boolean removalPending

required

boolean required

fragment

boolean fragment

Class org.apache.felix.jmood.core.instrumentation.PackageInfo extends Object implements Serializable

Serialized Fields

exportingBundle

BundleInfo exportingBundle

importingBundles

BundleInfo[] importingBundles

name

String name

version

String version

removalPending

boolean removalPending

Class org.apache.felix.jmood.core.instrumentation.ServiceInfo extends Object implements Serializable

Serialized Fields

bundle

BundleInfo bundle

usingBundles

BundleInfo[] usingBundles

properties

Hashtable<K,V> properties



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.