Class OLAConnectionHandle

  • All Implemented Interfaces:
    java.io.Serializable

    public class OLAConnectionHandle
    extends java.lang.Object
    implements java.io.Serializable
    Object representing a OLA connector.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OLAConnectionHandle​(java.lang.String eyeCatcher, boolean active, long address, int lscbAddress, long state, boolean valid)
      Constructor
    • Constructor Detail

      • OLAConnectionHandle

        public OLAConnectionHandle​(java.lang.String eyeCatcher,
                                   boolean active,
                                   long address,
                                   int lscbAddress,
                                   long state,
                                   boolean valid)
        Constructor
    • Method Detail

      • get_ahdleye

        public java.lang.String get_ahdleye()
        Returns:
        the _ahdleye
      • is_ahdlflg_active

        public boolean is_ahdlflg_active()
        Returns:
        the _ahdlflg_active
      • get_address

        public long get_address()
        Returns:
        the _address
      • get_lscb

        public long get_lscb()
        Returns:
        the _lscb
      • get_state

        public long get_state()
        Gets the state of the connection handle
      • get_stateString

        public java.lang.String get_stateString()
        Returns the string corresponding to the state of the connection handle.
      • is_valid

        public boolean is_valid()
      • equals

        public boolean equals​(java.lang.Object thatObject)
        Overrides:
        equals in class java.lang.Object