<h1>GlassFish v3 User Task Analysis for Pluggability</h1> Back to GlassFish v3 User Task Analyses ScopeTo determine:
Related InformationList of Tasks |
Concept | Task |
---|---|
OSGi | All |
Integration points | Extend the Administration Console GUI and subtasks Add an integration point |
Administration Console architecture (a web application that is composed of OSGi bundles) | Extend the Administration Console GUI and subtasks |
Templates | Extend the Administration Console GUI and subtasks |
asadmin client-server protocol}} | Add asadmin command |
Key to documents in Citation column:
%%sortable
Interface | Citation | Type | Package | Description |
---|---|---|---|---|
Monitor | P:4.1.3 | Interface | Not found | Contract to enable a component to expose monitoring data therough an HK2 service. |
MonitorData | P:4.1.3 | Annotation | Not found | Annotation to mark parameters as monitoring data. |
ProbeProviderFactory | M:4.1.1.1 M:4.5.1.2 | Interface | org.glassfish.flashlight.provider | Factory class to generate implementation classes of event providers. |
ProbeProvider | M:4.1.1.2 | Annotation | Not found 1 | Annotation to designate an interface as an event provider. |
ProbeName | M:4.1.1.3 | Annotation | org.glassfish.flashlight.provider.annotations | Annotation to identify the event type associated with an event provider method. |
ProbeParam | M:4.1.1.4 | Annotation | org.glassfish.flashlight.provider.annotations | Annotation to identify a method parameter as a value that a listener can monitor. |
ProbeProviderInfo | M:4.1.1.7 | Interface | Not found 2 | Interface to define methods for getting information about an event type in an event provider class. |
ProbeListener | M:4.1.1.8 M:4.5.1.2 | Annotation | org.glassfish.flashlight.client | Annotation to enable a listener to receive callbacks. |
MethodEntry | M:4.1.1.10.1 | Annotation | Not found | Annotation to enable a listener to receive callbacks when the target method is entered. |
MethodExit | M:4.1.1.10.1 | Annotation | Not found | Annotation to enable a listener to receive callbacks when the target method is exited |
OnException | M:4.1.1.10.3 | Annotation | Not found | Annotation to enable a listener to receive callbacks when the target method throws an exception. |
ProbeClientMediator | M:4.1.1.12 M:4.5.1.2 | Interface | org.glassfish.flashlight.client | Class to enable listeners to receive callbacks. |
Monitorable 3 | M:4.1.2.6 M:4.5.1.2 | Interface | org.glassfish.flashlight.annotations | Annotation to mark a class for addition to the Monitor Regsitry. |
Counter 3 | M:4.1.2.6 | Interface | org.glassfish.flashlight.statistics | Interface to define a counter that a class can use. |
TimeStats 3 | M:4.1.2.6 | Interface | org.glassfish.flashlight.statistics | Interface to define a timer. |
Average 3 | M:4.1.2.6 | Interface | org.glassfish.flashlight.statistics | Interface to define averages. |
ProbeMethodExit | M:4.5.1.2 | Interface | Not found | |
ProbeMethodException | M:4.5.1.2 | Interface | Not found | |
MonitoringRunTimeDataRegistry | M:4.5.2 | Interface | org.glassfish.flashlight | |
TreeNode | org.glassfish.flashlight.datatree |
Back to GlassFish v3 User Task Analyses