Interface OLAHeader


public interface OLAHeader
  • Method Details

    • get_ashrptr

      Long get_ashrptr()
      The absolute location of the BBOASHR
    • set_ashrptr

      void set_ashrptr(Long _ashrptr)
      Sets the location of the BBOASHR
    • set_eyeCatcher

      void set_eyeCatcher(String eyeCatcher) throws OLAException
      Throws:
      OLAException
    • get_eyeCatcher

      String get_eyeCatcher()
    • get_version

      Short get_version()
      Returns:
      the _version
    • set_version

      void set_version(Short _version)
      Parameters:
      _version - the _version to set
    • get_size

      Integer get_size()
      Returns:
      the _size
    • set_size

      void set_size(Integer _size)
      Parameters:
      _size - the _size to set
    • get_daemonGroupName

      String get_daemonGroupName()
      Returns:
      the _daemonGroupName
    • set_daemonGroupName

      void set_daemonGroupName(String groupName)
      Parameters:
      groupName - the _daemonGroupName to set
    • get_maxConn

      Integer get_maxConn()
      Returns:
      the _maxConn
    • set_maxConn

      void set_maxConn(Integer conn)
      Parameters:
      conn - the _maxConn to set
    • toString

      String toString()
      toString method for OLA BBOASHR.
      Overrides:
      toString in class Object