private class NamingTest.TestNamingServer extends NamingServer
Modifier | Constructor and Description |
---|---|
private |
TestNamingServer() |
Modifier and Type | Method and Description |
---|---|
protected void |
stopped(java.lang.Throwable cause)
Wakes any thread waiting in
clean . |
createDirectory, createFile, delete, getStorage, isDirectory, list, lock, register, start, stop, traverse, unlock
protected void stopped(java.lang.Throwable cause)
clean
.stopped
in class NamingServer
cause
- The cause for the shutdown, or null
if the
shutdown was by explicit user request.