com.googlecode.gendevcode.service.impl
类 MainServiceImpl

java.lang.Object
  继承者 com.googlecode.gendevcode.service.basic.ServiceSupport<MainServiceImpl>
      继承者 com.googlecode.gendevcode.service.impl.MainServiceImpl
所有已实现的接口:
BaseService, MainService

public class MainServiceImpl
extends ServiceSupport<MainServiceImpl>
implements MainService

主类实现类

作者:
devilishking

字段摘要
 
从类 com.googlecode.gendevcode.service.basic.ServiceSupport 继承的字段
FLAG_END
 
构造方法摘要
MainServiceImpl()
           
 
方法摘要
 void doExecute()
          执行
protected  void showWelcomeText()
          显示欢迎信息
 
从类 com.googlecode.gendevcode.service.basic.ServiceSupport 继承的方法
getNewId, inputBoolean, inputBoolean, inputDouble, inputDouble, inputInt, inputInt, inputLong, inputLong, inputStr, inputStr, setDebug, setDebug, setError, setError, setFatal, setFatal, setInfo, setInfo, setTrace, setTrace, setWarn, setWarn
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MainServiceImpl

public MainServiceImpl()
方法详细信息

doExecute

public void doExecute()
执行

指定者:
接口 MainService 中的 doExecute

showWelcomeText

protected void showWelcomeText()
                        throws Exception
显示欢迎信息

抛出:
Exception


Copyright © 2012 Devilishkom. All Rights Reserved.