JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle GlassFish Server 3.1 Add-On Component Development Guide
search filter icon
search icon

Document Information

Preface

1.   Introduction to the Development Environment for GlassFish Server Add-On Components

2.  Writing HK2 Components

3.  Extending the Administration Console

4.  Extending the asadmin Utility

5.  Adding Monitoring Capabilities

6.  Adding Configuration Data for a Component

7.  Adding Container Capabilities

8.  Creating a Session Persistence Module

9.  Packaging, Integrating, and Delivering an Add-On Component

A.  Integration Point Reference

Index

A

B

C

D

E

F

G

H

I

J

L

M

N

O

P

R

S

T

U

V

W

X

Index

A

abbrev_product_name keyword, index iconChanging the Brand in the GlassFish Server CLI
acceptableValues element, @Param annotation, index iconSpecifying the Acceptable Values of a Parameter
add-on components
delivering, index iconDelivering an Add-On Component Through Update Tool
integrating, index iconIntegrating an Add-On Component With GlassFish Server
overview, index iconGlassFish Server Modular Architecture and Add-On Components
packaging, index iconPackaging an Add-On Component
specifying ID values, index iconSpecifying the ID of an Add-On Component
AdminCommand interface, index iconAdding an asadmin Subcommand
execute method, index iconEnabling an asadmin Subcommand to Run
AdminCommandContext class, index iconSetting the Context of an asadmin Subcommand
Administration Console
adding content to pages, index iconAdding Content to a Page
adding functionality to, index iconAdding Functionality to the Administration Console
adding internationalization support, index iconAdding Internationalization Support
adding nodes to navigation tree, index iconAdding a Node to the Navigation Tree
adding pages to, index iconAdding a Page to the Administration Console
adding tabs and tab sets to pages, index iconAdding Tabs to a Page
adding task groups to Common Tasks page, index iconAdding a Task Group to the Common Tasks Page
adding tasks to Common Tasks page, index iconAdding a Task to the Common Tasks Page
architecture, index iconAdministration Console Architecture
changing theme or brand of, index iconChanging the Theme or Brand of the Administration Console
extending, index iconExtending the Administration Console
annotations
@Param, index iconIdentifying a Parameter of an asadmin Subcommand
@Attribute, index iconIdentifying an Attribute of an Element
@Configured, index iconTo Define an Element
@Element, index iconTo Define a Subelement
@I18n, index iconAdding Message Text Strings to an asadmin Subcommand
@ManagedAttribute, index iconRepresenting a Component's Statistics in an Event Listener Class
@ManagedObject, index iconCreating Event Listeners
@Max, index iconValidating Configuration Data
@Min, index iconValidating Configuration Data
@Pattern, index iconValidating Configuration Data
@Probe, index iconDefining an Event Provider by Writing a Java Class
@ProbeListener, index iconSubscribing to Events From Event Provider Classes
@ProbeParam
index iconDefining an Event Provider by Writing a Java Class
index iconSubscribing to Events From Event Provider Classes
@ProbeProvider, index iconDefining an Event Provider by Writing a Java Class
@Scoped, index iconEnsuring That an AdminCommand Implementation Is Stateless
@Service, index iconRepresenting an asadmin Subcommand as a Java Class
Apache Felix OSGi framework, index iconOSGi Alliance Module Management Subsystem
Apache Maven, See Maven
ApplicationName interface, index iconTo Define an Element
apply method, index iconTo Create a Transaction to Update Configuration Data
Archive interface, index iconAdding an Archive Type
archive types, See containers: archive types
ArchiveHandler interface, index iconImplementing the ArchiveHandler Interface
asadmin subcommand
branding, index iconChanging the Brand in the GlassFish Server CLI
context, index iconSetting the Context of an asadmin Subcommand
asadmin subcommands
adding, index iconAdding an asadmin Subcommand
default parameter values, index iconSpecifying the Default Value of a Parameter
error messages, index iconAdding Message Text Strings to an asadmin Subcommand
internationalization, index iconAdding Message Text Strings to an asadmin Subcommand
naming, index iconSpecifying the Name of an asadmin Subcommand
operands, index iconAdding Parameters to an asadmin Subcommand
options, index iconAdding Parameters to an asadmin Subcommand
parameters, index iconAdding Parameters to an asadmin Subcommand
running, index iconEnabling an asadmin Subcommand to Run
strings, index iconAdding Message Text Strings to an asadmin Subcommand
text, index iconAdding Message Text Strings to an asadmin Subcommand
validation of parameters, index iconSpecifying the Acceptable Values of a Parameter
@Attribute annotation, index iconIdentifying an Attribute of an Element
attributes, defining, index iconDefining an Attribute of an Element
AverageRangeStatisticImpl class, index iconRepresenting a Component's Statistics in an Event Listener Class