solar.service.rpc.comm
Class RequestEvent
java.lang.Object
|
+--solar.impl.AbstractAttributeRecord
|
+--solar.impl.SerializedEvent
|
+--solar.service.rpc.comm.RequestEvent
- All Implemented Interfaces:
- Adu, AttributeRecord, Event, RpcConstants, java.io.Serializable, SolarConstants
- public class RequestEvent
- extends SerializedEvent
- implements RpcConstants
An event encoding RPC request.
- Version:
- $Id: RequestEvent.java,v 1.2 2003/09/26 19:47:18 glchen Exp $
- Author:
- Guanling Chen
- See Also:
- Serialized Form
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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RequestEvent
public RequestEvent(Request request,
java.lang.String handler,
Id block)
RequestEvent
public RequestEvent(Event evt)
getRequest
public Request getRequest()
getHandler
public java.lang.String getHandler()
getBlock
public Id getBlock()
isRequestEvent
public static boolean isRequestEvent(Event evt)