public class FileBrowse extends API
This class is the superclass of all of the browse-related implementation classes.
| Modifier and Type | Class and Description |
|---|---|
static class |
FileBrowse.LocalVars
Inner class to hold ThreadLocal variables
|
| Modifier and Type | Method and Description |
|---|---|
void |
end()
End the browse.
|
short |
getRequestID() |
public void end()
throws FileDisabledException,
FileNotFoundException,
LogicException,
InvalidRequestException,
ISCInvalidRequestException,
NotAuthorisedException,
NotOpenException,
InvalidSystemIdException
FileDisabledException - The file is disabled.FileNotFoundException - The file is not defined in the File
Definitions (FD).LogicException - An error not covered by any other exception
occurred.InvalidRequestException - The file does not have a browse
active.ISCInvalidRequestException - This exception is thrown
if the remote system indicates a failure that does not correspond to a
known condition.NotAuthorisedException - This exception is thrown
for the following reasons:
NotOpenException - This exception is thrown
for the following reasons:
InvalidSystemIdException - This exception is thrown
if the named connection cannot be found in the Communications
Definitions (CD).public short getRequestID()