インタフェース HsmsSession

すべてのスーパーインタフェース:
HsmsCommunicateStateDetectable, HsmsGemAccessor, HsmsMessageReceiveObservable, HsmsMessageSendable, SecsCommunicateStateDetectable, SecsCommunicatorConfigValueGettable, SecsGemAccessor, SecsMessageReceiveObservable, SecsMessageSendable

public interface HsmsSession
extends HsmsGemAccessor, HsmsMessageReceiveObservable, HsmsCommunicateStateDetectable
HSMS Session interface.
  • メソッドの詳細

    • select

      boolean select() throws java.lang.InterruptedException
      SELECT.REQ.
      戻り値:
      true if SELECT Success, otherwise false
      例外:
      java.lang.InterruptedException - if interrupted
    • deselect

      boolean deselect() throws java.lang.InterruptedException
      DESELECT.REQ.
      戻り値:
      true if DESELECT Success, otherwise false
      例外:
      java.lang.InterruptedException - if interrupted
    • separate

      boolean separate() throws java.lang.InterruptedException
      SEPARATE.REQ.
      戻り値:
      true if SEPARATE Success, otherwise false
      例外:
      java.lang.InterruptedException - if interrupted