| | |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * This class defines the set of methods that must be implemented for |
| | | * an account status notification handler. This handler will be |
| | |
| | | */ |
| | | public abstract class AccountStatusNotificationHandler |
| | | { |
| | | |
| | | |
| | | |
| | | /** |
| | | * Initializes this account status notification handler based on the |
| | | * information in the provided configuration entry. |
| | |
| | | */ |
| | | public abstract void initializeStatusNotificationHandler( |
| | | ConfigEntry configEntry) |
| | | throws ConfigException, InitializationException; |
| | | throws ConfigException, InitializationException; |
| | | |
| | | |
| | | |