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

C

callbacks, index iconRegistering an Event Listener
class element, index iconDefining an Event Provider by Writing an XML Fragment
class loaders, index iconImplementing the ArchiveHandler Interface
classes
AdminCommandContext, index iconSetting the Context of an asadmin Subcommand
AverageRangeStatisticImpl, index iconRepresenting a Component's Statistics in an Event Listener Class
BoundaryStatisticImpl, index iconRepresenting a Component's Statistics in an Event Listener Class
BoundedRangeStatisticImpl, index iconRepresenting a Component's Statistics in an Event Listener Class
ConfigParser, index iconTo Write a Component's Initial Configuration Data to the domain.xml File
ConfigSupport, index iconTo Create a Transaction to Update Configuration Data
CountStatisticImpl, index iconRepresenting a Component's Statistics in an Event Listener Class
ProbeClientMediator, index iconRegistering an Event Listener
RangeStatisticImpl, index iconRepresenting a Component's Statistics in an Event Listener Class
stateless, index iconEnsuring That an AdminCommand Implementation Is Stateless
StatisticImpl, index iconRepresenting a Component's Statistics in an Event Listener Class
StringStatisticImpl, index iconRepresenting a Component's Statistics in an Event Listener Class
TimeStatisticImpl, index iconRepresenting a Component's Statistics in an Event Listener Class
CLI (command-line interface), branding, index iconChanging the Brand in the GlassFish Server CLI
command-line interface (CLI), branding, index iconChanging the Brand in the GlassFish Server CLI
ComponentManager class, index iconInstantiation of Components in HK2
components, instantiating, index iconInstantiation of Components in HK2
ConfigBeanProxy interface, index iconTo Define an Element
ConfigParser class, index iconTo Write a Component's Initial Configuration Data to the domain.xml File
ConfigSupport class, index iconTo Create a Transaction to Update Configuration Data
configuration data
attributes, index iconDefining an Attribute of an Element
dotted names, index iconDotted Names and REST URLs of Configuration Attributes
initializing, index iconInitializing a Component's Configuration Data
REST URLs, index iconDotted Names and REST URLs of Configuration Attributes
storage of, index iconHow GlassFish Server Stores Configuration Data
updating, index iconCreating a Transaction to Update Configuration Data
validating, index iconValidating Configuration Data
XML elements, index iconDefining an Element
XML representation, index iconHow GlassFish Server Stores Configuration Data
XML subelements, index iconDefining a Subelement
@Configured annotation, index iconTo Define an Element
connector modules, See containers: connector modules
Console Add-On Component Service, index iconAdministration Console Architecture
console-config.xml file
index iconAbout Integration Points
index iconIntegration Point Reference
console-config element, index iconSpecifying the ID of an Add-On Component
integration-point element, index iconSpecifying the ID of an Add-On Component
console providers, index iconAdministration Console Architecture
implementing, index iconImplementing a Console Provider
ConsoleProvider interface, index iconImplementing a Console Provider
Container interface
index iconTo Define an Element
index iconCreating a Container Implementation
index iconImplementing the Container Interface
index iconImplementing the Container Interface
containers
archive types
index iconAdding an Archive Type
index iconImplementing the ArchiveHandler Interface
index iconAssociating File Types With Containers by Using the Sniffer Interface
index iconMaking Sniffer Implementations Available to the GlassFish Server
connector modules, index iconCreating Connector Modules
developing
index iconAdding Container Capabilities
index iconCreating a Container Implementation
examples, index iconImplementing the Container Interface
implementing, index iconImplementing the Container Interface
loading
index iconAssociating File Types With Containers by Using the Sniffer Interface
index iconMaking Sniffer Implementations Available to the GlassFish Server
naming, index iconMarking the Class With the @Service Annotation
containment relationships, representation as subelements, index iconDefining a Subelement
content attribute, integration-point element, index iconIntegration Point Attributes
context, asadmin subcommand, index iconSetting the Context of an asadmin Subcommand
@Contract annotation
index iconServices in the HK2 Component Model
index iconUsing the Apache Maven Build System to Develop HK2 Components
conventions, asadmin subcommand names, index iconSpecifying the Name of an asadmin Subcommand
CountStatisticImpl class, index iconRepresenting a Component's Statistics in an Event Listener Class