| Interface | Description |
|---|---|
| DiskInterface |
The disk interface is implemented by classes that provide an interface for a disk type shared
device.
|
| DiskSizeInterface |
Disk Size Interface
|
| DiskVolumeInterface |
Disk Volume Interface
|
| FileAccessToken |
File Access Token Interface
|
| FileIdInterface |
File Id Interface
|
| FileListener |
File Listener Interface.
|
| IOCtlInterface |
IO Control Interface
|
| SecurityDescriptorInterface |
Security Descriptor Interface
|
| ShareListener |
The share listener interface provides a hook into the server so that an application is notified when
a session connects/disconnects from a particular share.
|
| SymbolicLinkInterface |
Symbolic Link Interface
|
| TransactionalFilesystemInterface |
Transactional Filesystem Interface
|
| Class | Description |
|---|---|
| AccessMode |
SMB file access mode class.
|
| DefaultShareMapper |
Default Share Mapper Class
|
| DeviceAttribute |
Device Attribute Constants Class
|
| DiskDeviceContext |
Disk Device Context Class
|
| DiskInfo |
SMB disk information class.
|
| DiskSharedDevice |
A disk shared device has a name, a driver class and a context for the driver.
|
| FileAccess |
File Access Class
|
| FileAction |
The file actions are sent in OpenAndX and NTCreateAndX request/response SMBs.
|
| FileAttribute |
SMB file attribute class.
|
| FileInfo |
File information class.
|
| FileName |
Provides utility methods for manipulating file names.
|
| FileOpenParams |
File Open Parameters Class
|
| FileStatus |
File Status Class
|
| FileSystem |
Filesystem Attributes Class
|
| FilesystemsConfigSection |
Filesystems Configuration Section Class
|
| FileType |
File Type Class
|
| NetworkFile |
The network file represents a file or directory on a filesystem.
|
| NetworkFileServer |
Network File Server Class
|
| NotifyChange |
Notify Change Transaction Class
|
| SearchContext |
The search context represents the state of an active search by a disk interface
based class.
|
| SearchContextAdapter |
Search Context Adapter Class
|
| SrvDiskInfo |
The class extends the client side version of the disk information class to allow
values to be set after construction by a disk interface implementation.
|
| TreeConnection |
The tree connection class holds the details of a single SMB tree connection.
|
| TreeConnectionHash |
Tree Connection Hash Class
|
| VolumeInfo |
Disk Volume Information Class
|
| Exception | Description |
|---|---|
| AccessDeniedException |
Thrown when an attempt is made to write to a file that is read-only or the user only has read access to, or
open a file that is actually a directory.
|
| DeferFailedException |
Defer Failed Exception Class
|
| DeferredPacketException |
Deferred Packet Exception Class
|
| DirectoryNotEmptyException |
Thrown when an attempt is made to delete a directory that contains files or directories.
|
| DiskFullException |
Thrown when a disk write or file extend will exceed the available disk quota for the shared filesystem.
|
| DiskOfflineException |
This exception may be thrown by a disk interface when the filesystem is offline data is not available due to the file being archived
or the repository being unavailable.
|
| ExistingOpLockException |
Exiting OpLock Exception Class
|
| FileExistsException |
This exception may be thrown by a disk interface when an attempt to create a new file fails because
the file already exists.
|
| FileNameException |
This ecxeption may be thrown when a file name is too long or contains invalid characters.
|
| FileOfflineException |
This exception may be thrown by a disk interface when the file data is not available due to the file being archived
or the repository being unavailable.
|
| FileSharingException |
File sharing exception class.
|
| FilesystemPendingException |
Filesystem Pending Exception Class
|
| IOControlNotImplementedException |
I/O Control Not Implemented Exception Class
|
| MediaOfflineException |
Media Offline Exception Class
|
| PathNotFoundException |
Path Not Found Exception Class
|
| PermissionDeniedException |
Thrown when a file/folder rename is not allowed as the user does not have permission to rename
the file/folder.
|
| TooManyConnectionsException |
This error indicates that too many tree connections are currently open
on a session.
|
| TooManyFilesException |
This error is generated when a tree connection has no free file slots.
|
| UnsupportedInfoLevelException |
This error is generated when a request is made for an information level that is not currently
supported by the SMB server.
|
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.