solar.service.fork.comm
Class DestroyRequest

java.lang.Object
  |
  +--solar.api.Request
        |
        +--solar.service.fork.comm.DestroyRequest
All Implemented Interfaces:
java.io.Serializable, SolarConstants

public class DestroyRequest
extends Request

Request to destroy a previously created process on remote host.

Version:
$Id: DestroyRequest.java,v 1.1 2003/10/08 13:18:55 glchen Exp $
Author:
Guanling Chen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class solar.api.Request
_source
 
Fields inherited from interface solar.SolarConstants
ADVERTISEMENT_SVID, ATTRIBUTE_RECORD_SVID, ATTRIBUTE_SVID, FILTER_CONFIG_SVID, FILTER_SPEC_SVID, GRAPH_SPEC_SVID, GUID_SVID, HEADER_SVID, ID_SVID, NAME_RECORD_SVID, PACK_POLICY_SVID, PIPE_SPEC_SVID, REQUEST_SVID, RPCACK_SVID
 
Constructor Summary
DestroyRequest()
           
 
Methods inherited from class solar.api.Request
getSourceAddress, setSourceAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestroyRequest

public DestroyRequest()