Cosminexus アプリケーションサーバ V8 リファレンス API編

[目次][索引][前へ][次へ]

6.1 Timer and Work Manager for Application Servers仕様と動作が異なるCosminexusのAPIの一覧

Timer and Work Manager for Application Servers仕様が定義するAPIと動作が異なるCosminexusのAPIの名称および動作を次の表に示します。

表6-1  Timer and Work Manager for Application Servers仕様と動作が異なるCosminexusのAPIの一覧

クラス名 メソッド名 Cosminexusでの動作
commonj.timers.TimerManagerクラス schedule(TimerListener listener,Date time)メソッド listenerがjavax.ejb.EnterpriseBeanを継承している場合,IllegalArgumentExceptionを返します。
schedule(TimerListener listener,long delay)メソッド
schedule(TimerListener listener,Date firstTime,long period)メソッド
schedule(TimerListener listener,long delay,long period)メソッド
scheduleAtFixedRate(TimerListener listener,Date firstTime,long period)メソッド
scheduleAtFixedRate (TimerListener listener,long delay,long period)メソッド
commonj.work.WorkManagerクラス schedule(Work work)メソッド workがnullの場合,WorkExceptionをスローします。
schedule(Work work,WorkListener wl)メソッド workがnullの場合,WorkExceptionを返します。
WorkListenerがjavax.ejb.EnterpriseBeanを継承している場合,IllegalArgumentExceptionを返します。