|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.starla.smb.SMBServerList
SMB server list class
The SMBServerList contains a list of SMBServerInfo objects.
An SMBServerList is returned by the SMBAdminSession.getServerList () method.
| Constructor Summary | |
SMBServerList()
Class constructor |
|
| Method Summary | |
void |
addServerInfo(SMBServerInfo srvinf)
Add a server information object to the list. |
void |
clearList()
Clear all server information objects from the list |
SMBServerInfo |
getServerInfo(int idx)
Get a server information object from the list |
int |
NumberOfServers()
Get the number of servers in the list |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public SMBServerList()
| Method Detail |
public final void addServerInfo(SMBServerInfo srvinf)
srvinf - SMBServerInfo to add to the list.public final void clearList()
public final SMBServerInfo getServerInfo(int idx)
throws java.lang.ArrayIndexOutOfBoundsException
idx - Index of the server information to returnpublic final int NumberOfServers()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||