application.runtime
インタフェース ServiceComponent


public interface ServiceComponent


メソッドの概要
 boolean isAutoStart()
           
 void refresh()
           
 void setAutoStart(boolean autoStart)
           
 void start()
           
 void stop()
           
 

メソッドの詳細

isAutoStart

public boolean isAutoStart()

refresh

public void refresh()
             throws ServiceComponentException
例外:
ServiceComponentException

setAutoStart

public void setAutoStart(boolean autoStart)

start

public void start()
           throws ServiceComponentException
例外:
ServiceComponentException

stop

public void stop()
          throws ServiceComponentException
例外:
ServiceComponentException