Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

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

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04