Package org.dspace.app.util
Interface DSpaceWebappMXBean
- All Known Implementing Classes:
AbstractDSpaceWebapp
public interface DSpaceWebappMXBean
MBean type for discovering DSpace web applications.
- Author:
- mwood
-
Method Summary
-
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
-