Package | Description |
---|---|
ej.util.logging.handler | |
ej.wadapps.application | |
java.util.logging |
Modifier and Type | Method and Description |
---|---|
void |
DefaultHandler.close() |
Modifier and Type | Method and Description |
---|---|
void |
Application.start()
Causes this application to start.
|
void |
Application.start(org.eclipse.core.runtime.IProgressMonitor monitor)
Causes this application to start.
|
void |
Application.stop()
Causes this application to stop.
|
void |
Application.stop(org.eclipse.core.runtime.IProgressMonitor monitor)
Causes this application to stop.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Handler.close()
Close the handler and the associated resources (such as streams, connections, files).
|