Interface AdminHandler

All Superinterfaces:
Observer

@Deprecated public interface AdminHandler extends Observer
Deprecated.
This interface is meant for internal use only.
  • Method Details

    • getAdminAction

      AdminAction getAdminAction(String actionName)
      Deprecated.
    • getAdminActions

      Collection<AdminAction> getAdminActions()
      Deprecated.
    • addAdminAction

      void addAdminAction(AdminAction adminAction)
      Deprecated.
    • addMonitoringAction

      void addMonitoringAction(AdminAction monitoringAction)
      Deprecated.