org.jwarp.common
Interface IExceptionProvider

All Known Subinterfaces:
IActivityFactory, ICacheService, IConfigurationService, IConnectionPoolService, IDisplayService, IForm, IGroupService, IIdService, ILocalizationService, ILogService, IMailService, IObjectPoolService, IParamService, IPersistenceService, IPoolService, IProcessFactory, IScreen, IScreenService, ISecurityService, IService, IShutDownService, IThreadPoolService, ITransitionFactory, IWebService, IWorkService, IXSLTService

public interface IExceptionProvider

Interface for components who want to provide a dynamic exception handling interface.

Version:
1.0
Author:
Anatole Tresch

Method Summary
 void addExceptionListener(IExceptionListener handler)
           
 java.util.Iterator getExceptionListeners()
           
 void removeAllExceptionListeners()
           
 void removeExceptionListener(IExceptionListener listener)
           
 

Method Detail

addExceptionListener

public void addExceptionListener(IExceptionListener handler)

getExceptionListeners

public java.util.Iterator getExceptionListeners()

removeAllExceptionListeners

public void removeAllExceptionListeners()

removeExceptionListener

public void removeExceptionListener(IExceptionListener listener)

©   O R C A   S y s t e m s