oracle.toplink.ejb
Interface SessionCustomizer


public interface SessionCustomizer

Purpose: Provide an interface through which users can customize and apply initial session properties

Description: This interfrace declares a single method, customizeSession() which will apply changes to a session.

Since:
TopLink (Pine)

Method Summary
TypeMethod
 void customizeSession(Session aSession)
          Deprecated.  
 

Method Detail

customizeSession

public void customizeSession(Session aSession)
Deprecated.