直列化された形式


パッケージ jp.terasoluna.fw.collector.concurrent

Class jp.terasoluna.fw.collector.concurrent.ArrayBlockingQueueEx extends ArrayBlockingQueue<E> implements Serializable

serialVersionUID: 7441765139909417804L

直列化されたフィールド

queueLock

ReentrantLock queueLock
キューの操作を同期化するロック。


notEmpty

Condition notEmpty
キューが空でなくなったときに送信されるシグナル。


notFull

Condition notFull
キューがFullでなくなったときに送信されるシグナル。


capacity

int capacity
キューサイズ。


finishQueueingFlag

boolean finishQueueingFlag
キューイング終了フラグ。


パッケージ jp.terasoluna.fw.collector.exception

Class jp.terasoluna.fw.collector.exception.CollectorException extends RuntimeException implements Serializable

serialVersionUID: -4662102198786531151L


パッケージ jp.terasoluna.fw.collector.validate

Class jp.terasoluna.fw.collector.validate.ValidationErrorException extends RuntimeException implements Serializable

serialVersionUID: 5886358053601538376L

直列化されたフィールド

dataValueObject

DataValueObject dataValueObject
キューにデータや例外を格納する際の箱


errors

org.springframework.validation.Errors errors
エラー情報



Copyright © 2012. All Rights Reserved.