|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.aracyc.ScriptSink
public class ScriptSink
| 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 |
|---|
static org.apache.log4j.Logger logger
| Constructor Detail |
|---|
public ScriptSink()
| Method Detail |
|---|
public void runJyhton()
from java.util import ArrayList
a = ArrayList()
a.add(1)
g = a.get
print g
print g(0)
public void runIoC()
public void runJDBC()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||