edu.iastate.metnet.aracyc
Class ScriptSink

java.lang.Object
  extended by edu.iastate.metnet.aracyc.ScriptSink

public class ScriptSink
extends java.lang.Object

Author:
Jie Li

Field Summary
(package private) static org.apache.log4j.Logger logger
           
 
Constructor Summary
ScriptSink()
           
 
Method Summary
 void runIoC()
          confirm the idea of inversion of control, let user input the script component in the command line and the framework execute the script according to the predefined facility
 void runJDBC()
          some zxJDBC code
 void runJyhton()
          some useful code
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger
Constructor Detail

ScriptSink

public ScriptSink()
Method Detail

runJyhton

public void runJyhton()
some useful code

  
   
      from java.util import ArrayList
      a = ArrayList()
      a.add(1)
      g = a.get
      print g
      print g(0)
    
   
 


runIoC

public void runIoC()
confirm the idea of inversion of control, let user input the script component in the command line and the framework execute the script according to the predefined facility


runJDBC

public void runJDBC()
some zxJDBC code