Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
この ShutdownListener が破棄される前に通知を受信するリスナオブジェクトのリストから、指定した ServerContext オブジェクトを削除します。
void ServerContext.removeShutdownListener(ShutdownListener sl)
sl 通知が中止されるリスナオブジェクト。
次のコードは、ServerContext が破壊される前に通知を受信するリスナオブジェクトのリストから、ShutdownListener オブジェクトを削除します。
ServerContext serverContext; ShutdownListener myShutdownListener serverContext.removeShutdownListener(myShutdownListener);