public class ServerFileInfo extends java.lang.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
|
java.lang.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
|
java.lang.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
|
java.lang.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 java.lang.String getFilePath()
public final java.lang.String getUserName()
public void readObject(DCEBuffer buf) throws DCEBufferException
DCEReadablereadObject in interface DCEReadablebuf - DCEBufferExceptionpublic void readStrings(DCEBuffer buf) throws DCEBufferException
readStrings in interface DCEReadablebuf - DCEBufferDCEBufferExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.