BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.common
Interface ConfigServicesDef


public interface ConfigServicesDef

The ConfigServicesDef is the interface that defines configuration services for the WebLogic Server.

Author:
Copyright (c) 1996-98 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.String getProperty(java.lang.String key)
          Gets a configuration parameter from the weblogic.properties file.
 

Method Detail

getProperty

public java.lang.String getProperty(java.lang.String key)
                             throws T3Exception
Gets a configuration parameter from the weblogic.properties file.

Parameters:
key - Name of the property
Returns:
Value of the property as set in the properties file
Throws:
T3Exception - error if the properties file cannot be found or there is no property found for the specified key

Documentation is available at
http://www.weblogic.com/docs51