Class RedisClientBasic
java.lang.Object
at.ac.ait.lablink.clients.redisclient.RedisClientBasic
public class RedisClientBasic extends Object
Class RedisClient.
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.logging.log4j.LoggerloggerLogger. -
Constructor Summary
Constructors Constructor Description RedisClientBasic() -
Method Summary
-
Field Details
-
logger
private static final org.apache.logging.log4j.Logger loggerLogger.
-
-
Constructor Details
-
RedisClientBasic
public RedisClientBasic()
-
-
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.ConfigurationExceptionThe main method.- Parameters:
args- arguments to main method- Throws:
at.ac.ait.lablink.core.client.ex.ClientNotReadyException- client not readyat.ac.ait.lablink.core.client.ex.CommInterfaceNotSupportedException- comm interface not supportedat.ac.ait.lablink.core.client.ex.DataTypeNotSupportedException- data type not supportedat.ac.ait.lablink.core.client.ex.NoServicesInClientLogicException- no services in client logicat.ac.ait.lablink.core.client.ex.NoSuchCommInterfaceException- no such comm interfaceat.ac.ait.lablink.core.client.ex.ServiceIsNotRegisteredWithClientException- service is not registered with clientat.ac.ait.lablink.core.client.ex.ServiceTypeDoesNotMatchClientType- service type does not match client typeorg.apache.commons.configuration.ConfigurationException- bad configuration
-