org.eclipse.gemini.blueprint.extender.internal.dependencies.startup
Interface ContextExecutorAccessor

All Known Implementing Classes:
DependencyWaiterApplicationContextExecutor

public interface ContextExecutorAccessor

Decoupling interface between the executor and the dependency service listener.

Author:
Costin Leau

Method Summary
 void fail(Throwable th)
           
 ContextState getContextState()
           
 OsgiBundleApplicationContextEventMulticaster getEventMulticaster()
           
 

Method Detail

getContextState

ContextState getContextState()

getEventMulticaster

OsgiBundleApplicationContextEventMulticaster getEventMulticaster()

fail

void fail(Throwable th)


Copyright © 2006-2012. All Rights Reserved.