net.web
Class Trigger

java.lang.Object
  extended by net.web.Trigger

public class Trigger
extends java.lang.Object

User: Douglas Lyon Date: Mar 19, 2008 Time: 1:10:57 PM Copyright DocJava, Inc., 2007


Nested Class Summary
 class Trigger.CgiIO
           
 class Trigger.Ini
           
 
Field Summary
static java.lang.String DeviceSerialNo
           
 java.lang.String GetConfigFile
           
 java.lang.String RemoteHost
           
 java.lang.String RemotePort
           
 java.lang.String SetCGIAPNAME
           
 
Constructor Summary
Trigger()
           
 
Method Summary
 void ClearParameter()
           
 int FactorReset()
           
 int GetCGIConfig()
           
static void main(java.lang.String[] args)
           
 int Reset()
           
 int SetCGIConfig()
           
 int SetConfigValueEx(java.lang.String s, java.lang.String s1, java.lang.String s2)
           
 int SetFtp()
           
 int SetImage()
           
 int SetInformation()
           
 int SetNetwork()
           
 int SetSystem()
           
 int SetTrigger()
           
 int SetUsers()
           
 int SetVideo()
           
 void triggerOut(boolean flag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SetCGIAPNAME

public java.lang.String SetCGIAPNAME

RemoteHost

public java.lang.String RemoteHost

RemotePort

public java.lang.String RemotePort

DeviceSerialNo

public static java.lang.String DeviceSerialNo

GetConfigFile

public java.lang.String GetConfigFile
Constructor Detail

Trigger

public Trigger()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException

triggerOut

public void triggerOut(boolean flag)
                throws java.io.IOException
Throws:
java.io.IOException

SetSystem

public int SetSystem()
              throws java.io.IOException
Throws:
java.io.IOException

SetVideo

public int SetVideo()
             throws java.io.IOException
Throws:
java.io.IOException

SetImage

public int SetImage()
             throws java.io.IOException
Throws:
java.io.IOException

SetUsers

public int SetUsers()
             throws java.io.IOException
Throws:
java.io.IOException

SetTrigger

public int SetTrigger()
               throws java.io.IOException
Throws:
java.io.IOException

SetNetwork

public int SetNetwork()
               throws java.io.IOException
Throws:
java.io.IOException

SetInformation

public int SetInformation()
                   throws java.io.IOException
Throws:
java.io.IOException

SetFtp

public int SetFtp()
           throws java.io.IOException
Throws:
java.io.IOException

Reset

public int Reset()

FactorReset

public int FactorReset()

GetCGIConfig

public int GetCGIConfig()

SetCGIConfig

public int SetCGIConfig()
                 throws java.io.IOException
Throws:
java.io.IOException

ClearParameter

public void ClearParameter()

SetConfigValueEx

public int SetConfigValueEx(java.lang.String s,
                            java.lang.String s1,
                            java.lang.String s2)