パッケージ com.shimizukenta.secs
SecsCommunicator.
- To get new HSMS-SS communicator instance, ...
- To open communicator,
OpenAndCloseable.open()
. - To close communicator
Closeable.close()
.
- To receive primary SECS-Message,
SecsMessageReceiveObservable.addSecsMessageReceiveListener(SecsMessageReceiveListener)
.
-
インタフェースの概要 インタフェース 説明 OpenAndCloseable This interface has Open/Close and isOpen/isClosed methods.SecsCommunicatableStateChangeBiListener SECS-Communicate-State Change Listener.SecsCommunicatableStateChangeListener SECS-Communicate-State Change Listener.SecsCommunicateStateDetectable SECS Communicate State Detectable.SecsCommunicator This interface is implementation of SECS-Communicating, open/close communicating, receive/send SECS-Message.SecsCommunicatorConfigValueGettable SecsCommunicaotor config value getter.SecsGemAccessor SECS GEM Accessor.SecsLog This intarface contains subject, timestamp, detail-information.SecsLogListener<T> SecsLog receive Listener.SecsLogObservable SecsLog Observable, add/remove listeners.SecsMessage This interface is implementation of Send and Receive Message.SecsMessagePassThroughListener<T> SecsMessage pass through listener.SecsMessagePassThroughLog This interface is extend with Pass-Through SecsMessage.SecsMessagePassThroughObservable SECS-Message path through Observable.SecsMessageReceiveBiListener SecsMessage receive Listener.SecsMessageReceiveListener SecsMessage receive Listener.SecsMessageReceiveObservable SecsMessage Observer methods.SecsMessageSendable This interface is implementation of send SECS-Message.SecsThrowableLog This interface is extend with Throwable.SecsTimeout Secs Timeout config, T1-T8 Setter, Getter and Observer.SecsWaitReplyMessageExceptionLog This interface implements Reference-Message of SecsWaitReplyMessageException. -
クラスの概要 クラス 説明 AbstractSecsCommunicatorConfig This abstract class is implementation of communicate config. -
例外の概要 例外 説明 AlreadyClosedException Already closed Exception.AlreadyOpenedException Already opened Exception.ExecutorServiceShutdownFailedException ExecutorService shutdown failed Exception.SecsException This Exception is super class of SECS-Communicating Exception.SecsSendMessageException This Exception is super class of SECS-Communicator send-message failed Exception.SecsWaitReplyMessageException This Exception is super class of SECS-Communicator receive-message failed Exception.UnsetSocketAddressException Unset SocketAddress Exception.