Interface BaseOnmsMBean

    • Method Detail

      • init

        void init()
        Initialization invoked prior to start.
      • start

        void start()
        Starts the current managed bean.
      • stop

        void stop()
        Starts the current managed bean.
      • getStatus

        int getStatus()
        The current status of the managed bean. This is a representation of the managed bean's run state as defined by the Fiber interface.
        Returns:
        a int.
      • getStatusText

        String getStatusText()

        getStatusText

        Returns:
        a String object.