|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.util.StopControl
public class StopControl
タイトル:StopControl is Business Stop Control Process.
説明:業務終了及び停止解除を管理するクラス
著作権: Copyright (c) 2004/01/31
メソッドの概要 | |
---|---|
boolean |
check()
Describe check method : check stop. |
java.lang.String |
getJspUrl()
Describe getJspUrl method : return display jsp. |
java.util.Calendar |
getStartTime()
Describe getStartTime method : return Stop Time. |
java.util.Calendar |
getStopTime()
Describe getStopTime method : return Start Time. |
static StopControl |
newInstance()
Describe newInstance method return MySelf. |
void |
setStart()
Describe setStart method : set Start at promptly. |
void |
setStart(java.util.Calendar tim)
Describe setStart method : set Start schedule. |
void |
setStop(java.util.Calendar tim,
java.lang.String url)
Describe setStop method : set Stop schedule. |
void |
setStop(java.lang.String url)
Describe setStop method : set Stop at promptly. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public static final StopControl newInstance()
newInstance
method return MySelf.
StopControl
: myselfpublic final void setStop(java.lang.String url)
setStop
method : set Stop at promptly.
url
- a void
: 停止時に表示するJspのurl.public final void setStart()
setStart
method : set Start at promptly.
public final void setStop(java.util.Calendar tim, java.lang.String url)
setStop
method : set Stop schedule.
tim
- a Calendar
: 停止予定時間url
- a String
: 停止時に表示するJspのurl.public final void setStart(java.util.Calendar tim)
setStart
method : set Start schedule.
tim
- a Calendar
: 停止解除の予定時間public final boolean check()
check
method : check stop.
true
を、稼動中の場合false
を戻す。
boolean
: trueの場合停止中public final java.lang.String getJspUrl()
getJspUrl
method : return display jsp.
String
: 停止中に表示するJSPのURLpublic final java.util.Calendar getStartTime()
getStartTime
method : return Stop Time.
Calendar
: 停止予定時間public final java.util.Calendar getStopTime()
getStopTime
method : return Start Time.
Calendar
: 停止解除の予定時間
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |