|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationMXBean
Application MX Bean.
| Method Summary | |
|---|---|
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). |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||