|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContextException in com.aurorasoftworks.signal.runtime.core.context |
---|
Methods in com.aurorasoftworks.signal.runtime.core.context that throw ContextException | |
---|---|
protected IContext |
ContextClassLoader.createContextInstance(java.lang.Class contextClassName)
Creates a context instance. |
protected void |
Context.doRegisterBean(java.lang.String name,
java.lang.Object bean)
|
java.lang.Object |
LazyInitBeanReference.getBean()
Returns the wrapped bean. |
java.lang.Object |
IBeanReference.getBean()
Returns the wrapped bean. |
java.lang.Object |
AbstractBeanReference.getBean()
Returns the wrapped bean. |
java.lang.Object |
IContext.getBean(java.lang.Class beanClass)
|
java.lang.Object |
Context.getBean(java.lang.Class beanClass)
|
java.lang.Object |
IContext.getBean(java.lang.String name)
Retrieves a bean previously registered with the specified name. |
java.lang.Object |
Context.getBean(java.lang.String name)
Retrieves a bean previously registered with the specified name. |
java.util.Vector |
IContext.getBeanNames(java.lang.Class beanClass)
Returns names of the beans of the specified type |
java.util.Vector |
Context.getBeanNames(java.lang.Class beanClass)
Returns names of the beans of the specified type |
java.util.Vector |
IContext.getBeans(java.lang.Class beanClass)
|
java.util.Vector |
Context.getBeans(java.lang.Class beanClass)
|
IContext |
IContextLoader.loadContext(java.lang.String contextName)
Loads a context from the specified location. |
IContext |
ContextClassLoader.loadContext(java.lang.String contextClass)
Loads a context by instantiating the specified class. |
protected java.lang.Class |
ContextClassLoader.loadContextClass(java.lang.String contextClassName)
Loads the specified context class. |
protected void |
Context.processBean(IBeanReference ref,
java.lang.Object processedResult)
Handles a bean or a bean reference returned by a IBeanProcessor . |
java.lang.Object |
Context.processLazyBean(java.lang.Object processedResult)
|
void |
IContext.registerBean(java.lang.String name,
java.lang.Object object)
Registers a bean using the provided name. |
void |
Context.registerBean(java.lang.String name,
java.lang.Object bean)
Registers a bean using the provided name. |
protected void |
Context.registerBeanReference(IBeanReference ref)
Registers a bean reference. |
protected void |
AbstractBeanReference.setBean(java.lang.Object bean)
Allows subclasses to set the wrapped bean. |
void |
IContextAware.setContext(IContext context)
|
Uses of ContextException in com.aurorasoftworks.signal.runtime.ui.mvc |
---|
Methods in com.aurorasoftworks.signal.runtime.ui.mvc that throw ContextException | |
---|---|
protected void |
AbstractApplicationMIDlet.initializeDispatcher()
|
protected IContext |
AbstractApplicationMIDlet.loadContext(java.lang.String contextName,
IContextLoader loader)
|
Constructors in com.aurorasoftworks.signal.runtime.ui.mvc that throw ContextException | |
---|---|
AbstractApplicationMIDlet(java.lang.String contextName)
|
|
AbstractApplicationMIDlet(java.lang.String contextName,
IContextLoader loader)
|
Uses of ContextException in com.aurorasoftworks.signal.runtime.ui.mvc.lwuit |
---|
Methods in com.aurorasoftworks.signal.runtime.ui.mvc.lwuit that throw ContextException | |
---|---|
protected IContext |
AbstractApplicationMIDlet.loadContext(java.lang.String contextName,
IContextLoader loader)
|
Constructors in com.aurorasoftworks.signal.runtime.ui.mvc.lwuit that throw ContextException | |
---|---|
AbstractApplicationMIDlet(java.lang.String contextName)
|
|
AbstractApplicationMIDlet(java.lang.String contextName,
IContextLoader loader)
|
Uses of ContextException in com.aurorasoftworks.signal.runtime.ui.mvc.midp |
---|
Constructors in com.aurorasoftworks.signal.runtime.ui.mvc.midp that throw ContextException | |
---|---|
AbstractApplicationMIDlet(java.lang.String contextName)
|
|
AbstractApplicationMIDlet(java.lang.String contextName,
IContextLoader loader)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |