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.
-
comment
-
-
defaultActivate
-
-
fw_dst_idx
-
-
fw_flags
-
-
fw_rc
-
-
fw_src_idx
-
-
initialized
-
-
notification
-
-
numberFirewall
-
-
numberGeneral
-
-
numberServer
-
-
numberTotal
-
-
priority
-
-
prompt
-
-
protocol
-
-
srvport
-
-
srvprend
-
-
startFirewall
-
-
startServer
-
-
ttl
-
-
Templates()
-
-
callToInit()
- Empty method that is called on startup to invoke the static
initializer and produce any error messages immediately after
starting the software.
initialized
public static boolean initialized
numberGeneral
public static int numberGeneral
numberServer
public static int numberServer
startServer
public static int startServer
numberFirewall
public static int numberFirewall
startFirewall
public static int startFirewall
numberTotal
public static int numberTotal
defaultActivate
public static boolean defaultActivate[]
priority
public static boolean priority[]
prompt
public static String prompt[]
comment
public static String comment[]
fw_src_idx
public static int fw_src_idx[]
fw_dst_idx
public static int fw_dst_idx[]
fw_rc
public static int fw_rc[]
fw_flags
public static int fw_flags[]
ttl
public static int ttl[]
protocol
public static int protocol[]
notification
public static int notification[]
srvport
public static int srvport[]
srvprend
public static int srvprend[]
Templates
public Templates()
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