Skip Headers
Oracle TopLink Developer's Guide
10g Release 3 (10.1.3)
B13593-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

Configuring Customizer Class

A session customizer class is a Java class that implements the oracle.toplink.tools.sessionconfiguration.SessionCustomizer interface and provides a default (zero-argument) constructor. You can use a session customizer to customize a session at run time on a loaded session before login occurs, similar to how you can use an amendment method to customize a descriptor (see "Configuring Amendment Methods"). For example, you can use a session customizer class to define and register session event listeners with the session event manager (see "Configuring Session Event Listeners").

Table 77-12 summarizes which sessions support customizer class configuration.

Table 77-12 Session Support for Customizer Class Configuration

Session Using TopLink Workbench
Using Java

Server and Client Sessions


Supported.


Supported.


Session Broker and Client Sessions


Supported.


Supported.


Database Sessions


Supported.


Supported.



For more information, see "Session Customization".

Using TopLink Workbench

To specify the session customizer class in a session, use this procedure:

Click Browse and select the customizer class for this session.