public class ShareInfoList extends DCEList
Holds the details for a DCE/RPC share enumeration request or response.
| Constructor and Description |
|---|
ShareInfoList()
Default constructor
|
ShareInfoList(DCEBuffer buf)
Class constructor
|
ShareInfoList(int infoLevel)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addShare(ShareInfo share)
Add a share to the list
|
protected DCEReadable |
getNewObject()
Create a new share information object
|
ShareInfo |
getShare(int idx)
Return share information object from the list
|
void |
setShareList(java.util.List list)
Set the share information list
|
addObject, containerIsValid, getElement, getInformationLevel, getList, numberOfEntries, readList, setInformationLevel, setList, toString, writeListpublic ShareInfoList()
public ShareInfoList(DCEBuffer buf) throws DCEBufferException
buf - DCEBufferDCEBufferExceptionpublic ShareInfoList(int infoLevel)
infoLevel - intpublic final ShareInfo getShare(int idx)
idx - intprotected DCEReadable getNewObject()
getNewObject in class DCEListpublic final void addShare(ShareInfo share)
share - ShareInfopublic final void setShareList(java.util.List list)
list - ListCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.