|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Thread
jAudioFeatureExtractor.CommandLineThread
public class CommandLineThread
入れ子のクラスの概要 |
---|
クラス java.lang.Thread から継承された入れ子のクラス/インタフェース |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
フィールドの概要 | |
---|---|
Cancel |
cancel
|
クラス java.lang.Thread から継承されたフィールド |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
コンストラクタの概要 | |
---|---|
CommandLineThread(Batch b)
|
メソッドの概要 | |
---|---|
void |
announceUpdate(int fileDone)
Called periodically when processing a file |
void |
announceUpdate(int fileNumber,
int fileDone)
Called when a file is completed. |
void |
cancel()
|
void |
run()
|
void |
setFileLength(int windows)
Establishes how big the current file is. |
void |
setNumberOfFiles(int files)
Establishes how many files are in this execution |
クラス java.lang.Thread から継承されたメソッド |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
public Cancel cancel
コンストラクタの詳細 |
---|
public CommandLineThread(Batch b)
メソッドの詳細 |
---|
public void announceUpdate(int fileNumber, int fileDone)
Updater
の記述:
Updater
内の announceUpdate
fileNumber
- How many files are completed.fileDone
- Position in the file (usually 0).public void announceUpdate(int fileDone)
Updater
の記述:
Updater
内の announceUpdate
fileDone
- Position in file.public void setNumberOfFiles(int files)
Updater
の記述:
Updater
内の setNumberOfFiles
files
- Number of files to be processed.public void setFileLength(int windows)
Updater
の記述:
Updater
内の setFileLength
windows
- Total number of windows of data to be processed.public void cancel()
public void run()
java.lang.Runnable
内の run
java.lang.Thread
内の run
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |