Interface AdminHandler

  • All Superinterfaces:
    java.util.Observer

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

      • getAdminAction

        AdminAction getAdminAction​(java.lang.String actionName)
        Deprecated.
      • getAdminActions

        java.util.Collection<AdminAction> getAdminActions()
        Deprecated.
      • addAdminAction

        void addAdminAction​(AdminAction adminAction)
        Deprecated.
      • addMonitoringAction

        void addMonitoringAction​(AdminAction monitoringAction)
        Deprecated.