netcom.mds
Class AbstractRequest

java.lang.Object
  extended bynetcom.mds.AbstractRequest
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AddShareRequest, RemoveShareRequest, ReturnRequest, SearchRequest

public abstract class AbstractRequest
extends java.lang.Object
implements java.io.Serializable

Title: AbstractRequest

Description: This is a parent class to all Request Classes for a MDS node

Copyright: Copyright (c) 2002

Company: NETCOM

See Also:
SearchRequest, ReturnRequest, AddShareRequest, RemoveShareRequest, Serialized Form

Field Summary
 java.lang.String socket_originator
          This is the Socket.toString() connecting a PClient to the MDSProxy which originated the request, (It must be .toString() because Socket will not Serialize)
 
Constructor Summary
AbstractRequest(java.lang.String socket_originator)
          Constructs an AbstractRequest, taking the originating socket and message id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

socket_originator

public final java.lang.String socket_originator
This is the Socket.toString() connecting a PClient to the MDSProxy which originated the request, (It must be .toString() because Socket will not Serialize)

Constructor Detail

AbstractRequest

public AbstractRequest(java.lang.String socket_originator)
Constructs an AbstractRequest, taking the originating socket and message id