|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object netcom.mds.AbstractRequest netcom.mds.AddShareRequest
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
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 |
public final AbstractShare new_share
Constructor Detail |
public AddShareRequest(java.lang.String socket_originator, AbstractShare new_share)
socket_originator
- the originating socket.toString() between the MDSProxy and PServernew_share
- the complete share information of the share which should be added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |