Uses of Package
org.eclipse.jetty.util.annotation
Packages that use org.eclipse.jetty.util.annotation
Package
Description
Jetty Util : Common Utility Classes
Jetty Util : Jetty Lifecycle Management
Jetty Util : Resource Utilities
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Classes in org.eclipse.jetty.util.annotation used by org.eclipse.jetty.utilClassDescriptionThe
@ManagedAttributeannotation is used to indicate that a given method exposes a JMX attribute.The@ManagedObjectannotation is used on a class at the top level to indicate that it should be exposed as an mbean. -
Classes in org.eclipse.jetty.util.annotation used by org.eclipse.jetty.util.componentClassDescriptionThe
@ManagedAttributeannotation is used to indicate that a given method exposes a JMX attribute.The@ManagedObjectannotation is used on a class at the top level to indicate that it should be exposed as an mbean.The@ManagedOperationannotation is used to indicate that a given method should be considered a JMX operation. -
Classes in org.eclipse.jetty.util.annotation used by org.eclipse.jetty.util.compressionClassDescriptionThe
@ManagedObjectannotation is used on a class at the top level to indicate that it should be exposed as an mbean. -
Classes in org.eclipse.jetty.util.annotation used by org.eclipse.jetty.util.resourceClassDescriptionThe
@ManagedAttributeannotation is used to indicate that a given method exposes a JMX attribute.The@ManagedObjectannotation is used on a class at the top level to indicate that it should be exposed as an mbean.The@ManagedOperationannotation is used to indicate that a given method should be considered a JMX operation. -
Classes in org.eclipse.jetty.util.annotation used by org.eclipse.jetty.util.sslClassDescriptionThe
@ManagedAttributeannotation is used to indicate that a given method exposes a JMX attribute.The@ManagedObjectannotation is used on a class at the top level to indicate that it should be exposed as an mbean.The@ManagedOperationannotation is used to indicate that a given method should be considered a JMX operation. -
Classes in org.eclipse.jetty.util.annotation used by org.eclipse.jetty.util.threadClassDescriptionThe
@ManagedAttributeannotation is used to indicate that a given method exposes a JMX attribute.The@ManagedObjectannotation is used on a class at the top level to indicate that it should be exposed as an mbean.The@ManagedOperationannotation is used to indicate that a given method should be considered a JMX operation.This annotation is used to describe variables in method signatures so that when rendered into tools like JConsole it is clear what the parameters are. -
Classes in org.eclipse.jetty.util.annotation used by org.eclipse.jetty.util.thread.strategyClassDescriptionThe
@ManagedAttributeannotation is used to indicate that a given method exposes a JMX attribute.The@ManagedObjectannotation is used on a class at the top level to indicate that it should be exposed as an mbean.The@ManagedOperationannotation is used to indicate that a given method should be considered a JMX operation.