Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Passing state from a bundle to its components

I have an activator start method that initializes some state for the bundle.  This bundle also contains 2 distinct components, each with their own xml descriptor and activate/deactivate methods.  The activators of these components must access the state initialized within the bundle activator start method.  Is this possible?  Is it reasonable to use components to define substructure within a bundle?
 
Thanks in advance,
Cameron Ross.

Back to the top