Uses of Interface
org.openfast.error.ErrorHandler

Packages that use ErrorHandler
org.openfast   
org.openfast.error   
org.openfast.session   
org.openfast.template.loader   
 

Uses of ErrorHandler in org.openfast
 

Methods in org.openfast with parameters of type ErrorHandler
static void Global.setErrorHandler(ErrorHandler handler)
           
 void Context.setErrorHandler(ErrorHandler errorHandler)
           
 

Uses of ErrorHandler in org.openfast.error
 

Fields in org.openfast.error declared as ErrorHandler
static ErrorHandler ErrorHandler.DEFAULT
           
static ErrorHandler ErrorHandler.NULL
           
 

Uses of ErrorHandler in org.openfast.session
 

Classes in org.openfast.session that implement ErrorHandler
 class Session
           
 

Methods in org.openfast.session that return ErrorHandler
 ErrorHandler Session.getErrorHandler()
           
 

Methods in org.openfast.session with parameters of type ErrorHandler
 void Session.setErrorHandler(ErrorHandler errorHandler)
           
 void FastServer.setErrorHandler(ErrorHandler errorHandler)
           
 

Uses of ErrorHandler in org.openfast.template.loader
 

Methods in org.openfast.template.loader with parameters of type ErrorHandler
 void XMLMessageTemplateLoader.setErrorHandler(ErrorHandler errorHandler)
          Sets the errorHandler object to a method
 



Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.