public abstract class AbstractProcess extends java.lang.Object implements Process
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,Module> |
modules |
| Constructor and Description |
|---|
AbstractProcess(int id) |
| Modifier and Type | Method and Description |
|---|---|
Module |
findModule(java.lang.String moduleName) |
int |
id() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitModulescanRead, canRead, read, read, read, readBoolean, readByte, readDouble, readFloat, readInt, readLong, readShort, readString, readUnsignedInt, write, writeBoolean, writeByte, writeDouble, writeFloat, writeInt, writeLong, writeShortprotected java.util.Map<java.lang.String,Module> modules
public Module findModule(java.lang.String moduleName)
findModule in interface Process