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(List<Object> list)
Set the share information list
|
addObject, containerIsValid, getElement, getInformationLevel, getList, numberOfEntries, readList, setInformationLevel, setList, toString, writeList
public ShareInfoList()
public ShareInfoList(DCEBuffer buf) throws DCEBufferException
buf
- DCEBufferDCEBufferException
public ShareInfoList(int infoLevel)
infoLevel
- intpublic final ShareInfo getShare(int idx)
idx
- intprotected DCEReadable getNewObject()
getNewObject
in class DCEList
public final void addShare(ShareInfo share)
share
- ShareInfoCopyright © 2005–2018 Alfresco Software. All rights reserved.