A B C D E F G H I J L M N O P Q R S T U V W

A

AccessMode(int) - Static method in class com.starla.smb.SMBAccessMode
Return the file access mode from the specified flags value.
addPCShare(PCShare) - Method in class com.starla.smb.PCShareList
Add a PCShare to the list
addPrinterInfo(SMBPrintQueueInfo) - Method in class com.starla.smb.SMBPrinterList
Add a printer queue information object to the list.
addPrintJob(SMBPrintJob) - Method in class com.starla.smb.SMBPrintJobList
Add a print job object to the list.
addServerInfo(SMBServerInfo) - Method in class com.starla.smb.SMBServerList
Add a server information object to the list.
addShareInfo(SMBShareInfo) - Method in class com.starla.smb.SMBShareList
Add a share information object to the list.
AFPServer - Static variable in class com.starla.smb.SMBServerInfo
Apple File Protocol server
All - Static variable in class com.starla.smb.SMBShareInfo
All permissions
AlternateXport - Static variable in class com.starla.smb.SMBServerInfo
Return list for alternate transport (input flag)
Archive - Static variable in class com.starla.smb.SMBFileAttribute
File has been archived/backed up
asString(int) - Static method in class com.starla.smb.SMBDeviceType
Convert the device type to a string
atEndOfFile() - Method in class com.starla.smb.SMBFile
Check if the end of file has been reached.
Attrib - Static variable in class com.starla.smb.SMBShareInfo
Share allows file attribute update
Attributes - Static variable in class com.starla.smb.SMBDiskSession
Set the file attributes, via the setFileInformation () method
available() - Method in class com.starla.smb.SMBInputStream
Return the number of bytes that can be read from this input stream without blocking.
Available() - Method in class com.starla.smb.SMBFile
Return the number of bytes that are available for reading without blocking the input stream.

B

BackupBrowser - Static variable in class com.starla.smb.SMBServerInfo
Server running as a backup browser

C

clearList() - Method in class com.starla.smb.SMBPrintJobList
Clear all print jobs from the list
clearList() - Method in class com.starla.smb.SMBShareList
Clear all share information objects from the list
clearList() - Method in class com.starla.smb.SMBPrinterList
Clear all printer information objects from the list
clearList() - Method in class com.starla.smb.PCShareList
Clear the list of PCShare objects
clearList() - Method in class com.starla.smb.SMBServerList
Clear all server information objects from the list
close() - Method in class com.starla.smb.SMBOutputStream
Close this output stream and release any system resources associated with the stream.
close() - Method in class com.starla.smb.SMBInputStream
Close the input stream and release any system resources associated with the stream.
Close() - Method in class com.starla.smb.SMBFile
Close the remote file.
Close() - Method in class com.starla.smb.SMBCIFSFile
Close the remote file.
Close() - Method in class com.starla.smb.SMBCoreFile
Close the remote file.
Closed - Static variable in class com.starla.smb.SMBFile
 
CloseSession() - Method in class com.starla.smb.SMBSession
Close this connection with the remote server.
CloseSession() - Method in class com.starla.smb.SMBDiskSession
Close this connection with the remote server share.
CloseSession() - Method in class com.starla.smb.SMBCIFSDiskSession
Close this connection with the remote server share.
CloseSession() - Method in class com.starla.smb.SMBAdminSession
Close the session to the remote server
CloseSession() - Method in class com.starla.smb.SMBCIFSPipeSession
Close this connection with the remote server.
CloseSession() - Method in class com.starla.smb.SMBCoreDiskSession
Close this connection with the remote server share.
com.starla.smb - package com.starla.smb
 
Comm - Static variable in class com.starla.smb.SMBDeviceType
Remote communications device share
Compatability - Static variable in class com.starla.smb.SMBAccessMode
Compatability sharing mode
Complete - Static variable in class com.starla.smb.SMBPrintJob
Print job has completed
ContinuePrintJob(SMBPrintJob) - Method in class com.starla.smb.SMBAdminSession
Continue, unpause, the specified print job
ContinuePrintQueue(String) - Method in class com.starla.smb.SMBAdminSession
Start, unpause, the specified remote printer queue.
Create - Static variable in class com.starla.smb.SMBShareInfo
Share allows create access
CreateDirectory(String) - Method in class com.starla.smb.SMBDiskSession
Createa new directory on the remote file server.
CreateDirectory(String) - Method in class com.starla.smb.SMBCIFSDiskSession
Createa new directory on the remote file server.
CreateDirectory(String) - Method in class com.starla.smb.SMBCoreDiskSession
Createa new directory on the remote file server.

D

DBGDumpPacket - Static variable in class com.starla.smb.SMBSession
Debug option to enable dump of tx/rx packets
DBGHexDump - Static variable in class com.starla.smb.SMBSession
Debug option to hex dump packet data
DBGPacketType - Static variable in class com.starla.smb.SMBSession
Debug option to dump tx/rx packet type
DCEServer - Static variable in class com.starla.smb.SMBServerInfo
IBM DSS or equivalent
DEFAULT_BUFSIZE - Static variable in class com.starla.smb.SMBSession
Default SMB packet size to allocate
DefaultEntryCount - Static variable in class com.starla.smb.SMBPrintSession
Default number of print queue entries to return
Delete - Static variable in class com.starla.smb.SMBShareInfo
Share allows delete access
DeleteDirectory(String) - Method in class com.starla.smb.SMBDiskSession
Delete the specified directory on the remote file server.
DeleteDirectory(String) - Method in class com.starla.smb.SMBCIFSDiskSession
Delete the specified directory on the remote file server.
DeleteDirectory(String) - Method in class com.starla.smb.SMBCoreDiskSession
Delete the specified directory on the remote file server.
DeleteFile(String) - Method in class com.starla.smb.SMBDiskSession
Delete the specified file on the remote file server.
DeleteFile(String, int) - Method in class com.starla.smb.SMBDiskSession
Delete the specified file on the remote file server.
DeleteFile(String, int) - Method in class com.starla.smb.SMBCIFSDiskSession
Delete the specified file on the remote file server.
DeleteFile(String, int) - Method in class com.starla.smb.SMBCoreDiskSession
This method was created in VisualAge.
DeletePrintJob(SMBPrintJob) - Method in class com.starla.smb.SMBAdminSession
Delete the specified print job
DenyNone - Static variable in class com.starla.smb.SMBAccessMode
Deny none sharing mode
DenyRead - Static variable in class com.starla.smb.SMBAccessMode
Deny read access sharing mode
DenyWrite - Static variable in class com.starla.smb.SMBAccessMode
Deny write access sharing mode
DestCartChg - Static variable in class com.starla.smb.SMBPrintJob
Destination printer is waiting for a cartridge change
DestFormChg - Static variable in class com.starla.smb.SMBPrintJob
Destination printer is waiting for a form change
DestNoPaper - Static variable in class com.starla.smb.SMBPrintJob
Destination print device is out of paper
DestOffline - Static variable in class com.starla.smb.SMBPrintJob
Destination print device is offline
DestPaused - Static variable in class com.starla.smb.SMBPrintJob
Destination print device is paused
DestPenChg - Static variable in class com.starla.smb.SMBPrintJob
Destination printer is waiting for a pen change
DFSRoot - Static variable in class com.starla.smb.SMBServerInfo
Root of a DFS tree
DialectString(int) - Static method in class com.starla.smb.SMBDialect
Return the required SMB dialect string.
DialectType(int) - Static method in class com.starla.smb.SMBDialect
Return the SMB dialect type for the specified SMB dialect string index.
DialectTypeString(int) - Static method in class com.starla.smb.SMBDialect
Return the dialect type as a string.
DialinServer - Static variable in class com.starla.smb.SMBServerInfo
Server is running a dial-in service
Directory - Static variable in class com.starla.smb.SMBFileAttribute
Directory
Disk - Static variable in class com.starla.smb.SMBDeviceType
Remote disk share
DomainBakCtrl - Static variable in class com.starla.smb.SMBServerInfo
Server is a backup domain controller
DomainCtrl - Static variable in class com.starla.smb.SMBServerInfo
Server is a primary domain controller
DomainEnum - Static variable in class com.starla.smb.SMBServerInfo
Enumerate domains (input flag)
DomainMaster - Static variable in class com.starla.smb.SMBServerInfo
Server running the domain master browser
DomainMember - Static variable in class com.starla.smb.SMBServerInfo
LAN Manager 2.x domain member
DOSAccessDenied - Static variable in class com.starla.smb.SMBStatus
 
DOSDeleteSrvDir - Static variable in class com.starla.smb.SMBStatus
 
DOSDirectoryInvalid - Static variable in class com.starla.smb.SMBStatus
 
DOSFileAlreadyExists - Static variable in class com.starla.smb.SMBStatus
 
DOSFileNotFound - Static variable in class com.starla.smb.SMBStatus
 
DOSFileSharingConflict - Static variable in class com.starla.smb.SMBStatus
 
DOSInsufficientMem - Static variable in class com.starla.smb.SMBStatus
 
DOSInvalidAddress - Static variable in class com.starla.smb.SMBStatus
 
DOSInvalidData - Static variable in class com.starla.smb.SMBStatus
 
DOSInvalidDrive - Static variable in class com.starla.smb.SMBStatus
 
DOSInvalidEnv - Static variable in class com.starla.smb.SMBStatus
 
DOSInvalidFormat - Static variable in class com.starla.smb.SMBStatus
 
DOSInvalidFunc - Static variable in class com.starla.smb.SMBStatus
 
DOSInvalidHandle - Static variable in class com.starla.smb.SMBStatus
 
DOSInvalidOpenMode - Static variable in class com.starla.smb.SMBStatus
 
DOSLockConflict - Static variable in class com.starla.smb.SMBStatus
 
DOSMemCtrlBlkDestoyed - Static variable in class com.starla.smb.SMBStatus
 
DOSNoMoreFiles - Static variable in class com.starla.smb.SMBStatus
 
DOSNotSameDevice - Static variable in class com.starla.smb.SMBStatus
 
DOSTooManyOpenFiles - Static variable in class com.starla.smb.SMBStatus
 

E

EncryptPass - Static variable in class com.starla.smb.SMBSession
 
EndOfFile - Static variable in class com.starla.smb.SMBFile
Various file state flags.
ErrCmd - Static variable in class com.starla.smb.SMBStatus
Invalid SMB command error class
ErrDos - Static variable in class com.starla.smb.SMBStatus
DOS error class
ErrHrd - Static variable in class com.starla.smb.SMBStatus
Hardware error class
Error - Static variable in class com.starla.smb.SMBPrintJob
Print job error
ErrorString(int, int) - Static method in class com.starla.smb.SMBErrorText
Return the error string associated with the SMB error class/code
ErrSrv - Static variable in class com.starla.smb.SMBStatus
Server error class
Exclusive - Static variable in class com.starla.smb.SMBAccessMode
Exclusive access, no sharing
Execute - Static variable in class com.starla.smb.SMBShareInfo
Share allows execute access
Execute - Static variable in class com.starla.smb.SMBAccessMode
Execute file access

F

File() - Method in class com.starla.smb.SMBOutputStream
Return a reference to the associated SMBFile object.
File() - Method in class com.starla.smb.SMBInputStream
Return a reference to the associated SMBFile object.
FileExists(String) - Method in class com.starla.smb.SMBDiskSession
Check if a file exists on the remote file server.
flush() - Method in class com.starla.smb.SMBOutputStream
Flush this output stream, force any buffered data to be written out.
Flush() - Method in class com.starla.smb.SMBFile
Flush any buffered data for this file.
Flush() - Method in class com.starla.smb.SMBCIFSFile
Flush data to the remote file.
Flush() - Method in class com.starla.smb.SMBCoreFile
Flush data to the remote file.

G

getAllowedHours() - Method in class com.starla.smb.SMBUserInfo
Return the accounts allowed logon times, as a set of 168 bits.
getBadPasswordCount() - Method in class com.starla.smb.SMBUserInfo
Return the bad password count for this user account
getBlockSize() - Method in class com.starla.smb.SMBDiskInfo
Get the block size, in bytes.
getBlocksPerAllocationUnit() - Method in class com.starla.smb.SMBDiskInfo
Get the number of blocks per allocation unit.
getComment() - Method in class com.starla.smb.SMBUserInfo
Return the account comment string
getComment() - Method in class com.starla.smb.SMBPrintJob
Return the print job comment
getComment() - Method in class com.starla.smb.SMBServerInfo
Return the server comment, or master browser name if the server type indicates that the entry is for a domain.
getCountryCode() - Method in class com.starla.smb.SMBUserInfo
Return the accounts country code
getCurrentUsers() - Method in class com.starla.smb.SMBShareInfo2
Get the current number of users who are connected to the share
getDateTime() - Method in class com.starla.smb.SMBFileInfo
Get the files date/time of last write
getDeviceDriver() - Method in class com.starla.smb.SMBPrintQueueInfo
Return the printer queue device driver name
getDeviceType() - Method in class com.starla.smb.SMBSession
Get the device type that this session is connected to.
getDialect() - Method in class com.starla.smb.SMBSession
Get the SMB dialect property
getDiskFreeSizeKb() - Method in class com.starla.smb.SMBDiskInfo
Get the disk free space in kilobytes.
getDiskFreeSizeMb() - Method in class com.starla.smb.SMBDiskInfo
Get the disk free space in megabytes.
getDiskInformation() - Method in class com.starla.smb.SMBDiskSession
Get disk information for this remote disk.
getDiskInformation() - Method in class com.starla.smb.SMBCIFSDiskSession
Get disk information for this remote disk.
getDiskInformation() - Method in class com.starla.smb.SMBCoreDiskSession
Get disk information for this remote disk.
getDiskQuota() - Method in class com.starla.smb.SMBUserInfo
Return the accounts disk quota
getDiskSizeKb() - Method in class com.starla.smb.SMBDiskInfo
Get the disk size in kilobytes.
getDiskSizeMb() - Method in class com.starla.smb.SMBDiskInfo
Get the disk size in megabytes.
getDomain() - Method in class com.starla.smb.SMBSession
Get the servers primary domain name
getDomainList() - Static method in class com.starla.smb.SMBSessionFactory
Return the list of available domains/workgroups.
getDomainName() - Method in class com.starla.smb.SMBServerInfo
Return the domain that this server belongs to.
getDriverData() - Method in class com.starla.smb.SMBPrintQueueInfo
Return the printer queue device driver data string
getEncryptionKey() - Method in class com.starla.smb.SMBSession
This method was created in VisualAge.
getErrorClass() - Method in class com.starla.smb.SMBException
Return the error class for this SMB exception.
getErrorCode() - Method in class com.starla.smb.SMBException
Return the error code for this SMB exception
getErrorText() - Method in class com.starla.smb.SMBException
Return the error text for the SMB exception
getFileInformation(String) - Method in class com.starla.smb.SMBDiskSession
Get file information for the specified file.
getFileInformation(String) - Method in class com.starla.smb.SMBCIFSDiskSession
Get file information for the specified file.
getFileInformation(String) - Method in class com.starla.smb.SMBCoreDiskSession
Get file information for the specified file.
getFileName() - Method in class com.starla.smb.SMBFile
Get the file name string.
getFileName() - Method in class com.starla.smb.SMBFileInfo
Get the file name string
getFileName() - Method in class com.starla.smb.PCShare
Get the remote file name string.
getFilePath() - Method in class com.starla.smb.SMBFile
Get the file path string.
getFileSize() - Method in class com.starla.smb.SMBFile
Get the file size, in bytes.
getFreeUnits() - Method in class com.starla.smb.SMBDiskInfo
Get the number of free units on this share.
getFullUserName() - Method in class com.starla.smb.SMBUserInfo
Return the users full name
getHomeDirectory() - Method in class com.starla.smb.SMBUserInfo
Return the users home directory specification
getJobCount() - Method in class com.starla.smb.SMBPrintQueueInfo
Return the count of jobs in the print queue
getJobNumber() - Method in class com.starla.smb.SMBPrintJob
Return the print server assigned file number.
getLANManagerType() - Method in class com.starla.smb.SMBSession
Get the servers LAN manager type
getLastLogoffDateTime() - Method in class com.starla.smb.SMBUserInfo
Return the date/time that the user last logged off
getLastLogonDateTime() - Method in class com.starla.smb.SMBUserInfo
Return the date/time that the user last logged in
getLocalDevice() - Method in class com.starla.smb.SMBShareInfo2
Return the local path/name of the printer/name of the communications device that the share refers to.
getLocalDomain() - Method in class com.starla.smb.SMBSessionFactory
Return the local domain name, if known.
getLogonCount() - Method in class com.starla.smb.SMBUserInfo
Return the number of times that this user has logged on
getLogonServer() - Method in class com.starla.smb.SMBUserInfo
Return the logon server used by this account
getMajorVersion() - Method in class com.starla.smb.SMBServerInfo
Return the remote server major version number
getMaximumPacketSize() - Method in class com.starla.smb.SMBSession
Get the maximum packet size allowed for this session
getMaximumUsers() - Method in class com.starla.smb.SMBShareInfo2
Get the maximum number of concurrent users that can connect to the share.
getMinorVersion() - Method in class com.starla.smb.SMBServerInfo
Return the remote server minor version number
getNetworkPath() - Method in class com.starla.smb.PCShare
Return the full UNC path for this PC share object.
getNodeName() - Method in class com.starla.smb.SMBUserInfo
Return the node name for this user account
getNodeName() - Method in class com.starla.smb.PCShare
Get the remote node name string.
getNodeName() - Method in class com.starla.smb.SMBDiskInfo
Get the node name.
getOperatingSystem() - Method in class com.starla.smb.SMBSession
Get the servers operating system type
getOperatorPrivileges() - Method in class com.starla.smb.SMBUserInfo
Return the accounts operator privileges
getParameterString() - Method in class com.starla.smb.SMBPrintQueueInfo
Return the printer queue parameter string
getPassword() - Method in class com.starla.smb.SMBSession
Get the remote share password string
getPassword() - Method in class com.starla.smb.PCShare
Get the remote password required to access the remote share.
getPasswordAge() - Method in class com.starla.smb.SMBUserInfo
Return the age of the current password, in seconds
getPath() - Method in class com.starla.smb.SMBFileInfo
Get the file path string.
getPath() - Method in class com.starla.smb.PCShare
Get the share relative path string.
getPCShare(int) - Method in class com.starla.smb.PCShareList
Return the required PCShare object from the list.
getPermissions() - Method in class com.starla.smb.SMBShareInfo2
Get the permissions mask for the share
getPreProcessor() - Method in class com.starla.smb.SMBPrintQueueInfo
Return the print queue pre-processor.
getPrinterInfo(int) - Method in class com.starla.smb.SMBPrinterList
Get a printer queue information object from the list
getPrinterInfo(String) - Method in class com.starla.smb.SMBAdminSession
Return printer queue information for the specified printer queue.
getPrinterList() - Method in class com.starla.smb.SMBAdminSession
Return the list of printer queues available on this server.
getPrinterList() - Method in class com.starla.smb.SMBPrintQueueInfo
Return the list of print destinations
getPrintJob(int) - Method in class com.starla.smb.SMBPrintJobList
Get a print job object from the list
getPrintJobs(String) - Method in class com.starla.smb.SMBAdminSession
Return the list of print jobs in the specified printer queue.
getPrintPosition() - Method in class com.starla.smb.SMBPrintJob
Return the print jobs queue position
getPrintStatus() - Method in class com.starla.smb.SMBPrintJob
Return the extra status bits that are set when a job is in a printing state
getPriority() - Method in class com.starla.smb.SMBPrintJob
Return theprint job priority, where 1 is the lowest priority and 99 is the highest priority.
getPriority() - Method in class com.starla.smb.SMBPrintQueueInfo
Return the queue priority.
getPrivilegeLevel() - Method in class com.starla.smb.SMBUserInfo
Return the user privilege level
getQueuedDateTime() - Method in class com.starla.smb.SMBPrintJob
Return the date/time that the print job was submitted
getQueueName() - Method in class com.starla.smb.SMBPrintQueueInfo
Return the queue name
getRelativePath() - Method in class com.starla.smb.PCShare
Return the share relative path for this PC share object.
getSeperatorPage() - Method in class com.starla.smb.SMBPrintQueueInfo
Return the seperator page file name
getServer() - Method in class com.starla.smb.SMBSession
Get the remote server name
getServerInfo() - Method in class com.starla.smb.SMBAdminSession
Return the server information for the server we are connected to
getServerInfo(int) - Method in class com.starla.smb.SMBServerList
Get a server information object from the list
getServerList(int) - Method in class com.starla.smb.SMBAdminSession
Return the list of available servers on the network
getServerList(String) - Static method in class com.starla.smb.SMBSessionFactory
Get the list of nodes in the specified domain
getServerList(String, int) - Static method in class com.starla.smb.SMBSessionFactory
Get the list of nodes in the specified domain that match the node type flags.
getServerName() - Method in class com.starla.smb.SMBServerInfo
Return the server name string
getServerType() - Method in class com.starla.smb.SMBServerInfo
Return the server type bit mask
getSessionFlag(int) - Method in class com.starla.smb.SMBSession
This method was created in VisualAge.
getSessionId() - Method in class com.starla.smb.SMBSession
Get the session identifier property
getShareComment() - Method in class com.starla.smb.SMBShareInfo
Return the share comment, if set
getShareInfo(int) - Method in class com.starla.smb.SMBShareList
Get a share information object from the list
getShareInfo(String) - Method in class com.starla.smb.SMBAdminSession
Return the full share information for the specified share
getShareList() - Method in class com.starla.smb.SMBAdminSession
Return the list of available shares on the remote server
getShareName() - Method in class com.starla.smb.SMBSession
Get the remote share name
getShareName() - Method in class com.starla.smb.SMBShareInfo
Get the share name
getShareName() - Method in class com.starla.smb.PCShare
Get the remote share name string.
getShareName() - Method in class com.starla.smb.SMBDiskInfo
Get the share name.
getShareType() - Method in class com.starla.smb.SMBShareInfo
Return the share type
getSize() - Method in class com.starla.smb.SMBFileInfo
Get the file size, in bytes.
getSpoolDocument() - Method in class com.starla.smb.SMBPrintJob
Return the spool document name.
getSpoolFileSize() - Method in class com.starla.smb.SMBPrintJob
Return the spool file size, in bytes.
getStartTime() - Method in class com.starla.smb.SMBPrintQueueInfo
Return the queue start time, as the number of seconds since midnight.
getStatus() - Method in class com.starla.smb.SMBPrintQueueInfo
Return the queue status.
getStatusString() - Method in class com.starla.smb.SMBPrintJob
Return the print job status string
getStatusString() - Method in class com.starla.smb.SMBPrintQueueInfo
Return the queue status as a string
getStopTime() - Method in class com.starla.smb.SMBPrintQueueInfo
Return the queue stop time, as the number of seconds since midnight.
getTotalUnits() - Method in class com.starla.smb.SMBDiskInfo
Get the total number of allocation units.
getUserComment() - Method in class com.starla.smb.SMBUserInfo
Return the user comment string
getUserId() - Method in class com.starla.smb.SMBSession
Return the assigned use id for this SMB session
getUserInfo(String) - Method in class com.starla.smb.SMBAdminSession
Return the user information for the specified user
getUserList() - Method in class com.starla.smb.SMBAdminSession
Return the list of users on the remote server.
getUserName() - Method in class com.starla.smb.SMBSession
Get the remote share user name string
getUserName() - Method in class com.starla.smb.SMBUserInfo
Return the user name string
getUserName() - Method in class com.starla.smb.PCShare
Get the remote user name string.
getUserName() - Method in class com.starla.smb.SMBPrintJob
Return the name of the user who submitted the print request.
getWorkingDirectory() - Method in class com.starla.smb.SMBDiskSession
Get the current working directory, relative to the share that is being accessed.
getWorkstationList() - Method in class com.starla.smb.SMBUserInfo
Return the allowed workstation list for this account
GraphicsMode - Static variable in class com.starla.smb.SMBPrintSession
 

H

hasDebugOption(int) - Static method in class com.starla.smb.SMBSession
Determine if the specified debugging option is enabled
hasSessionDebug() - Static method in class com.starla.smb.SMBSessionFactory
Determine if SMB session debugging is enabled.
Hidden - Static variable in class com.starla.smb.SMBFileAttribute
File is hidden
HRDBadRequestLength - Static variable in class com.starla.smb.SMBStatus
 
HRDDataError - Static variable in class com.starla.smb.SMBStatus
 
HRDDriveNotReady - Static variable in class com.starla.smb.SMBStatus
 
HRDGeneralFailure - Static variable in class com.starla.smb.SMBStatus
 
HRDLockConflict - Static variable in class com.starla.smb.SMBStatus
 
HRDNoFCBsAvailable - Static variable in class com.starla.smb.SMBStatus
 
HRDOpenConflict - Static variable in class com.starla.smb.SMBStatus
 
HRDPrinterOutOfPaper - Static variable in class com.starla.smb.SMBStatus
 
HRDReadFault - Static variable in class com.starla.smb.SMBStatus
 
HRDSectorNotFound - Static variable in class com.starla.smb.SMBStatus
 
HRDSeekError - Static variable in class com.starla.smb.SMBStatus
 
HRDSharingBufferOverrun - Static variable in class com.starla.smb.SMBStatus
 
HRDUnknownCommand - Static variable in class com.starla.smb.SMBStatus
 
HRDUnknownMediaType - Static variable in class com.starla.smb.SMBStatus
 
HRDUnknownUnit - Static variable in class com.starla.smb.SMBStatus
 
HRDWriteFault - Static variable in class com.starla.smb.SMBStatus
 
HRDWriteProtected - Static variable in class com.starla.smb.SMBStatus
 
HRDWrongDiskInDrive - Static variable in class com.starla.smb.SMBStatus
 

I

Intervention - Static variable in class com.starla.smb.SMBPrintJob
Print job requires user intervention, comment may contain extra information
InvalidUNCPathException - exception com.starla.smb.InvalidUNCPathException.
Invalid UNC path exception class The InvalidUNCPathException indicates that a UNC path has an invalid format.
InvalidUNCPathException() - Constructor for class com.starla.smb.InvalidUNCPathException
Default invalid UNC path exception constructor.
InvalidUNCPathException(String) - Constructor for class com.starla.smb.InvalidUNCPathException
Invalid UNC path exception constructor, with additional details string.
isActive() - Method in class com.starla.smb.SMBSession
Determine if the session is valid, ie.
isClosed() - Method in class com.starla.smb.SMBDiskSession
Detemine if the disk session has been closed.
isClosed() - Method in class com.starla.smb.SMBFile
Check if the file has been closed.
isDebug() - Static method in class com.starla.smb.SMBSession
Determine if SMB session debugging is enabled
isDirectory() - Method in class com.starla.smb.SMBFile
 
isDirectory() - Method in class com.starla.smb.SMBFileInfo
Return the directory file attribute status.
isDirectory(String) - Method in class com.starla.smb.SMBDiskSession
Check if the specified file name is a directory.
isDirectory(String) - Method in class com.starla.smb.SMBCIFSDiskSession
Check if the specified file name is a directory.
isDirectory(String) - Method in class com.starla.smb.SMBCoreDiskSession
Check if the specified file name is a directory.
isDomain() - Method in class com.starla.smb.SMBServerInfo
Determine if this server information is a domain record
isHidden() - Method in class com.starla.smb.SMBFile
 
isHidden() - Method in class com.starla.smb.SMBFileInfo
Return the hidden file attribute status.
isPaused() - Method in class com.starla.smb.SMBPrintJob
Determine if the print job is in a paused state
isPrinting() - Method in class com.starla.smb.SMBPrintJob
Determine if the print job is in a printing state
isQueued() - Method in class com.starla.smb.SMBPrintJob
Determine if the print job is in a queued state
isReadOnly() - Method in class com.starla.smb.SMBFile
Return the file attribute bit states.
isReadOnly() - Method in class com.starla.smb.SMBFileInfo
Return the read-only file attribute status.
isSpooling() - Method in class com.starla.smb.SMBPrintJob
Determine if the print job is in a spooling state
isSystem() - Method in class com.starla.smb.SMBFile
 
isSystem() - Method in class com.starla.smb.SMBFileInfo
Return the system file attribute status.
isVersion() - Static method in class com.starla.smb.SMBSessionFactory
Return a version string for this software release

J

JLANErr - Static variable in class com.starla.smb.SMBStatus
Error class for JLAN error codes
JLANEvalExpired - Static variable in class com.starla.smb.SMBStatus
 
JLANProVersionRequired - Static variable in class com.starla.smb.SMBStatus
 
JLANUnsupportedDevice - Static variable in class com.starla.smb.SMBStatus
JLAN error codes

L

LocalListOnly - Static variable in class com.starla.smb.SMBServerInfo
Return local list only (input flag)

M

makePath(String, String) - Static method in class com.starla.smb.PCShare
Build a share relative path using the supplied working directory and file name.
MasterBrowser - Static variable in class com.starla.smb.SMBServerInfo
Server running as the master browser
MFPNServer - Static variable in class com.starla.smb.SMBServerInfo
 

N

NETAccessDenied - Static variable in class com.starla.smb.SMBStatus
 
NETBufferTooSmall - Static variable in class com.starla.smb.SMBStatus
 
NETCannotPerformOp - Static variable in class com.starla.smb.SMBStatus
 
NETContinued - Static variable in class com.starla.smb.SMBStatus
 
NetErr - Static variable in class com.starla.smb.SMBStatus
Error class for network error codes returned by transaction requests
NETErrLoadLogonScript - Static variable in class com.starla.smb.SMBStatus
 
NETInvParameter - Static variable in class com.starla.smb.SMBStatus
 
NETInvQueueName - Static variable in class com.starla.smb.SMBStatus
 
NETLogonNotValidated - Static variable in class com.starla.smb.SMBStatus
 
NETLogonSrvOldSoftware - Static variable in class com.starla.smb.SMBStatus
 
NETNetAccessDenied - Static variable in class com.starla.smb.SMBStatus
 
NETNoSuchPrintJob - Static variable in class com.starla.smb.SMBStatus
 
NETNoTransactions - Static variable in class com.starla.smb.SMBStatus
 
NETNotResponding - Static variable in class com.starla.smb.SMBStatus
 
NETPasswordCannotChange - Static variable in class com.starla.smb.SMBStatus
 
NETPasswordTooShort - Static variable in class com.starla.smb.SMBStatus
 
NETSpoolerNotStarted - Static variable in class com.starla.smb.SMBStatus
 
NETSrvNotRunning - Static variable in class com.starla.smb.SMBStatus
 
NETUnsupported - Static variable in class com.starla.smb.SMBStatus
 
NETUserLgnTimeNotAllowed - Static variable in class com.starla.smb.SMBStatus
 
NETUserLgnWkNotAllowed - Static variable in class com.starla.smb.SMBStatus
 
NETUserNameNotFound - Static variable in class com.starla.smb.SMBStatus
 
NETUserPasswordExpired - Static variable in class com.starla.smb.SMBStatus
 
nextFileInfo() - Method in interface com.starla.smb.SMBSearchContext
Return the next file in this search as an SMB file information object.
nextFileName() - Method in interface com.starla.smb.SMBSearchContext
Return the next file name in this search.
NoCaching - Static variable in class com.starla.smb.SMBAccessMode
Caching mode
Normal - Static variable in class com.starla.smb.SMBFileAttribute
Normal file type
Notify - Static variable in class com.starla.smb.SMBPrintJob
An alert has been raised
NovellServer - Static variable in class com.starla.smb.SMBServerInfo
Novell server
NTCluster - Static variable in class com.starla.smb.SMBServerInfo
NT cluster
NTNonDCServer - Static variable in class com.starla.smb.SMBServerInfo
Windows NT none domain controller server
NTServer - Static variable in class com.starla.smb.SMBServerInfo
Windows NT server, or workstation
NumberOfDialects() - Static method in class com.starla.smb.SMBDialect
Return the number of available SMB dialect strings.
NumberOfJobs() - Method in class com.starla.smb.SMBPrintJobList
Get the number of print jobs in the list
NumberOfPCShares() - Method in class com.starla.smb.PCShareList
Return the number of PCShare objects that are in this list.
NumberOfPrinters() - Method in class com.starla.smb.SMBPrinterList
Get the number of printers in the list
NumberOfServers() - Method in class com.starla.smb.SMBServerList
Get the number of servers in the list
NumberOfShares() - Method in class com.starla.smb.SMBShareList
Get the number of shares in the list

O

OpenAdminSession(PCShare) - Static method in class com.starla.smb.SMBSessionFactory
Open a connection to a remote server admin pipe
OpenDisk(PCShare) - Static method in class com.starla.smb.SMBSessionFactory
Open a connection to a remote file server disk share.
OpenFile(String, int) - Method in class com.starla.smb.SMBDiskSession
Open a file on the remote file server.
OpenFile(String, int) - Method in class com.starla.smb.SMBCIFSDiskSession
Open a file on the remote file server.
OpenFile(String, int) - Method in class com.starla.smb.SMBCoreDiskSession
Open a file on the remote file server.
OpenInputStream(String, int) - Method in class com.starla.smb.SMBDiskSession
Open a file as an input stream.
OpenOutputStream(String, int) - Method in class com.starla.smb.SMBDiskSession
Open a file as an output stream.
OpenPipe(PCShare) - Static method in class com.starla.smb.SMBSessionFactory
Open a connection to a remote pipe/IPC
OpenPrinter(PCShare) - Static method in class com.starla.smb.SMBSessionFactory
Open a connection to a remote print server
OpenSpoolFile(String, int, int) - Method in class com.starla.smb.SMBPrintSession
Open a spool file on the remote print server.
OpenSpoolStream(String, int, int) - Method in class com.starla.smb.SMBPrintSession
Open a spool file as an output stream.
OperAccounts - Static variable in class com.starla.smb.SMBUserInfo
 
OperComm - Static variable in class com.starla.smb.SMBUserInfo
 
OperPrint - Static variable in class com.starla.smb.SMBUserInfo
Account operator privileges
OperServer - Static variable in class com.starla.smb.SMBUserInfo
 
OSFServer - Static variable in class com.starla.smb.SMBServerInfo
OSF server

P

Paused - Static variable in class com.starla.smb.SMBPrintJob
Print queue entry is paused
PausePrintJob(SMBPrintJob) - Method in class com.starla.smb.SMBAdminSession
Pause the specified print job
PausePrintQueue(String) - Method in class com.starla.smb.SMBAdminSession
Pause the specified print queue.
PCShare - class com.starla.smb.PCShare.
PC share class.
PCShare() - Constructor for class com.starla.smb.PCShare
Construct an empty PCShare object.
PCShare(String) - Constructor for class com.starla.smb.PCShare
Construct a PCShare using the supplied UNC path.
PCShare(String, String, String, String) - Constructor for class com.starla.smb.PCShare
Construct a PCShare using the specified remote server and access control details.
PCShareList - class com.starla.smb.PCShareList.
PC share list class.
PCShareList() - Constructor for class com.starla.smb.PCShareList
Class constructor
Perm - Static variable in class com.starla.smb.SMBShareInfo
Share allows permissions to be changed
Pipe - Static variable in class com.starla.smb.SMBDeviceType
Remote interprocess communication/pipe share
PotentialBrowse - Static variable in class com.starla.smb.SMBServerInfo
Server that can run the browser service
print(String) - Static method in class com.starla.smb.SMBSession
Output a string to the session debug stream
PrintDel - Static variable in class com.starla.smb.SMBPrintJob
The job has been deleted
Printer - Static variable in class com.starla.smb.SMBDeviceType
Remote printer share
Printing - Static variable in class com.starla.smb.SMBPrintJob
Print queue entry is currently printing If the print job is in a printing state the remaining bits indicate extra detail about the job status.
println() - Static method in class com.starla.smb.SMBSession
Output a newline to the session debug stream
println(String) - Static method in class com.starla.smb.SMBSession
Output a string to the session debug stream
PrintServer - Static variable in class com.starla.smb.SMBServerInfo
Server has shared print queues
PrivAdmin - Static variable in class com.starla.smb.SMBUserInfo
 
PrivGuest - Static variable in class com.starla.smb.SMBUserInfo
Account privilege levels
PrivUser - Static variable in class com.starla.smb.SMBUserInfo
 

Q

QueueActive - Static variable in class com.starla.smb.SMBPrintQueueInfo
Remote print queue is active
Queued - Static variable in class com.starla.smb.SMBPrintJob
Print queue entry is pending
QueueDelPending - Static variable in class com.starla.smb.SMBPrintQueueInfo
Remote print queue has a delete pending
QueueError - Static variable in class com.starla.smb.SMBPrintQueueInfo
Remote print queue has an error
QueuePaused - Static variable in class com.starla.smb.SMBPrintQueueInfo
Remote print queue is paused

R

RawRead - Static variable in class com.starla.smb.SMBSession
Various session status flags
RawWrite - Static variable in class com.starla.smb.SMBSession
 
Read - Static variable in class com.starla.smb.SMBShareInfo
Share allows read access
read() - Method in class com.starla.smb.SMBInputStream
Read a byte of data from the input stream.
read(byte[], int, int) - Method in class com.starla.smb.SMBInputStream
Read a block of bytes from the input stream.
Read(byte[], int, int) - Method in class com.starla.smb.SMBFile
Read a block of data from the file.
Read(byte[], int, int) - Method in class com.starla.smb.SMBCIFSFile
Read a block of data from the file.
Read(byte[], int, int) - Method in class com.starla.smb.SMBCoreFile
Read a block of data from the file.
ReadOnly - Static variable in class com.starla.smb.SMBFileAttribute
File is read-only
ReadOnly - Static variable in class com.starla.smb.SMBAccessMode
Read-only file access
ReadWrite - Static variable in class com.starla.smb.SMBAccessMode
Read/write file access
RenameFile(String, String) - Method in class com.starla.smb.SMBDiskSession
Rename a file, or set of files, on the remote file server.
RenameFile(String, String, int) - Method in class com.starla.smb.SMBDiskSession
Rename a file, or set of files, on the remote file server.
RenameFile(String, String, int) - Method in class com.starla.smb.SMBCIFSDiskSession
Rename a file, or set of files, on the remote file server.
RenameFile(String, String, int) - Method in class com.starla.smb.SMBCoreDiskSession
Rename a file, or set of files, on the remote file server.

S

Server - Static variable in class com.starla.smb.SMBServerInfo
Server is a LAN Manager server
setDebug(int) - Static method in class com.starla.smb.SMBSession
Enable/disable SMB session debugging
setEncryptionKey(byte[]) - Method in class com.starla.smb.SMBSession
This method was created in VisualAge.
setFileInformation(String, SMBFileInfo, int) - Method in class com.starla.smb.SMBDiskSession
Set file information for the specified file.
setFileInformation(String, SMBFileInfo, int) - Method in class com.starla.smb.SMBCIFSDiskSession
Set file information for the specified file.
setFileInformation(String, SMBFileInfo, int) - Method in class com.starla.smb.SMBCoreDiskSession
Set file information for the specified file.
setFileName(String) - Method in class com.starla.smb.PCShare
Set the remote file name string.
setNetworkPath(String) - Method in class com.starla.smb.PCShare
Set the PC share from the supplied UNC path string.
setNodeName(String) - Method in class com.starla.smb.PCShare
Set the remote node name string.
setPassword(String) - Method in class com.starla.smb.PCShare
Set the remote password string.
setPath(String) - Method in class com.starla.smb.PCShare
Set the share relative path string.
setRawMode(int) - Method in class com.starla.smb.SMBSession
This method was created in VisualAge.
setSecurityMode(int) - Method in class com.starla.smb.SMBSession
This method was created in VisualAge.
setSessionDebug(boolean) - Static method in class com.starla.smb.SMBSessionFactory
Enable/disable SMB session debugging.
setShareName(String) - Method in class com.starla.smb.PCShare
Set the remote share name string.
setSubnetMask(String) - Static method in class com.starla.smb.SMBSessionFactory
Set the subnet mask string for network broadcast requests If the subnet mask is not set a default broadcast mask for the TCP/IP address class will be used.
setUserName(String) - Method in class com.starla.smb.PCShare
Set the remote user name string.
setWorkingDirectory(String) - Method in class com.starla.smb.SMBDiskSession
Set the current working directory, relative to the share that is being accessed.
SharingMode(int) - Static method in class com.starla.smb.SMBAccessMode
Return the file sharing mode from the specified flags value.
skip(int) - Method in class com.starla.smb.SMBInputStream
Skip over a number of bytes in the input stream.
SMB_PROT_CORE - Static variable in class com.starla.smb.SMBDialect
Core protocol dialect
SMB_PROT_COREPLUS - Static variable in class com.starla.smb.SMBDialect
Core plus protocol dialect
SMB_PROT_DOSLANMAN1 - Static variable in class com.starla.smb.SMBDialect
DOS LanManager 1.0 dialect
SMB_PROT_DOSLANMAN2 - Static variable in class com.starla.smb.SMBDialect
DOS LanManager 2.0 dialect
SMB_PROT_LANMAN1 - Static variable in class com.starla.smb.SMBDialect
LanManager 1.0 dialect
SMB_PROT_LANMAN2 - Static variable in class com.starla.smb.SMBDialect
LanManager 2.0 dialect
SMB_PROT_LANMAN2_1 - Static variable in class com.starla.smb.SMBDialect
LanManager 2.1 dialect
SMB_PROT_MAX - Static variable in class com.starla.smb.SMBDialect
Maximum protocol dialect index
SMB_PROT_NT1 - Static variable in class com.starla.smb.SMBDialect
NT LM 1.2 dialect
SMB_PROT_UNKNOWN - Static variable in class com.starla.smb.SMBDialect
Unknown dialect
SMBAccessMode - class com.starla.smb.SMBAccessMode.
SMB file access mode class.
SMBAccessMode() - Constructor for class com.starla.smb.SMBAccessMode
 
SMBAdminSession - class com.starla.smb.SMBAdminSession.
SMB admin session class The SMBAdminSession class implements the Remote Administration Protocol (RAP) as defined in the draft protocol specification.
SMBCIFSDiskSession - class com.starla.smb.SMBCIFSDiskSession.
SMB CIFS disk session class The SMBCIFSDiskSession class extends the SMBDiskSession class and provides CIFS protocol specific implementations for the SMBDiskSession methods.
SMBCIFSFile - class com.starla.smb.SMBCIFSFile.
SMB CIFS file class An SMB file provides read and/or write access to a remote file.
SMBCIFSPipeSession - class com.starla.smb.SMBCIFSPipeSession.
SMB CIFS pipe session class
SMBCoreDiskSession - class com.starla.smb.SMBCoreDiskSession.
SMB core disk session class
SMBCoreFile - class com.starla.smb.SMBCoreFile.
SMB core file class
SMBDeviceType - class com.starla.smb.SMBDeviceType.
SMB device types class.
SMBDeviceType() - Constructor for class com.starla.smb.SMBDeviceType
 
SMBDialect - class com.starla.smb.SMBDialect.
SMB dialect class.
SMBDialect() - Constructor for class com.starla.smb.SMBDialect
 
SMBDiskInfo - class com.starla.smb.SMBDiskInfo.
SMB disk information class.
SMBDiskSession - class com.starla.smb.SMBDiskSession.
The SMBDiskSession class provides disk, directory and file related methods on a remote disk share.
SMBErrorText - class com.starla.smb.SMBErrorText.
SMB error text class.
SMBErrorText() - Constructor for class com.starla.smb.SMBErrorText
 
SMBException - exception com.starla.smb.SMBException.
SMB exception class This class holds the detail of an SMB network error.
SMBException(int, int) - Constructor for class com.starla.smb.SMBException
Construct an SMB exception with the specified error class/error code.
SMBException(int, int, String) - Constructor for class com.starla.smb.SMBException
Construct an SMB exception with the specified error class/error code and additional text error message.
SMBFile - class com.starla.smb.SMBFile.
SMB file class.
SMBFileAttribute - class com.starla.smb.SMBFileAttribute.
SMB file attribute class.
SMBFileAttribute() - Constructor for class com.starla.smb.SMBFileAttribute
 
SMBFileInfo - class com.starla.smb.SMBFileInfo.
SMB file information class.
SMBInputStream - class com.starla.smb.SMBInputStream.
SMB input stream class.
SMBOutputStream - class com.starla.smb.SMBOutputStream.
SMB output stream class.
SMBPrinterList - class com.starla.smb.SMBPrinterList.
SMB printer list class The SMBPrinterList class contains a list of SMBPrintQueueInfo ojbects, which contain details of a remote print queue.
SMBPrinterList() - Constructor for class com.starla.smb.SMBPrinterList
Class constructor
SMBPrintJob - class com.starla.smb.SMBPrintJob.
SMB print queue entry class The SMBPrintJob class contains the details of a remote print server job.
SMBPrintJobList - class com.starla.smb.SMBPrintJobList.
SMB print job list class The SMBPrintJobList class contains a list of SMBPrintJob objects.
SMBPrintJobList() - Constructor for class com.starla.smb.SMBPrintJobList
Class constructor
SMBPrintQueueInfo - class com.starla.smb.SMBPrintQueueInfo.
SMB print queue information class The SMBPrintQueueInfo class contains the details of a remote print queue on a remote print server.
SMBPrintSession - class com.starla.smb.SMBPrintSession.
SMB print session class The print session allows a new print job to be created, using the SMBFile class or as an SMBOutputStream.
SMBSearchContext - interface com.starla.smb.SMBSearchContext.
SMB search context interface
SMBServerInfo - class com.starla.smb.SMBServerInfo.
SMB server info class The SMBServerInfo class contains details of the remote server that an SMBAdminSession is connected to.
SMBServerList - class com.starla.smb.SMBServerList.
SMB server list class The SMBServerList contains a list of SMBServerInfo objects.
SMBServerList() - Constructor for class com.starla.smb.SMBServerList
Class constructor
SMBSession - class com.starla.smb.SMBSession.
SMB session class
SMBSession(PCShare, int) - Constructor for class com.starla.smb.SMBSession
Construct an SMB session
SMBSessionFactory - class com.starla.smb.SMBSessionFactory.
The SMBSessionFactory static class is used to create sessions to remote shared resources using the SMB/CIFS protocol.
SMBSessionFactory() - Constructor for class com.starla.smb.SMBSessionFactory
 
SMBShareInfo - class com.starla.smb.SMBShareInfo.
SMB share information class The SMBShareInfo class contains the level one details of a remote shared resource.
SMBShareInfo2 - class com.starla.smb.SMBShareInfo2.
SMB share info 2 class The SMBShareInfo2 class contains the level two details of a remote shared resource.
SMBShareList - class com.starla.smb.SMBShareList.
SMB share list class The SMBShareList contains a list of SMBShareInfo, or SMBShareInfo derived, objects.
SMBShareList() - Constructor for class com.starla.smb.SMBShareList
Class constructor
SMBStatus - class com.starla.smb.SMBStatus.
SMB status code class.
SMBStatus() - Constructor for class com.starla.smb.SMBStatus
 
SMBUserInfo - class com.starla.smb.SMBUserInfo.
SMB user information class The SMBUserInfo class contains the details of a user account on a remote server.
Spooling - Static variable in class com.starla.smb.SMBPrintJob
Print queue entry is spooling
SQLServer - Static variable in class com.starla.smb.SMBServerInfo
Server is running SQL server
SRVBadPassword - Static variable in class com.starla.smb.SMBStatus
 
SRVContinueInMPXMode - Static variable in class com.starla.smb.SMBStatus
 
SRVEOFOnPrintQueueDump - Static variable in class com.starla.smb.SMBStatus
 
SRVFIDAndPathInvalid - Static variable in class com.starla.smb.SMBStatus
 
SRVInternalServerError - Static variable in class com.starla.smb.SMBStatus
 
SRVInvalidAccessPerm - Static variable in class com.starla.smb.SMBStatus
 
SRVInvalidAttributeMode - Static variable in class com.starla.smb.SMBStatus
 
SRVInvalidDevice - Static variable in class com.starla.smb.SMBStatus
 
SRVInvalidNetworkName - Static variable in class com.starla.smb.SMBStatus
 
SRVInvalidPrintFID - Static variable in class com.starla.smb.SMBStatus
 
SRVInvalidTID - Static variable in class com.starla.smb.SMBStatus
 
SRVInvalidUID - Static variable in class com.starla.smb.SMBStatus
 
SRVNoAccessRights - Static variable in class com.starla.smb.SMBStatus
 
SRVNoBuffers - Static variable in class com.starla.smb.SMBStatus
 
SRVNonSpecificError - Static variable in class com.starla.smb.SMBStatus
 
SRVNoRAWUseMPX - Static variable in class com.starla.smb.SMBStatus
 
SRVNoRAWUseStdReadWrite - Static variable in class com.starla.smb.SMBStatus
 
SRVNoResourcesAvailable - Static variable in class com.starla.smb.SMBStatus
 
SRVNotReceivingMessages - Static variable in class com.starla.smb.SMBStatus
 
SRVNotSupported - Static variable in class com.starla.smb.SMBStatus
 
SRVPrintQueueFullFiles - Static variable in class com.starla.smb.SMBStatus
 
SRVPrintQueueFullSpace - Static variable in class com.starla.smb.SMBStatus
 
SRVServerPaused - Static variable in class com.starla.smb.SMBStatus
 
SRVTimedOut - Static variable in class com.starla.smb.SMBStatus
 
SRVTooManyRemoteNames - Static variable in class com.starla.smb.SMBStatus
 
SRVTooManyUIDs - Static variable in class com.starla.smb.SMBStatus
 
SRVUnrecognizedCommand - Static variable in class com.starla.smb.SMBStatus
 
StartSearch(String, int) - Method in interface com.starla.smb.SMBSearchContext
Start a new search using the specified file name string and search attributes
StartSearch(String, int) - Method in class com.starla.smb.SMBDiskSession
Start a search of the specified directory returning information for each file/directory found.
StartSearch(String, int) - Method in class com.starla.smb.SMBCIFSDiskSession
Start a search of the specified directory returning information for each file/directory found.
StartSearch(String, int) - Method in class com.starla.smb.SMBCoreDiskSession
Start a search of the specified directory returning information for each file/directory found.
StatusMask - Static variable in class com.starla.smb.SMBPrintJob
Mask to extract the main print job status from the job status value.
Success - Static variable in class com.starla.smb.SMBStatus
Success error class
System - Static variable in class com.starla.smb.SMBFileAttribute
File is a system special file

T

TerminalServer - Static variable in class com.starla.smb.SMBServerInfo
Terminal server (Hydra)
TextMode - Static variable in class com.starla.smb.SMBPrintSession
Print modes
TimeSource - Static variable in class com.starla.smb.SMBServerInfo
Server is running the time source service
toString() - Method in class com.starla.smb.SMBSession
Output the session details as a string
toString() - Method in class com.starla.smb.SMBFile
Return the SMB file as a string
toString() - Method in class com.starla.smb.SMBShareInfo
Output the share information as a string
toString() - Method in class com.starla.smb.SMBShareInfo2
Output the share information as a string
toString() - Method in class com.starla.smb.SMBFileInfo
Return the file information as a string.
toString() - Method in class com.starla.smb.PCShare
Return the PCShare object as a string
toString() - Method in class com.starla.smb.SMBPrintJob
Return the print job information as a string
toString() - Method in class com.starla.smb.SMBPrintQueueInfo
Output the printer queue information as a string
toString() - Method in class com.starla.smb.SMBServerInfo
Output the server information as a string

U

UnixServer - Static variable in class com.starla.smb.SMBServerInfo
Xenix/Unix server
Unknown - Static variable in class com.starla.smb.SMBDeviceType
Unknown remote device type
UserMode - Static variable in class com.starla.smb.SMBSession
 

V

VMSServer - Static variable in class com.starla.smb.SMBServerInfo
VMS server
Volume - Static variable in class com.starla.smb.SMBFileAttribute
Volume label

W

WfwServer - Static variable in class com.starla.smb.SMBServerInfo
Windows for Workgroups server
Win95Plus - Static variable in class com.starla.smb.SMBServerInfo
Windows 95 and above type server
WorkStation - Static variable in class com.starla.smb.SMBServerInfo
Server is a LAN Manager workstation
Write - Static variable in class com.starla.smb.SMBShareInfo
Share allows write access
write(byte[], int, int) - Method in class com.starla.smb.SMBOutputStream
Write the specified byte array to the output stream, starting at the specified offset within the byte array.
Write(byte[], int, int) - Method in class com.starla.smb.SMBFile
Write a block of data to the file.
Write(byte[], int, int) - Method in class com.starla.smb.SMBCIFSFile
Write a block of data to the file.
Write(byte[], int, int) - Method in class com.starla.smb.SMBCoreFile
Write a block of data to the file.
write(int) - Method in class com.starla.smb.SMBOutputStream
Write the specified byte to this output stream.
WriteDate - Static variable in class com.starla.smb.SMBDiskSession
Set the file write date, via the setFileInformation () method
WriteOnly - Static variable in class com.starla.smb.SMBAccessMode
Write file access
WriteThrough - Static variable in class com.starla.smb.SMBAccessMode
Write through mode
WriteTime - Static variable in class com.starla.smb.SMBDiskSession
Set the file write time, via the setFileInformation () method

A B C D E F G H I J L M N O P Q R S T U V W