| Package | Description |
|---|---|
| hudson.remoting |
Copyright (c) 2004-2009 Oracle Corporation.
|
| Modifier and Type | Method and Description |
|---|---|
static Channel |
Channel.current()
This method can be invoked during the serialization/deserialization of
objects when they are transferred to the remote
Channel,
as well as during Callable.call() is invoked. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UnexportCommand.execute(Channel channel) |
void |
Channel.Listener.onClosed(Channel channel,
IOException cause)
When the channel was closed normally or abnormally due to an error.
|
| Constructor and Description |
|---|
PingThread(Channel channel) |
PingThread(Channel channel,
long interval) |
PingThread(Channel channel,
long timeout,
long interval) |
Copyright © 2015. All Rights Reserved.