public abstract static class OSGiActivator.WithState extends OSGiActivator
activator that stores bundle state between sessions.OSGiActivator.StateHandler oneway - - stateHandlerOSGiActivator.StateHandler, OSGiActivator.WithStatebundleContext| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected abstract void |
doStartWithState(Object state) |
protected void |
doStop() |
protected abstract Object |
doStopWithState() |
clone, equals, getOMBundle, hashCode, start, start, stop, stop, toString, traceStart, traceStoppublic WithState(OMBundle bundle)
protected final void doStart()
throws Exception
doStart in class OSGiActivatorExceptionprotected final void doStop()
throws Exception
doStop in class OSGiActivatorExceptionprotected abstract void doStartWithState(Object state) throws Exception
ExceptionCopyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html