Interface DSpaceWebappMXBean

All Known Implementing Classes:
AbstractDSpaceWebapp

public interface DSpaceWebappMXBean
MBean type for discovering DSpace web applications.
Author:
mwood
  • Method Summary

    Modifier and Type
    Method
    Description
    What kind of webapp?
    When did this application start?
    What is the base URL of this application?
    boolean
    Is this webapp a user interface?
  • Method Details

    • isUI

      boolean isUI()
      Is this webapp a user interface? False if machine interface such as SWORD.
      Returns:
      true/false
    • getKind

      String getKind()
      What kind of webapp? Server, etc.
      Returns:
      kind of webapp
    • getURL

      String getURL()
      What is the base URL of this application?
      Returns:
      base url
    • getStarted

      String getStarted()
      When did this application start?
      Returns:
      start time