Uses of Interface
org.jvnet.hk2.component.ServiceContext

Packages that use ServiceContext
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
org.jvnet.hk2.component.internal.runlevel   
 

Uses of ServiceContext in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component that return ServiceContext
 ServiceContext ComponentException.getFailureContext()
           
 

Methods in org.jvnet.hk2.component with parameters of type ServiceContext
 void RunLevelListener.onCancelled(RunLevelState<?> state, ServiceContext ctx, int previousProceedTo, boolean isInterrupt)
          Called when an RunLevelService implementation's proceedTo() operation has been canceled for some reason.
 void RunLevelListener.onError(RunLevelState<?> state, ServiceContext context, Throwable error, boolean willContinue)
          Called when a service throws an exception during lifecycle orchestration.
 

Constructors in org.jvnet.hk2.component with parameters of type ServiceContext
ComponentException(String message, ServiceContext ctx, Throwable origin)
           
 

Uses of ServiceContext in org.jvnet.hk2.component.internal.runlevel
 

Methods in org.jvnet.hk2.component.internal.runlevel that return ServiceContext
protected  ServiceContext DefaultRunLevelService.serviceContext(Exception e, Inhabitant<?> i)
           
 

Methods in org.jvnet.hk2.component.internal.runlevel with parameters of type ServiceContext
protected  void DefaultRunLevelService.event(org.jvnet.hk2.component.internal.runlevel.DefaultRunLevelService.Worker worker, org.jvnet.hk2.component.internal.runlevel.DefaultRunLevelService.ListenerEvent event, ServiceContext context, Throwable error)
           
protected  void DefaultRunLevelService.event(org.jvnet.hk2.component.internal.runlevel.DefaultRunLevelService.Worker worker, org.jvnet.hk2.component.internal.runlevel.DefaultRunLevelService.ListenerEvent event, ServiceContext context, Throwable error, boolean isHardInterrupt)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.