public interface ApplicationMXBean
Modifier and Type | Method and Description |
---|---|
String |
getApplicationClass()
Get the
application class used for configuration of Jersey application. |
String |
getApplicationName()
Get the application name.
|
Map<String,String> |
getProperties()
Get the map of configuration properties converted to strings.
|
Set<String> |
getProviderClasses()
Get classes of registered providers.
|
Set<String> |
getRegisteredClasses()
Get a set of string names of resource classes registered by the user.
|
Set<String> |
getRegisteredInstances()
Get a set of string names of classes of user registered instances.
|
Date |
getStartTime()
Get the start time of the application (when application was initialized).
|
String getApplicationName()
String getApplicationClass()
application class
used for configuration of Jersey application.Map<String,String> getProperties()
Date getStartTime()
Set<String> getRegisteredClasses()
for specification
of returned classes.
Set<String> getRegisteredInstances()
for specification of returned instances.
Set<String> getProviderClasses()
for specification
of returned classes.
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.