Uses of Class
com.bankframe.examples.CommandLineExample

Packages that use CommandLineExample
com.bankframe.examples.exception   
com.bankframe.examples.logging   
com.bankframe.examples.resource   
 

Uses of CommandLineExample in com.bankframe.examples.exception
 

Subclasses of CommandLineExample in com.bankframe.examples.exception
 class ChainedExceptionExample
          This class illustrates BankFrame MCA's support for chained exceptions
 

Uses of CommandLineExample in com.bankframe.examples.logging
 

Subclasses of CommandLineExample in com.bankframe.examples.logging
 class BankFrameLogExample
          This class illustrates how the different logging levels in the logging framework work.
 

Uses of CommandLineExample in com.bankframe.examples.resource
 

Subclasses of CommandLineExample in com.bankframe.examples.resource
 class BankFrameMCAResourceExample
          This class illustrates dynamic configuration working It carries out the following steps: Backup the current BankframeResource.properties Replace the current BankframeResource.properties with one that contains a key named dynamicConfiguration.testValue whose value is: Hello Call BankFrameMCAResource.getProperty() method to obtain the value of this setting and display it Replace the current BankframeResource.properties with one that contains a key named dynamicConfiguration.testValue whose value is: World Sleep for the interval defined by the resource.cache.refreshInterval setting so that the change to the file is detected Call BankFrameMCAResource.getProperty() method to obtain the value of this setting and display it
 



Copyright © 2004 Siebel Systems, Inc. All rights reserved.