Enum Class IORole

java.lang.Object
java.lang.Enum<IORole>
io.deephaven.enterprise.niowrapper.sched.IORole
All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable, Serializable, Comparable<IORole>, Constable

public enum IORole extends Enum<IORole> implements com.fishlib.base.log.LogOutputAppendable
Created by IntelliJ IDEA. User: jrauser Date: Feb 5, 2007 Time: 1:09:25 PM To change this template use File | Settings | File Templates.
  • Enum Constant Details

    • Requestor

      public static final IORole Requestor
      A Requestor primarily initiates requests and waits for the responses.
    • Responder

      public static final IORole Responder
      A Responder primarily waits for requests and then responds to them.
  • Method Details

    • values

      public static IORole[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static IORole valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • append

      public com.fishlib.base.log.LogOutput append(com.fishlib.base.log.LogOutput logOutput)
      Specified by:
      append in interface com.fishlib.base.log.LogOutputAppendable