Package org.eclipse.net4j.util.om
Class OSGiActivator.WithState
- java.lang.Object
- 
- org.eclipse.net4j.util.om.OSGiActivator
- 
- org.eclipse.net4j.util.om.OSGiActivator.WithState
 
 
- 
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
 - Enclosing class:
- OSGiActivator
 
 public abstract static class OSGiActivator.WithState extends OSGiActivator An OSGiactivatorthat storesbundle statebetween sessions.- Since:
- 3.1
- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.eclipse.net4j.util.om.OSGiActivatorOSGiActivator.StateHandler, OSGiActivator.WithState
 
- 
 - 
Field Summary- 
Fields inherited from class org.eclipse.net4j.util.om.OSGiActivatorbundleContext
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voiddoStart()protected abstract voiddoStartWithState(java.lang.Object state)protected voiddoStop()protected abstract java.lang.ObjectdoStopWithState()- 
Methods inherited from class org.eclipse.net4j.util.om.OSGiActivatorclone, equals, getOMBundle, hashCode, start, start, stop, stop, toString, traceStart, traceStop
 
- 
 
- 
- 
- 
Constructor Detail- 
WithStatepublic WithState(OMBundle bundle) 
 
- 
 - 
Method Detail- 
doStartprotected final void doStart() throws java.lang.Exception- Overrides:
- doStartin class- OSGiActivator
- Throws:
- java.lang.Exception
 
 - 
doStopprotected final void doStop() throws java.lang.Exception- Overrides:
- doStopin class- OSGiActivator
- Throws:
- java.lang.Exception
 
 - 
doStartWithStateprotected abstract void doStartWithState(java.lang.Object state) throws java.lang.Exception- Throws:
- java.lang.Exception
 
 - 
doStopWithStateprotected abstract java.lang.Object doStopWithState() throws java.lang.Exception- Throws:
- java.lang.Exception
 
 
- 
 
-