|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object netcom.mds.PSData
Title: PSData
Description: This class represents all the data being held by one PServer on a MDS node
Copyright: Copyright (c) 2002
Company: NETCOM
Field Summary | |
java.lang.String |
ps_name
This is a String representing the name of the PServer |
Constructor Summary | |
PSData(java.lang.String name)
Constructor for PSData |
Method Summary | |
boolean |
addShare(AbstractShare share)
Adds a share to the PSData inventory |
java.util.Collection |
contains(SearchRequest search)
Method to search all shares for a PSData object according to a SearchRequest. |
boolean |
removeShare(AbstractShare share)
Removes a share from the PSData inventory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final java.lang.String ps_name
Constructor Detail |
public PSData(java.lang.String name)
name
- A String that represents the name of the PServerMethod Detail |
public boolean addShare(AbstractShare share)
share
- An AbstractShare to be added to the PSData inventorypublic boolean removeShare(AbstractShare share)
share
- An AbstractShare to be removed from the PServer inventorypublic java.util.Collection contains(SearchRequest search)
search
- A SearchRequest conatining all search information to
be searched in the inventory of the PSData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |