public class DriverState extends Object
| Constructor and Description |
|---|
DriverState() |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
closed() |
void |
compilationFinishedWithLocking(boolean wasError) |
void |
compilationInterruptedWithLocking(boolean deferClose) |
void |
compiling() |
void |
compilingWithLocking() |
void |
descroyed() |
void |
error() |
void |
executing() |
void |
executionFinishedWithLocking(boolean wasError) |
static DriverState |
getDriverState() |
boolean |
isAborted() |
boolean |
isClosed() |
boolean |
isCompiled() |
boolean |
isCompiling() |
boolean |
isDestroyed() |
boolean |
isError() |
boolean |
isExecuted() |
boolean |
isExecuting() |
void |
lock() |
static void |
removeDriverState() |
static void |
setDriverState(DriverState state) |
String |
toString() |
void |
unlock() |
public static void setDriverState(DriverState state)
public static DriverState getDriverState()
public static void removeDriverState()
public void lock()
public void unlock()
public boolean isAborted()
public void abort()
public void compiling()
public void compilingWithLocking()
public boolean isCompiling()
public void compilationInterruptedWithLocking(boolean deferClose)
public void compilationFinishedWithLocking(boolean wasError)
public boolean isCompiled()
public void executing()
public boolean isExecuting()
public void executionFinishedWithLocking(boolean wasError)
public boolean isExecuted()
public void closed()
public boolean isClosed()
public void descroyed()
public boolean isDestroyed()
public void error()
public boolean isError()
Copyright © 2024 The Apache Software Foundation. All rights reserved.