Package org.apache.felix.framework
Class Felix.RefreshHelper
- java.lang.Object
-
- org.apache.felix.framework.Felix.RefreshHelper
-
- Enclosing class:
- Felix
private class Felix.RefreshHelper extends java.lang.Object
Simple class that is used in refreshPackages() to embody the refresh logic in order to keep the code clean. This class is not static because it needs access to framework event firing methods.
-
-
Field Summary
Fields Modifier and Type Field Description private BundleImpl
m_bundle
private int
m_oldState
-
Constructor Summary
Constructors Constructor Description RefreshHelper(Bundle bundle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
refreshOrRemove()
void
restart()
void
stop()
-
-
-
Field Detail
-
m_bundle
private BundleImpl m_bundle
-
m_oldState
private int m_oldState
-
-
Constructor Detail
-
RefreshHelper
public RefreshHelper(Bundle bundle)
-
-