hudson.remoting
Class UnexportCommand

java.lang.Object
  extended by hudson.remoting.UnexportCommand
All Implemented Interfaces:
java.io.Serializable

public class UnexportCommand
extends java.lang.Object

Command that unexports an object.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Field Summary
 java.lang.Exception createdAt
          This exception captures the stack trace of where the Command object is created.
 
Constructor Summary
UnexportCommand(int oid)
           
 
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
 

Field Detail

createdAt

public final java.lang.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.

Constructor Detail

UnexportCommand

public UnexportCommand(int oid)
Method Detail

execute

protected void execute(Channel channel)
Called on a remote system to perform this command.

Parameters:
channel - The Channel of the remote system.


Copyright © 2012. All Rights Reserved.