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 |
disconnect(Class<?> type)
Clears the execution data buffered in the given instrumented type.
|
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 disconnect(Class<?> type) throws Exception
IRuntime
disconnect
in interface IRuntime
type
- class to clearException
- if clearing the data is not possiblepublic void startup(RuntimeData data) throws Exception
public static String createRandomId()
Copyright © 2013. All Rights Reserved.