|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.starla.smb.SMBShareList
SMB share list class
The SMBShareList contains a list of SMBShareInfo, or SMBShareInfo derived, objects.
The SMBAdminSession.getShareList () returns an SMBShareList for the remote server.
Constructor Summary | |
SMBShareList()
Class constructor |
Method Summary | |
void |
addShareInfo(SMBShareInfo shrinf)
Add a share information object to the list. |
void |
clearList()
Clear all share information objects from the list |
SMBShareInfo |
getShareInfo(int idx)
Get a share information object from the list |
int |
NumberOfShares()
Get the number of shares in the list |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SMBShareList()
Method Detail |
public final void addShareInfo(SMBShareInfo shrinf)
shrinf
- SMBShareInfo to add to the list.public final void clearList()
public final SMBShareInfo getShareInfo(int idx) throws java.lang.ArrayIndexOutOfBoundsException
idx
- Index of the share information to returnpublic final int NumberOfShares()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |