package SOFA.demos.logdemo;

/**
  * Generated by SOFA CodeGen
  * Implementation for ::CUNI::SOFA::demos::logdemo::Logger?nenya.ms.mff.cuni.cz!0
  * Friday, March 14, 2003 11:16:47 AM CET
  */

public class LoggerImpl extends _BaseLoggerImpl {
  public LoggerImpl(SOFA.Component.DCUP.DCUPComponentManagerImpl cm) {
    super(cm);
  }
  
  public void start() throws SOFA.Component.ComponentLifecycleException {
  
  }
  
  public void stop() throws SOFA.Component.ComponentLifecycleException {
  
  }
  
  public void store() throws SOFA.Component.ComponentLifecycleException {
  
  }
  
  public void restore() throws SOFA.Component.ComponentLifecycleException {
  
  }

  public void log(java.lang.String number) {
    System.out.println("**** LOG: "+number);
  }
  
  public boolean isUpdatable() {
    return true;
  }
}
