Package org.dspace.app.util
Interface DSpaceWebappMXBean
-
- All Known Implementing Classes:
AbstractDSpaceWebapp
public interface DSpaceWebappMXBeanMBean type for discovering DSpace web applications.- Author:
- mwood
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKind()What kind of webapp?StringgetStarted()When did this application start?StringgetURL()What is the base URL of this application?booleanisUI()Is this webapp a user interface?
-
-
-
Method Detail
-
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
-
-