BEA Systems, Inc.

weblogic.jndi
Interface ClientEnvironmentFactory


public interface ClientEnvironmentFactory

This class generates client environments, to be used in the server and from the thin client. In order to keep the thin client thin, this class may not pull in any weblogic specific classes (other than the ones already in here).


Method Summary
 ClientEnvironment getNewEnvironment()
          Returns a new environment, suitable for being used on either the thin or the thick client
 

Method Detail

getNewEnvironment

ClientEnvironment getNewEnvironment()
Returns a new environment, suitable for being used on either the thin or the thick client

Returns:
An object that can be used in both the thin client and in the server

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.