solar.service.dan.comm
Class SubscribeRequest
java.lang.Object
|
+--solar.api.Request
|
+--solar.service.dan.comm.SubscribeRequest
- All Implemented Interfaces:
- java.io.Serializable, SolarConstants
- public class SubscribeRequest
- extends Request
A request to make subscription.
- Version:
- $Id: SubscribeRequest.java,v 1.1 2003/09/25 05:32:24 glchen Exp $
- Author:
- Guanling Chen
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
_graph
|
protected Guid |
_guid
|
protected java.lang.String |
_root
|
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_graph
protected java.lang.String _graph
_root
protected java.lang.String _root
_guid
protected Guid _guid
SubscribeRequest
public SubscribeRequest(java.lang.String graph,
java.lang.String root,
Guid guid)
getGraphSpec
public java.lang.String getGraphSpec()
getGraphRoot
public java.lang.String getGraphRoot()
getGuid
public Guid getGuid()