net.webapp2.userinfo.service.hsql
Class UserInfoServiceImpl

java.lang.Object
  extended by net.webapp2.userinfo.service.hsql.UserInfoServiceImpl
All Implemented Interfaces:
UserInfoService

public class UserInfoServiceImpl
extends Object
implements UserInfoService


Constructor Summary
UserInfoServiceImpl()
           
 
Method Summary
 void activate()
          서비스를 시작하기 위한 제반 작업 수행 테이블 생성
 boolean available()
          서비스가 가능한 상태인지 확인 테이블 존재 여부 확인
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInfoServiceImpl

public UserInfoServiceImpl()
Method Detail

activate

public void activate()
Description copied from interface: UserInfoService
서비스를 시작하기 위한 제반 작업 수행

Specified by:
activate in interface UserInfoService

available

public boolean available()
Description copied from interface: UserInfoService
서비스가 가능한 상태인지 확인

Specified by:
available in interface UserInfoService
Returns: