Class sfclasses.Templates
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sfclasses.Templates

java.lang.Object
   |
   +----sfclasses.Templates

public class Templates
extends Object
This class implements the rule templates used for autoconfiguration. There are three types of templates (general, server, firewall) that are statically defined in this class. If the counters (numberGeneral, numberServer, numberFirewall) are not set correctly, an error message will occur when starting the software.

Variable Index

 o comment
 o defaultActivate
 o fw_dst_idx
 o fw_flags
 o fw_rc
 o fw_src_idx
 o initialized
 o notification
 o numberFirewall
 o numberGeneral
 o numberServer
 o numberTotal
 o priority
 o prompt
 o protocol
 o srvport
 o srvprend
 o startFirewall
 o startServer
 o ttl

Constructor Index

 o Templates()

Method Index

 o callToInit()
Empty method that is called on startup to invoke the static initializer and produce any error messages immediately after starting the software.

Variables

 o initialized
  public static boolean initialized
 o numberGeneral
  public static int numberGeneral
 o numberServer
  public static int numberServer
 o startServer
  public static int startServer
 o numberFirewall
  public static int numberFirewall
 o startFirewall
  public static int startFirewall
 o numberTotal
  public static int numberTotal
 o defaultActivate
  public static boolean defaultActivate[]
 o priority
  public static boolean priority[]
 o prompt
  public static String prompt[]
 o comment
  public static String comment[]
 o fw_src_idx
  public static int fw_src_idx[]
 o fw_dst_idx
  public static int fw_dst_idx[]
 o fw_rc
  public static int fw_rc[]
 o fw_flags
  public static int fw_flags[]
 o ttl
  public static int ttl[]
 o protocol
  public static int protocol[]
 o notification
  public static int notification[]
 o srvport
  public static int srvport[]
 o srvprend
  public static int srvprend[]

Constructors

 o Templates
  public Templates()

Methods

 o callToInit
  public static void callToInit()
Empty method that is called on startup to invoke the static initializer and produce any error messages immediately after starting the software.

All Packages  Class Hierarchy  This Package  Previous  Next  Index