Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.ejb
Interface SessionInitializer


public interface SessionInitializer

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

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

Since:
TopLink (Pine)

Method Summary
 void initializeSession(oracle.toplink.publicinterface.Session aSession)
          Deprecated.  

 

Method Detail

initializeSession

public void initializeSession(oracle.toplink.publicinterface.Session aSession)
Deprecated. 

Copyright © 2003 Oracle Corporation. All Rights Reserved.