Uses of Package
org.eclipse.jetty.util.annotation
-
Packages that use org.eclipse.jetty.util.annotation Package Description org.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Managementorg.eclipse.jetty.util.log Jetty Util : Common Logging Integrationsorg.eclipse.jetty.util.ssl Jetty Util : Common SSL Utility Classesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilitiesorg.eclipse.jetty.util.thread.strategy -
Classes in org.eclipse.jetty.util.annotation used by org.eclipse.jetty.util Class Description ManagedAttribute The@ManagedAttributeannotation is used to indicate that a given method exposes a JMX attribute.ManagedObject 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.component Class Description ManagedAttribute The@ManagedAttributeannotation is used to indicate that a given method exposes a JMX attribute.ManagedObject The@ManagedObjectannotation is used on a class at the top level to indicate that it should be exposed as an mbean.ManagedOperation 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.log Class Description ManagedAttribute The@ManagedAttributeannotation is used to indicate that a given method exposes a JMX attribute.ManagedObject 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.ssl Class Description ManagedAttribute The@ManagedAttributeannotation is used to indicate that a given method exposes a JMX attribute.ManagedObject The@ManagedObjectannotation is used on a class at the top level to indicate that it should be exposed as an mbean.ManagedOperation 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.thread Class Description ManagedAttribute The@ManagedAttributeannotation is used to indicate that a given method exposes a JMX attribute.ManagedObject The@ManagedObjectannotation is used on a class at the top level to indicate that it should be exposed as an mbean.ManagedOperation The@ManagedOperationannotation is used to indicate that a given method should be considered a JMX operation.Name 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.strategy Class Description ManagedAttribute The@ManagedAttributeannotation is used to indicate that a given method exposes a JMX attribute.ManagedObject The@ManagedObjectannotation is used on a class at the top level to indicate that it should be exposed as an mbean.ManagedOperation The@ManagedOperationannotation is used to indicate that a given method should be considered a JMX operation.