public class UnexportCommand extends Object
Command that unexports an object.| Modifier and Type | Field and Description |
|---|---|
Exception |
createdAt
This exception captures the stack trace of where the Command object is created.
|
| Constructor and Description |
|---|
UnexportCommand(int oid)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
chainCause(Throwable initCause)
Chains the
createdAt cause. |
protected void |
execute(Channel channel)
Called on a remote system to perform this command.
|
String |
toString() |
@CheckForNull public final Exception createdAt
null if the cause is not recorded.@Deprecated public UnexportCommand(int oid)
UnexportCommand(int, Throwable)protected void execute(Channel channel)
channel - The Channel of the remote system.protected final void chainCause(@CheckForNull Throwable initCause)
createdAt cause.
It will happen if and only if cause recording is enabled.initCause - Original Cause. null causes will be ignoredCopyright © 2004–2017. All rights reserved.