netcom.mds
Class AddShareRequest

java.lang.Object
  extended bynetcom.mds.AbstractRequest
      extended bynetcom.mds.AddShareRequest
All Implemented Interfaces:
java.io.Serializable

public final class AddShareRequest
extends AbstractRequest

Title: Add Share Request

Description: This class is a Request to handle the adding of shared resources by PServers.

Copyright: Copyright (c) 2002

Company: NETCOM

See Also:
Serialized Form

Field Summary
 AbstractShare new_share
          This is the share which will be added to a PSData object
 
Fields inherited from class netcom.mds.AbstractRequest
socket_originator
 
Constructor Summary
AddShareRequest(java.lang.String socket_originator, AbstractShare new_share)
          This constructs a request to add a share according to the appropriate location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

new_share

public final AbstractShare new_share
This is the share which will be added to a PSData object

Constructor Detail

AddShareRequest

public AddShareRequest(java.lang.String socket_originator,
                       AbstractShare new_share)
This constructs a request to add a share according to the appropriate location

Parameters:
socket_originator - the originating socket.toString() between the MDSProxy and PServer
new_share - the complete share information of the share which should be added