BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management
Class ConfigurationCache

java.lang.Object
  |
  +--weblogic.management.ConfigurationCache

public class ConfigurationCache
extends java.lang.Object

Utility class to purge cached config.xml for MSIEnabled Managed Servers

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
ConfigurationCache()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program for the ConfigurationCache class
static void purge()
          This method deletes the current configutaion file(i.e.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationCache

public ConfigurationCache()
Method Detail

purge

public static void purge()
                  throws java.io.IOException
This method deletes the current configutaion file(i.e. config.xml) and keeps a backup copy with PURGED_CONFIG_FILE_SUFFIX appended to its name

Throws:
java.io.IOException - If

main

public static void main(java.lang.String[] args)
The main program for the ConfigurationCache class

Parameters:
args - The command line arguments

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b