hudson.remoting
Class UnexportCommand
java.lang.Object
hudson.remoting.UnexportCommand
- All Implemented Interfaces:
- Serializable
public class UnexportCommand
- extends Object
Command that unexports an object.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
|
Field Summary |
Exception |
createdAt
This exception captures the stack trace of where the Command object is created. |
|
Method Summary |
protected void |
execute(Channel channel)
Called on a remote system to perform this command. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createdAt
public final Exception createdAt
- This exception captures the stack trace of where the Command object is created.
This is useful for diagnosing the error when command fails to execute on the remote peer.
UnexportCommand
public UnexportCommand(int oid)
execute
protected void execute(Channel channel)
- Called on a remote system to perform this command.
- Parameters:
channel - The Channel of the remote system.
Copyright © 2004-2011. All Rights Reserved.