Accessing a generated context at runtime

There are two ways to load a generated context class at runtime:

Once a reference to an context object is established the com.aurorasoftworks.signal.runtime.core.context.IContext.getBean method can be used to retrieve beans.

For more information refer to the Context API Javadoc and the signal.examples.context subproject in the source distribution.