|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SystemContext | |
autohit.call | |
autohit.call.modules | |
autohit.creator.compiler | |
autohit.server | |
autohit.server.command | |
autohit.server.invoker | |
autohit.server.service | |
autohit.vm |
Uses of SystemContext in autohit.call |
Fields in autohit.call declared as SystemContext | |
SystemContext |
Call.sc
System Context |
Methods in autohit.call with parameters of type SystemContext | |
void |
Call.load(VMCore core,
SystemContext sctx,
AutohitLogInjectorWrapper logger)
This will be called to set references to the environment and usable Universe. |
Uses of SystemContext in autohit.call.modules |
Fields in autohit.call.modules declared as SystemContext | |
protected SystemContext |
Module.visSC
|
Methods in autohit.call.modules with parameters of type SystemContext | |
void |
Module.instance(VMCore core,
Universe uni,
AutohitLogInjectorWrapper logger,
SystemContext sctx)
Instantiate |
Uses of SystemContext in autohit.creator.compiler |
Constructors in autohit.creator.compiler with parameters of type SystemContext | |
XmlCompiler(java.lang.String dtdURI,
SystemContext sc)
Constructor. |
|
SimCompiler(SystemContext sc)
Constructor. |
Uses of SystemContext in autohit.server |
Classes in autohit.server that implement SystemContext | |
class |
SimpleSystemContext
A simple system context for a server or invoker. |
Fields in autohit.server declared as SystemContext | |
SystemContext |
BasicBootstrap.sc
System |
Methods in autohit.server with parameters of type SystemContext | |
void |
Kernel.init(SystemContext c)
Initialize. |
Uses of SystemContext in autohit.server.command |
Fields in autohit.server.command declared as SystemContext | |
protected SystemContext |
Command.sc
|
Methods in autohit.server.command with parameters of type SystemContext | |
void |
CommandServerLocal.init(SystemContext c)
Initialize. |
void |
CommandServer.init(SystemContext c)
Initialize. |
Receipt |
Command.call(SystemContext c,
java.util.Vector cl)
Execute the command. |
Uses of SystemContext in autohit.server.invoker |
Fields in autohit.server.invoker declared as SystemContext | |
protected SystemContext |
SimTextCommand.sc
|
Methods in autohit.server.invoker with parameters of type SystemContext | |
void |
SimTextCommand.init(SystemContext c)
Initialize with defaults. |
void |
SimTextCommand.init(SystemContext c,
Injector control,
Injector client)
Initialize. |
Uses of SystemContext in autohit.server.service |
Fields in autohit.server.service declared as SystemContext | |
SystemContext |
Service.sc
Make it easier to see the SC |
Methods in autohit.server.service with parameters of type SystemContext | |
void |
Service.loadcontext(SystemContext ssc)
Complete initialization. |
Uses of SystemContext in autohit.vm |
Fields in autohit.vm declared as SystemContext | |
SystemContext |
VMLoader.sc
|
Methods in autohit.vm that return SystemContext | |
SystemContext |
VMProcessAutomat.getSystemContext()
Get my system context. |
SystemContext |
VMProcess.getSystemContext()
Get my system context. |
Methods in autohit.vm with parameters of type SystemContext | |
void |
VMProcessAutomat.init(SystemContext sctx,
int setpid)
Initialize the process controller. |
void |
VMProcess.init(SystemContext sctx,
int setpid)
Initialize the process controller. |
void |
VMLoader.init(SystemContext sctx)
Initializer. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |