Class RedisClientBasic

java.lang.Object
at.ac.ait.lablink.clients.redisclient.RedisClientBasic

public class RedisClientBasic
extends Object
Class RedisClient.
  • Field Details

    • logger

      private static final org.apache.logging.log4j.Logger logger
      Logger.
  • Constructor Details

  • Method Details

    • main

      public static void main​(String[] args) throws at.ac.ait.lablink.core.client.ex.ClientNotReadyException, at.ac.ait.lablink.core.client.ex.CommInterfaceNotSupportedException, at.ac.ait.lablink.core.client.ex.DataTypeNotSupportedException, at.ac.ait.lablink.core.client.ex.NoServicesInClientLogicException, at.ac.ait.lablink.core.client.ex.NoSuchCommInterfaceException, at.ac.ait.lablink.core.client.ex.ServiceIsNotRegisteredWithClientException, at.ac.ait.lablink.core.client.ex.ServiceTypeDoesNotMatchClientType, org.apache.commons.configuration.ConfigurationException
      The main method.
      Parameters:
      args - arguments to main method
      Throws:
      at.ac.ait.lablink.core.client.ex.ClientNotReadyException - client not ready
      at.ac.ait.lablink.core.client.ex.CommInterfaceNotSupportedException - comm interface not supported
      at.ac.ait.lablink.core.client.ex.DataTypeNotSupportedException - data type not supported
      at.ac.ait.lablink.core.client.ex.NoServicesInClientLogicException - no services in client logic
      at.ac.ait.lablink.core.client.ex.NoSuchCommInterfaceException - no such comm interface
      at.ac.ait.lablink.core.client.ex.ServiceIsNotRegisteredWithClientException - service is not registered with client
      at.ac.ait.lablink.core.client.ex.ServiceTypeDoesNotMatchClientType - service type does not match client type
      org.apache.commons.configuration.ConfigurationException - bad configuration