Class TPC.Systems

  • Enclosing class:
    TPC

    public static final class TPC.Systems
    extends java.lang.Object
    This class simply contains some constant strings for common systems to encourage consistency. You may use any string to describe your thread, but try and keep the categorization broad. If you are writing a module, please use the same string for any thread / task your module creates - do not break down your threads further than the module level.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ALARMS  
      static java.lang.String DATABASE  
      static java.lang.String DEVICES  
      static java.lang.String MONITORING  
      static java.lang.String REDUNDANCY  
      static java.lang.String REPORTING  
      static java.lang.String SCRIPTING  
      static java.lang.String STORE_FORWARD  
      static java.lang.String TAGS  
      static java.lang.String WebAPI  
      static java.lang.String WebUI  
    • Constructor Summary

      Constructors 
      Constructor Description
      Systems()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait