Interface ApplicationMXBean
- All Known Implementing Classes:
ApplicationMXBeanImpl
public interface ApplicationMXBean
Application MX Bean.
-
Method Summary
Modifier and TypeMethodDescriptionGet theapplication classused for configuration of Jersey application.Get the application name.Get the map of configuration properties converted to strings.Get classes of registered providers.Get a set of string names of resource classes registered by the user.Get a set of string names of classes of user registered instances.Get the start time of the application (when application was initialized).
-
Method Details
-
getApplicationName
-
getApplicationClass
String getApplicationClass()Get theapplication classused for configuration of Jersey application.- Returns:
- Application class name.
-
getProperties
-
getStartTime
Date getStartTime()Get the start time of the application (when application was initialized).- Returns:
- Application start time.
-
getRegisteredClasses
-
getRegisteredInstances
-
getProviderClasses
-