org.apache.felix.jmood.core.instrumentation
Class FrameworkSnapshot

java.lang.Object
  extended by org.apache.felix.jmood.core.instrumentation.FrameworkSnapshot

public class FrameworkSnapshot
extends Object


Constructor Summary
FrameworkSnapshot(AgentContext ac)
           
 
Method Summary
 BundleInfo[] getAllBundles()
           
 PackageInfo[] getAllPackageInfo()
           
 ServiceInfo[] getAllServiceInfo()
           
 long getShotTime()
           
 void refreshSnapshot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameworkSnapshot

public FrameworkSnapshot(AgentContext ac)
Method Detail

getShotTime

public long getShotTime()

refreshSnapshot

public void refreshSnapshot()

getAllBundles

public BundleInfo[] getAllBundles()

getAllServiceInfo

public ServiceInfo[] getAllServiceInfo()

getAllPackageInfo

public PackageInfo[] getAllPackageInfo()


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