Class AbstractIpmiRunner<T>

java.lang.Object
org.metricshub.ipmi.client.runner.AbstractIpmiRunner<T>
Type Parameters:
T - Represent the data type managed by the runner
All Implemented Interfaces:
AutoCloseable, Callable<T>
Direct Known Subclasses:
GetChassisStatusRunner, GetFrusRunner, GetSensorsRunner

public abstract class AbstractIpmiRunner<T> extends Object implements AutoCloseable, Callable<T>
This abstract class implements common features required by FRUs, Sensor and Chassis Status runners.
  • Method Details

    • authenticate

      public void authenticate() throws Exception
      Authenticate IPMI
      Throws:
      Exception - If the authentication fails
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable