public class ServerFileInfo extends Object implements DCEReadable
Constructor and Description |
---|
ServerFileInfo()
Default constructor
|
ServerFileInfo(int infoLevel)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getFileId()
Get the file id
|
String |
getFilePath()
Return the file path
|
int |
getFilePermissions()
Return the file permissions
|
int |
getInformationLevel()
Get the information level
|
int |
getNumberOfLocks()
Return the number of file locks
|
String |
getUserName()
Return the user
|
void |
readObject(DCEBuffer buf)
Read the object state from the DCE/RPC buffer
|
void |
readStrings(DCEBuffer buf)
Read the strings for this file information from the DCE/RPC buffer
|
String |
toString()
Return the file information as a string
|
public ServerFileInfo()
public ServerFileInfo(int infoLevel)
infoLevel
- intpublic final int getInformationLevel()
public final int getFileId()
public final int getFilePermissions()
public final int getNumberOfLocks()
public final String getFilePath()
public final String getUserName()
public void readObject(DCEBuffer buf) throws DCEBufferException
DCEReadable
readObject
in interface DCEReadable
buf
- DCEBufferException
public void readStrings(DCEBuffer buf) throws DCEBufferException
readStrings
in interface DCEReadable
buf
- DCEBufferDCEBufferException
Copyright © 2005–2018 Alfresco Software. All rights reserved.