|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectautohit.vm.VM
autohit.server.service.Service
Root service. Basically, it cheats by being a VM. You must implement prepare(), execute(), construct_chain(), and destruct(). Look at autohit.vm.VM for more information. You must call loadcontext() after instantiating and before calling init()!
EPG - Initial - 15Sep03| Field Summary | |
SystemContext |
sc
Make it easier to see the SC |
| Fields inherited from class autohit.vm.VM |
buf, core, errors, faults, ip, left, loader, myLog, process, right, rinjector, rootProgram, sname, state, STATE_ACTIVE_THRESHOLD, STATE_BUILDING, STATE_DONE, STATE_INVALID, STATE_NEW, STATE_NO_VM, STATE_PAUSED, STATE_RUNNING, TIME_GRAN |
| Constructor Summary | |
Service()
|
|
| Method Summary | |
void |
loadcontext(SystemContext ssc)
Complete initialization. |
| Methods inherited from class autohit.vm.VM |
attach, construct, destruct, die, execute, finalize, getState, init, pause, prepare, resume, setParentCore, start, ticks |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public SystemContext sc
| Constructor Detail |
public Service()
| Method Detail |
public void loadcontext(SystemContext ssc)
throws VMException
VMException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||