Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-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 © 1998, 2005 Oracle Corporation. All Rights Reserved.