Uses of Interface
org.glassfish.hk2.api.ErrorInformation

Packages that use ErrorInformation
com.sun.enterprise.module.bootstrap   
org.glassfish.hk2.api   
org.jvnet.hk2.internal   
org.jvnet.hk2.testing.junit.internal   
 

Uses of ErrorInformation in com.sun.enterprise.module.bootstrap
 

Methods in com.sun.enterprise.module.bootstrap with parameters of type ErrorInformation
 void DefaultErrorService.onFailure(ErrorInformation ei)
           
 

Uses of ErrorInformation in org.glassfish.hk2.api
 

Methods in org.glassfish.hk2.api with parameters of type ErrorInformation
 void ErrorService.onFailure(ErrorInformation errorInformation)
          This method is called when a failure occurs in the system.
 

Uses of ErrorInformation in org.jvnet.hk2.internal
 

Classes in org.jvnet.hk2.internal that implement ErrorInformation
 class ErrorInformationImpl
           
 

Uses of ErrorInformation in org.jvnet.hk2.testing.junit.internal
 

Methods in org.jvnet.hk2.testing.junit.internal with parameters of type ErrorInformation
 void ErrorServiceImpl.onFailure(ErrorInformation ei)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.