solar.service.fap.comm
Class PipePullRequest

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

public class PipePullRequest
extends Request

A request to pull data from the pipe.

Version:
$Id: PipePullRequest.java,v 1.1 2003/09/25 05:32:29 glchen Exp $
Author:
Guanling Chen
See Also:
Serialized Form

Field Summary
protected  Id _pid
           
protected  java.lang.Object _query
           
 
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
PipePullRequest(Id pid, java.lang.Object query)
           
 
Method Summary
 Id getPipeId()
           
 java.lang.Object getQuery()
           
 
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
 

Field Detail

_pid

protected Id _pid

_query

protected java.lang.Object _query
Constructor Detail

PipePullRequest

public PipePullRequest(Id pid,
                       java.lang.Object query)
Method Detail

getPipeId

public Id getPipeId()

getQuery

public java.lang.Object getQuery()