This page of the wizard gathers further miscellaneous information from the user that is needed for generating an activator.
start() and
stop() will be generated.
isStartAsync() will be generated. The priority of the
thread is controlled by the configuration parameter method
getAsyncStartPriority(), which is generated based on
the following selection relative to
Thread.NORM_PRIORITY:
Thread.NORM_PRIORITY + 1.
Thread.NORM_PRIORITY.
Since this is the default priority, selecting this radio button
does not cause the method getAsyncStartPriority()
to be generated.
Thread.NORM_PRIORITY - 1.
getProperties() should be used to access the
properties. The query method
getPropertiesInputStream() will be generated based
on the following:
Bundle-SymbolicName manifest header.
isUninstallable() will be generated. This behavior
is useful to prevent an orphan bundle from remaining installed
after its dependent bundles have been uninstalled.
isTransient() will be generated. This behavior
is useful for a bundle that is designed to perform administration
or diagnostic behavior that should execute only once. A
bundles that uses this uninstall policy typically does not
export any services.
Copyright © 2001, 2007 IBM Corporation and others. All Rights Reserved.