public abstract class AbstractRuntime extends Object implements IRuntime
IRuntime
implementation.Modifier and Type | Field and Description |
---|---|
protected RuntimeData |
data
access to the runtime data
|
Constructor and Description |
---|
AbstractRuntime() |
Modifier and Type | Method and Description |
---|---|
static String |
createRandomId()
Creates a random session identifier.
|
void |
startup(RuntimeData data)
Subclasses must call this method when overwriting it.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateDataAccessor
protected RuntimeData data
public void startup(RuntimeData data) throws Exception
public static String createRandomId()
Copyright © 2020. All rights reserved.