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

A

a3 - Static variable in class gnu.hylafax.Pagesize
an A3 size page
A3 - Static variable in class gnu.hylafax.Pagesize
an A3 size page
a4 - Static variable in class gnu.hylafax.Pagesize
an A4 size page
A4 - Static variable in class gnu.hylafax.Pagesize
an A4 size page
a5 - Static variable in class gnu.hylafax.Pagesize
an A5 size page
A5 - Static variable in class gnu.hylafax.Pagesize
an A5 size page
a6 - Static variable in class gnu.hylafax.Pagesize
an A6 size page
A6 - Static variable in class gnu.hylafax.Pagesize
an A6 size page
abor() - Method in class gnu.inet.ftp.FtpClientProtocol
abort the last command
abor(String) - Method in class gnu.inet.ftp.FtpClientProtocol
abort the last command on the given modem.
active - Variable in class gnu.inet.ftp.AsciiOutputStream
 
active - Variable in class gnu.inet.ftp.AsciiInputStream
 
ActiveGetter - class gnu.inet.ftp.ActiveGetter.
This class implements an FTP-style data connection server thread for GETing files/data non-passively.
ActiveGetter(OutputStream) - Constructor for class gnu.inet.ftp.ActiveGetter
Create a new ActiveGetter with the given OutputStream for data output.
ActivePutter - class gnu.inet.ftp.ActivePutter.
This class implements an FTP-style data connection server thread for PUTing in a non-passive files/data.
ActivePutter(InputStream) - Constructor for class gnu.inet.ftp.ActivePutter
Create a new ActivePutter thread given the InputStream data source.
addConnectionListener(ConnectionListener) - Method in class gnu.hylafax.HylaFAXClient
Register a connection listener with the event source.
addConnectionListener(ConnectionListener) - Method in class gnu.inet.ftp.Putter
add a ConnectionListener to the list of connectionListeners
addConnectionListener(ConnectionListener) - Method in class gnu.inet.ftp.Getter
add a ConnectionListener to the list of connectionListeners
addConnectionListener(ConnectionListener) - Method in class gnu.inet.ftp.FtpClient
Register a connection listener with the event source.
addConnectionListener(ConnectionListener) - Method in interface gnu.inet.ftp.ConnectionEventSource
register a connection listener with the event source.
addConnectionListeners(Vector) - Method in class gnu.hylafax.HylaFAXClient
Register a set of connection listeners with the event source.
addConnectionListeners(Vector) - Method in class gnu.inet.ftp.Putter
add a set of ConnectionListeners to the list of connectionListeners
addConnectionListeners(Vector) - Method in class gnu.inet.ftp.Getter
add a set of ConnectionListener to the list of connectionListeners
addConnectionListeners(Vector) - Method in class gnu.inet.ftp.FtpClient
Register a set of connection listeners with the event source.
addConnectionListeners(Vector) - Method in interface gnu.inet.ftp.ConnectionEventSource
register a set of connection listenesr with the event source.
addDocument(String) - Method in interface gnu.hylafax.Job
 
addDocument(String) - Method in class gnu.hylafax.job.Job
 
addReceiveListener(ReceiveListener) - Method in class gnu.hylafax.job.SendAndReceiveNotifier
This method is called to register a Job Listener.
addReceiveListener(ReceiveListener) - Method in class gnu.hylafax.job.BasicReceiveNotifier
This method is called to register a Job Listener.
addReceiveListener(ReceiveListener) - Method in interface gnu.hylafax.job.ReceiveNotifier
This method is called to register a Job ReceiveListener.
address - Variable in class gnu.inet.ftp.ConnectionEvent
 
addSendListener(SendListener) - Method in interface gnu.hylafax.job.SendNotifier
This method is called to register a Job SendListener.
addSendListener(SendListener) - Method in class gnu.hylafax.job.BasicSendNotifier
This method is called to register a Job Listener.
addTransferListener(TransferListener) - Method in class gnu.hylafax.HylaFAXClient
Register a transfer listener with the event source.
addTransferListener(TransferListener) - Method in class gnu.inet.ftp.Putter
register a TransferListener to the list of transfer listeners.
addTransferListener(TransferListener) - Method in class gnu.inet.ftp.Getter
add a TransferListener to the list of transfer listeners.
addTransferListener(TransferListener) - Method in class gnu.inet.ftp.FtpClient
Register a transfer listener with the event source.
addTransferListener(TransferListener) - Method in interface gnu.inet.ftp.TransferEventSource
register a transfer listener with the event source.
addTransferListeners(Vector) - Method in class gnu.hylafax.HylaFAXClient
Register a set of transfer listeners with the event source.
addTransferListeners(Vector) - Method in class gnu.inet.ftp.Putter
add a set of TransferListeners to the list of transfer listeners
addTransferListeners(Vector) - Method in class gnu.inet.ftp.Getter
add a set of TransferListener to the list of transfer listeners
addTransferListeners(Vector) - Method in class gnu.inet.ftp.FtpClient
Register a set of transfer listeners with the event source.
addTransferListeners(Vector) - Method in interface gnu.inet.ftp.TransferEventSource
register a set of transfer listeners with the event source.
admin(String) - Method in class gnu.hylafax.HylaFAXClientProtocol
establish administrator privileges given password
admin(String) - Method in interface gnu.hylafax.ClientProtocol
establish administrator privileges given password
admin(String) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
AsciiInputStream - class gnu.inet.ftp.AsciiInputStream.
The AsciiInputStream class acts as a filter to convert incoming ASCII FTP streams to the system's local ASCII format by filtering and converting line termination strings.
AsciiInputStream(InputStream) - Constructor for class gnu.inet.ftp.AsciiInputStream
Creates an AsciiInputStream by passing in to its superclass' constructor and determining the system-specific line termination string.
AsciiOutputStream - class gnu.inet.ftp.AsciiOutputStream.
The AsciiOutputStream class acts as a filter to convert outgoing ASCII FTP streams from the system's local ASCII format by filtering and converting line termination strings.
AsciiOutputStream(OutputStream) - Constructor for class gnu.inet.ftp.AsciiOutputStream
Creates an AsciiOutputStream by passing out to its superclass' constructor and determining the system-specific line termination string.
available() - Method in class gnu.inet.ftp.AsciiInputStream
Returns the number of bytes that can be read from this input stream without blocking.

B

b4 - Static variable in class gnu.hylafax.Pagesize
an B4 size page
B4 - Static variable in class gnu.hylafax.Pagesize
an B4 size page
BasicReceiveNotifier - class gnu.hylafax.job.BasicReceiveNotifier.
This interface defines what a class should implement in order to notify others of job related events.
BasicReceiveNotifier() - Constructor for class gnu.hylafax.job.BasicReceiveNotifier
 
BasicSendNotifier - class gnu.hylafax.job.BasicSendNotifier.
This interface defines what a class should implement in order to notify others of job related events.
BasicSendNotifier() - Constructor for class gnu.hylafax.job.BasicSendNotifier
 
BlockingStack - class gnu.hylafax.pool.BlockingStack.
Object stack that implements a blocking LIFO (last-in-first-out) stack.
BlockingStack.Node - class gnu.hylafax.pool.BlockingStack.Node.
Container class for objects in the stack.
BlockingStack.Node(BlockingStack) - Constructor for class gnu.hylafax.pool.BlockingStack.Node
Creates a node with null object and null next node.
BlockingStack.Node(BlockingStack, Object) - Constructor for class gnu.hylafax.pool.BlockingStack.Node
Creates a node with the specified object and null next node.
BlockingStack.Node(BlockingStack, Object, BlockingStack.Node) - Constructor for class gnu.hylafax.pool.BlockingStack.Node
Creates a Node with the specific object and next node.
BlockingStack() - Constructor for class gnu.hylafax.pool.BlockingStack
 
buffer - Variable in class gnu.inet.ftp.AsciiInputStream
 
BUFFER_SIZE - Static variable in class gnu.inet.ftp.Putter
 
BUFFER_SIZE - Static variable in class gnu.inet.ftp.Getter
 

C

cancel() - Method in class gnu.inet.ftp.Putter
cancel a running transfer sets a flag and calls interrupt() can only be called once
cancel() - Method in class gnu.inet.ftp.Getter
cancel a running transfer sets a flag and calls interrupt() can only be called once
cancel() - Method in class gnu.inet.ftp.PassiveGetter
cancel a running transfer sets a flag and calls interrupt() can only be called once
cancelled - Variable in class gnu.inet.ftp.Putter
 
cancelled - Variable in class gnu.inet.ftp.Getter
 
cdup() - Method in class gnu.inet.ftp.FtpClientProtocol
change to parent of current working directory
CHOP_DEFAULT - Static variable in interface gnu.hylafax.Job
 
CHOP_DEFAULT - Static variable in class gnu.hylafax.job.Job
 
client - Variable in class gnu.hylafax.job.Job
 
Client - interface gnu.hylafax.Client.
 
ClientPool - class gnu.hylafax.pool.ClientPool.
 
ClientPool(ClientPoolConfiguration) - Constructor for class gnu.hylafax.pool.ClientPool
 
ClientPoolConfiguration - class gnu.hylafax.pool.ClientPoolConfiguration.
 
ClientPoolConfiguration() - Constructor for class gnu.hylafax.pool.ClientPoolConfiguration
 
ClientPoolException - exception gnu.hylafax.pool.ClientPoolException.
 
ClientPoolException(String) - Constructor for class gnu.hylafax.pool.ClientPoolException
 
ClientProtocol - interface gnu.hylafax.ClientProtocol.
 
connect(String, int) - Method in class gnu.inet.ftp.FtpClientProtocol
connect to the given host at the given port number.
connection - Variable in class gnu.hylafax.HylaFAXClient
This is a cached PassiveConnection instance.
connection - Variable in class gnu.inet.ftp.FtpClient
This is a cached PassiveConnection instance.
connectionClosed(ConnectionEvent) - Method in interface gnu.inet.ftp.ConnectionListener
called when a connection has been closed
ConnectionEvent - class gnu.inet.ftp.ConnectionEvent.
 
ConnectionEvent(InetAddress, int) - Constructor for class gnu.inet.ftp.ConnectionEvent
constructor.
ConnectionEventSource - interface gnu.inet.ftp.ConnectionEventSource.
 
connectionFailed(Exception) - Method in interface gnu.inet.ftp.ConnectionListener
called when an error occurs while setting up the connection
ConnectionListener - interface gnu.inet.ftp.ConnectionListener.
 
connectionListeners - Variable in class gnu.inet.ftp.Putter
 
connectionListeners - Variable in class gnu.inet.ftp.Getter
 
connectionOpened(ConnectionEvent) - Method in interface gnu.inet.ftp.ConnectionListener
called when a connection has been opened
ConsoleLogger - class gnu.hylafax.logging.ConsoleLogger.
Implements the console logger for gnu.hylafax.logging.LoggingFactory.
ConsoleLogger(Class) - Constructor for class gnu.hylafax.logging.ConsoleLogger
Sets the class name for the logger.
ConsoleLogger(String) - Constructor for class gnu.hylafax.logging.ConsoleLogger
Sets the class name for the logger.
createJob() - Method in interface gnu.hylafax.Client
create a new job in the server
createJob() - Method in class gnu.hylafax.HylaFAXClient
create a new job in the server
createJob() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
cwd(String) - Method in class gnu.inet.ftp.FtpClientProtocol
change current working directory

D

DEBUG_TYPE - Static variable in class gnu.hylafax.logging.ConsoleLogger
Specify the DEBUG_TYPE for logging.
debug(Object) - Method in class gnu.hylafax.logging.ConsoleLogger
 
debug(Object) - Method in interface gnu.hylafax.logging.Logger
Log a debug message.
debug(Object) - Method in class gnu.hylafax.logging.Log4jLogger
 
debug(Object, Throwable) - Method in class gnu.hylafax.logging.ConsoleLogger
 
debug(Object, Throwable) - Method in interface gnu.hylafax.logging.Logger
Log a debug message with an exception.
debug(Object, Throwable) - Method in class gnu.hylafax.logging.Log4jLogger
 
DEFAULT_PORT - Static variable in class gnu.hylafax.HylaFAXClientProtocol
default HylaFAX server port.
DEFAULT_PORT - Static variable in class gnu.inet.ftp.FtpClientProtocol
default FTP server port.
dele(String) - Method in class gnu.inet.ftp.FtpClientProtocol
delete the given file.
delete(Job) - Method in interface gnu.hylafax.Client
delete the given done or suspended job
delete(Job) - Method in class gnu.hylafax.HylaFAXClient
delete the given done or suspended job
delete(Job) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
destroy() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
destroy() - Method in interface gnu.hylafax.pool.PooledClient
Destroy the client.

E

eol - Variable in class gnu.inet.ftp.AsciiOutputStream
 
eol - Variable in class gnu.inet.ftp.AsciiInputStream
 
equals(PassiveConnection) - Method in class gnu.inet.ftp.PassiveConnection
compare another PassiveConnection instance to this one.
equals(PassiveParameters) - Method in class gnu.inet.ftp.PassiveParameters
compare another PassiveParameters instance to this one.
ERROR_TYPE - Static variable in class gnu.hylafax.logging.ConsoleLogger
Specify the ERROR_TYPE for logging.
error(Object) - Method in class gnu.hylafax.logging.ConsoleLogger
 
error(Object) - Method in interface gnu.hylafax.logging.Logger
Log an error message.
error(Object) - Method in class gnu.hylafax.logging.Log4jLogger
 
error(Object, Throwable) - Method in class gnu.hylafax.logging.ConsoleLogger
 
error(Object, Throwable) - Method in interface gnu.hylafax.logging.Logger
Log an error message with an exception.
error(Object, Throwable) - Method in class gnu.hylafax.logging.Log4jLogger
 
Event - class gnu.hylafax.job.Event.
This class contains the information available on a basic job notification.
Event() - Constructor for class gnu.hylafax.job.Event
 
executive - Static variable in class gnu.hylafax.Pagesize
a US Executive size page
EXECUTIVE - Static variable in class gnu.hylafax.Pagesize
a US Executive size page
extract() - Method in class gnu.hylafax.pool.BlockingStack
 

F

FATAL_TYPE - Static variable in class gnu.hylafax.logging.ConsoleLogger
Specify the FATAL_TYPE for logging.
fatal(Object) - Method in class gnu.hylafax.logging.ConsoleLogger
 
fatal(Object) - Method in interface gnu.hylafax.logging.Logger
Log a fatal message.
fatal(Object) - Method in class gnu.hylafax.logging.Log4jLogger
 
fatal(Object, Throwable) - Method in class gnu.hylafax.logging.ConsoleLogger
 
fatal(Object, Throwable) - Method in interface gnu.hylafax.logging.Logger
Log a fatal message with an exception.
fatal(Object, Throwable) - Method in class gnu.hylafax.logging.Log4jLogger
 
FaxStat - class gnu.hylafax.util.FaxStat.
This class implements most of the faxstat program as supplied with the HylaFAX distribution.
FaxStat() - Constructor for class gnu.hylafax.util.FaxStat
 
filefmt() - Method in class gnu.hylafax.HylaFAXClientProtocol
get the FILEFMT string value.
filefmt() - Method in interface gnu.hylafax.ClientProtocol
get the FILEFMT string value.
filefmt() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
filefmt(String) - Method in class gnu.hylafax.HylaFAXClientProtocol
set the FILEFMT string value.
filefmt(String) - Method in interface gnu.hylafax.ClientProtocol
set the FILEFMT string value.
filefmt(String) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
fileType - Variable in class gnu.inet.ftp.FtpClientProtocol
 
FtpClient - class gnu.inet.ftp.FtpClient.
This class implements convenience methods that wrapper the FtpClientProtocol methods for common functionality.
FtpClient() - Constructor for class gnu.inet.ftp.FtpClient
default constructor.
FtpClientProtocol - class gnu.inet.ftp.FtpClientProtocol.
This is the core implementation of the FTP client protocol, RFC0959.
FtpClientProtocol() - Constructor for class gnu.inet.ftp.FtpClientProtocol
default constructor.

G

get() - Method in class gnu.hylafax.pool.ClientPool
 
get(String, OutputStream) - Method in interface gnu.hylafax.Client
GET the named file, FTP style.
get(String, OutputStream) - Method in class gnu.hylafax.HylaFAXClient
GET the named file, FTP style.
get(String, OutputStream) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
get(String, OutputStream) - Method in class gnu.inet.ftp.FtpClient
GET the named file, FTP style.
getAdminPassword() - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
getAverageClientCreationTime() - Method in class gnu.hylafax.pool.ClientPool
 
getBlockingTimeout() - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
getChopThreshold() - Method in interface gnu.hylafax.Job
 
getChopThreshold() - Method in class gnu.hylafax.job.Job
 
getCidName() - Method in class gnu.hylafax.job.ReceiveEvent
 
getCidNumber() - Method in class gnu.hylafax.job.ReceiveEvent
 
getClientMap() - Method in class gnu.hylafax.pool.ClientPool
 
getCode() - Method in class gnu.inet.ftp.ServerResponseException
get the server response code.
getCommunicationIdentifier() - Method in class gnu.hylafax.job.ReceiveEvent
 
getConfiguration() - Method in class gnu.hylafax.pool.ClientPool
 
getDebug() - Method in class gnu.inet.ftp.FtpClientProtocol
Returns true if ConsoleLogger is in debug mode.
getDialstring() - Method in interface gnu.hylafax.Job
 
getDialstring() - Method in class gnu.hylafax.job.Job
 
getDocumentName() - Method in interface gnu.hylafax.Job
 
getDocumentName() - Method in class gnu.hylafax.job.Job
 
getElapsedTime() - Method in class gnu.hylafax.job.SendEvent
 
getFilename() - Method in class gnu.hylafax.job.Event
 
getFromUser() - Method in interface gnu.hylafax.Job
 
getFromUser() - Method in class gnu.hylafax.job.Job
 
getGreeting() - Method in class gnu.inet.ftp.FtpClientProtocol
 
getHost() - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
getId() - Method in interface gnu.hylafax.Job
get the job-id of this Job instance.
getId() - Method in class gnu.hylafax.job.Job
get the job-id of this Job instance.
getInetAddress() - Method in class gnu.inet.ftp.FtpClientProtocol
get the local ip address of the control connection socket.
getInetAddress() - Method in class gnu.inet.ftp.PassiveParameters
get the IP address
getInetAddress() - Method in class gnu.inet.ftp.ActiveGetter
get the local IP address that this ActiveGetter is listening on
getInetAddress() - Method in class gnu.inet.ftp.ActivePutter
get address that this Putter is listening on
getJob(long) - Method in interface gnu.hylafax.Client
get a Job instance for the given job id
getJob(long) - Method in class gnu.hylafax.HylaFAXClient
get a Job instance for the given job id
getJob(long) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
getJobId() - Method in class gnu.hylafax.job.SendEvent
 
getJobInfo() - Method in interface gnu.hylafax.Job
Get JobInfo attribute.
getJobInfo() - Method in class gnu.hylafax.job.Job
Get JobInfo attribute.
getKilltime() - Method in interface gnu.hylafax.Job
 
getKilltime() - Method in class gnu.hylafax.job.Job
 
getList() - Method in interface gnu.hylafax.Client
get a long-style listing of files in the current directory.
getList() - Method in class gnu.hylafax.HylaFAXClient
get a long-style listing of files in the current directory.
getList() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
getList() - Method in class gnu.inet.ftp.FtpClient
get a long-style listing of files in the current directory.
getList(String) - Method in interface gnu.hylafax.Client
get a long-style listing of files in the given directory.
getList(String) - Method in class gnu.hylafax.HylaFAXClient
get a long-style listing of files in the given directory.
getList(String) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
getList(String) - Method in class gnu.inet.ftp.FtpClient
get a long-style listing of files in the given directory.
getLogger(Class) - Static method in class gnu.hylafax.logging.LoggingFactory
Returns the a logger for the class passed via logClass.
getLogger(String) - Static method in class gnu.hylafax.logging.LoggingFactory
Checks to see if the class is defined and returns a Logger for it.
getMaxIdleTime() - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
getMaximumDials() - Method in interface gnu.hylafax.Job
 
getMaximumDials() - Method in class gnu.hylafax.job.Job
 
getMaximumTries() - Method in interface gnu.hylafax.Job
 
getMaximumTries() - Method in class gnu.hylafax.job.Job
 
getMaxNoopTime() - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
getMaxPoolSize() - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
getMessage() - Method in class gnu.hylafax.job.ReceiveEvent
 
getMessage() - Method in class gnu.inet.ftp.ServerResponseException
get the server message.
getMinPoolSize() - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
getModem() - Method in class gnu.hylafax.job.ReceiveEvent
 
getNameList() - Method in interface gnu.hylafax.Client
get name list of files in the current directory.
getNameList() - Method in class gnu.hylafax.HylaFAXClient
get name list of files in the current directory.
getNameList() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
getNameList() - Method in class gnu.inet.ftp.FtpClient
get name list of files in the current directory.
getNameList(String) - Method in interface gnu.hylafax.Client
get name list of files in the given directory.
getNameList(String) - Method in class gnu.hylafax.HylaFAXClient
get name list of files in the given directory.
getNameList(String) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
getNameList(String) - Method in class gnu.inet.ftp.FtpClient
get name list of files in the given directory.
getNext() - Method in class gnu.hylafax.pool.BlockingStack.Node
 
getNextAttempt() - Method in class gnu.hylafax.job.SendEvent
 
getNotifyAddress() - Method in interface gnu.hylafax.Job
 
getNotifyAddress() - Method in class gnu.hylafax.job.Job
 
getNotifyType() - Method in interface gnu.hylafax.Job
 
getNotifyType() - Method in class gnu.hylafax.job.Job
 
getObject() - Method in class gnu.hylafax.pool.BlockingStack.Node
 
getPageChop() - Method in interface gnu.hylafax.Job
 
getPageChop() - Method in class gnu.hylafax.job.Job
 
getPageDimension() - Method in interface gnu.hylafax.Job
 
getPageDimension() - Method in class gnu.hylafax.job.Job
 
getPageLength() - Method in interface gnu.hylafax.Job
 
getPageLength() - Method in class gnu.hylafax.job.Job
 
getPagesize(String) - Static method in class gnu.hylafax.Pagesize
lookup a pagesize by its name
getPageWidth() - Method in interface gnu.hylafax.Job
 
getPageWidth() - Method in class gnu.hylafax.job.Job
 
getPassive() - Method in interface gnu.hylafax.Client
check whether passive transfers have been enabled
getPassive() - Method in class gnu.hylafax.HylaFAXClient
check whether passive transfers have been enabled
getPassive() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
getPassive() - Method in class gnu.inet.ftp.FtpClient
check whether we're using passive transfers or not.
getPassiveParameters() - Method in class gnu.inet.ftp.PassiveConnection
get the passive parameters
getPassword() - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
getPort() - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
getPort() - Method in class gnu.inet.ftp.PassiveParameters
get the port value
getPort() - Method in class gnu.inet.ftp.ActiveGetter
get the local port this ActiveGetter is listening on
getPort() - Method in class gnu.inet.ftp.ActivePutter
get the port this ActivePutter is listening on
getPriority() - Method in interface gnu.hylafax.Job
 
getPriority() - Method in class gnu.hylafax.job.Job
 
getProperty(String) - Method in interface gnu.hylafax.Job
Get the value for an arbitrary property for this job.
getProperty(String) - Method in class gnu.hylafax.job.Job
Get the value for an arbitrary property for this job.
getProperty(String) - Method in class gnu.hylafax.job.ThreadSafeJob
Get the value for an arbitrary property for this job.
getReason() - Method in class gnu.hylafax.job.SendEvent
 
getRemoteInetAddress() - Method in class gnu.inet.ftp.ConnectionEvent
get the remote ip address
getRemotePort() - Method in class gnu.inet.ftp.ConnectionEvent
get remote port
getRetryInterval() - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
getRetrytime() - Method in interface gnu.hylafax.Job
 
getRetrytime() - Method in class gnu.hylafax.job.Job
 
getSize() - Method in class gnu.hylafax.pool.ClientPool
 
getSocket() - Method in class gnu.inet.ftp.PassiveConnection
get the socket for this passive connection
getTagline() - Method in interface gnu.hylafax.Job
Get TagLine format attribute.
getTagline() - Method in class gnu.hylafax.job.Job
Get TagLine format attribute.
Getter - class gnu.inet.ftp.Getter.
This class serves as a superclass to the ActiveGetter and PassiveGetter classes, providing a common interface and data members.
Getter() - Constructor for class gnu.inet.ftp.Getter
set the Getter initial state with debugging disabled.
getTimeZone() - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
getTotalSize() - Method in class gnu.hylafax.pool.ClientPool
 
getType() - Method in class gnu.inet.ftp.FtpClientProtocol
Return the file type for transfer.
getUserName() - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
getUseTagline() - Method in interface gnu.hylafax.Job
Get the UseTagLine attribute.
getUseTagline() - Method in class gnu.hylafax.job.Job
Get the UseTagLine attribute.
getVerticalResolution() - Method in interface gnu.hylafax.Job
 
getVerticalResolution() - Method in class gnu.hylafax.job.Job
 
getWorkingSize() - Method in class gnu.hylafax.pool.ClientPool
 
gnu.hylafax - package gnu.hylafax
 
gnu.hylafax.job - package gnu.hylafax.job
 
gnu.hylafax.logging - package gnu.hylafax.logging
 
gnu.hylafax.pool - package gnu.hylafax.pool
 
gnu.hylafax.util - package gnu.hylafax.util
 
gnu.inet.ftp - package gnu.inet.ftp
 
greeting - Variable in class gnu.inet.ftp.FtpClientProtocol
 

H

HylaFAXClient - class gnu.hylafax.HylaFAXClient.
This class implements convenience methods that wrapper the ClientProtocol methods for common functionality.
HylaFAXClient() - Constructor for class gnu.hylafax.HylaFAXClient
default constructor.
HylaFAXClientProtocol - class gnu.hylafax.HylaFAXClientProtocol.
This is the core implementation of the HylaFAX client protocol.
HylaFAXClientProtocol() - Constructor for class gnu.hylafax.HylaFAXClientProtocol
default constructor.
HylaFAXPooledClient - class gnu.hylafax.pool.HylaFAXPooledClient.
This is an extension of the gnu.hylafax.HylaFAXClient specifically designed to work with the gnu.hylafax.pool.ClientPool pooling functionality.
HylaFAXPooledClient(ClientPool) - Constructor for class gnu.hylafax.pool.HylaFAXPooledClient
Default constructor.

I

idle() - Method in class gnu.hylafax.HylaFAXClientProtocol
get the current idle timeout in seconds
idle() - Method in interface gnu.hylafax.ClientProtocol
get the current idle timeout in seconds
idle() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
idle() - Method in class gnu.inet.ftp.FtpClientProtocol
get the current idle timeout in seconds
idle(long) - Method in class gnu.hylafax.HylaFAXClientProtocol
set the idle timeout value to the given number of seconds
idle(long) - Method in interface gnu.hylafax.ClientProtocol
set the idle timeout value to the given number of seconds
idle(long) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
idle(long) - Method in class gnu.inet.ftp.FtpClientProtocol
set the idle timeout value to the given number of seconds
INFO_TYPE - Static variable in class gnu.hylafax.logging.ConsoleLogger
Specify the INFO_TYPE for logging.
info(Object) - Method in class gnu.hylafax.logging.ConsoleLogger
 
info(Object) - Method in interface gnu.hylafax.logging.Logger
Log an info message.
info(Object) - Method in class gnu.hylafax.logging.Log4jLogger
 
info(Object, Throwable) - Method in class gnu.hylafax.logging.ConsoleLogger
 
info(Object, Throwable) - Method in interface gnu.hylafax.logging.Logger
Log an info message with an exception.
info(Object, Throwable) - Method in class gnu.hylafax.logging.Log4jLogger
 
interrupt(Job) - Method in interface gnu.hylafax.Client
interrupt the given job
interrupt(Job) - Method in class gnu.hylafax.HylaFAXClient
interrupt the given job
interrupt(Job) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
isDebugEnabled() - Method in class gnu.hylafax.logging.ConsoleLogger
 
isDebugEnabled() - Method in interface gnu.hylafax.logging.Logger
 
isDebugEnabled() - Method in class gnu.hylafax.logging.Log4jLogger
 
isEmpty() - Method in class gnu.hylafax.pool.BlockingStack
Checks to see if the stack is empty.
isErrorEnabled() - Method in class gnu.hylafax.logging.ConsoleLogger
 
isErrorEnabled() - Method in interface gnu.hylafax.logging.Logger
 
isErrorEnabled() - Method in class gnu.hylafax.logging.Log4jLogger
 
isFatalEnabled() - Method in class gnu.hylafax.logging.ConsoleLogger
 
isFatalEnabled() - Method in interface gnu.hylafax.logging.Logger
 
isFatalEnabled() - Method in class gnu.hylafax.logging.Log4jLogger
 
isInfoEnabled() - Method in class gnu.hylafax.logging.ConsoleLogger
 
isInfoEnabled() - Method in interface gnu.hylafax.logging.Logger
 
isInfoEnabled() - Method in class gnu.hylafax.logging.Log4jLogger
 
isLogClientCreationTimes() - Method in class gnu.hylafax.pool.ClientPool
 
isPooling() - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
istream - Variable in class gnu.inet.ftp.FtpClientProtocol
 
istream - Variable in class gnu.inet.ftp.Putter
 
isValid() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
isValid() - Method in interface gnu.hylafax.pool.PooledClient
Checks to see if the client is currently valid.
isWarnEnabled() - Method in class gnu.hylafax.logging.ConsoleLogger
 
isWarnEnabled() - Method in interface gnu.hylafax.logging.Logger
 
isWarnEnabled() - Method in class gnu.hylafax.logging.Log4jLogger
 
isWorking() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 

J

jdele(long) - Method in class gnu.hylafax.HylaFAXClientProtocol
delete the given job this can be called on a suspended or done job.
jdele(long) - Method in interface gnu.hylafax.ClientProtocol
delete the given job this can be called on a suspended or done job.
jdele(long) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
jintr(long) - Method in class gnu.hylafax.HylaFAXClientProtocol
interrupt the given job id
jintr(long) - Method in interface gnu.hylafax.ClientProtocol
interrupt the given job id
jintr(long) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
jkill(long) - Method in class gnu.hylafax.HylaFAXClientProtocol
kill the job with the given job id
jkill(long) - Method in interface gnu.hylafax.ClientProtocol
kill the job with the given job id
jkill(long) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
jnew() - Method in class gnu.hylafax.HylaFAXClientProtocol
create a new job.
jnew() - Method in interface gnu.hylafax.ClientProtocol
create a new job.
jnew() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
Job - interface gnu.hylafax.Job.
Defines a FAX Job.
Job - class gnu.hylafax.job.Job.
This class is a light, unsynchronized implementation of gnu.hylafax.Job.
job() - Method in class gnu.hylafax.HylaFAXClientProtocol
get the current job id 0 indicates the current job id is "default" value
job() - Method in interface gnu.hylafax.ClientProtocol
get the current job id 0 indicates the current job id is "default" value
job() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
Job(Client) - Constructor for class gnu.hylafax.job.Job
 
Job(Client, long) - Constructor for class gnu.hylafax.job.Job
 
job(long) - Method in class gnu.hylafax.HylaFAXClientProtocol
set the current job id
job(long) - Method in interface gnu.hylafax.ClientProtocol
set the current job id
job(long) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
jobfmt() - Method in class gnu.hylafax.HylaFAXClientProtocol
get the job format string.
jobfmt() - Method in interface gnu.hylafax.ClientProtocol
get the job format string.
jobfmt() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
jobfmt(String) - Method in class gnu.hylafax.HylaFAXClientProtocol
set the job format string.
jobfmt(String) - Method in interface gnu.hylafax.ClientProtocol
set the job format string.
jobfmt(String) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
jparm(String) - Method in class gnu.hylafax.HylaFAXClientProtocol
get job parameters of the current job
jparm(String) - Method in interface gnu.hylafax.ClientProtocol
get job parameters of the current job
jparm(String) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
jparm(String, int) - Method in class gnu.hylafax.HylaFAXClientProtocol
set job parameters on the current job
jparm(String, int) - Method in interface gnu.hylafax.ClientProtocol
set job parameters on the current job
jparm(String, int) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
jparm(String, long) - Method in class gnu.hylafax.HylaFAXClientProtocol
set job parameters on the current job
jparm(String, long) - Method in interface gnu.hylafax.ClientProtocol
set job parameters on the current job
jparm(String, long) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
jparm(String, Object) - Method in class gnu.hylafax.HylaFAXClientProtocol
set job parameters on the current job
jparm(String, Object) - Method in interface gnu.hylafax.ClientProtocol
set job parameters on the current job
jparm(String, Object) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
jparm(String, String) - Method in class gnu.hylafax.HylaFAXClientProtocol
set job parameters on the current job
jparm(String, String) - Method in interface gnu.hylafax.ClientProtocol
set job parameters on the current job
jparm(String, String) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
jrest() - Method in class gnu.hylafax.HylaFAXClientProtocol
reset the state of the current job.
jrest() - Method in interface gnu.hylafax.ClientProtocol
reset the state of the current job.
jrest() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
jsubm() - Method in class gnu.hylafax.HylaFAXClientProtocol
submit the current job to the scheduler
jsubm() - Method in interface gnu.hylafax.ClientProtocol
submit the current job to the scheduler
jsubm() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
jsubm(long) - Method in class gnu.hylafax.HylaFAXClientProtocol
submit the given job to the scheduler
jsubm(long) - Method in interface gnu.hylafax.ClientProtocol
submit the given job to the scheduler
jsubm(long) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
jsusp(long) - Method in class gnu.hylafax.HylaFAXClientProtocol
Suspend the job with the given job id.
jsusp(long) - Method in interface gnu.hylafax.ClientProtocol
Suspend the job with the given job id.
jsusp(long) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
jwait(long) - Method in class gnu.hylafax.HylaFAXClientProtocol
Wait for the job with the given job id to complete.
jwait(long) - Method in interface gnu.hylafax.ClientProtocol
Wait for the job with the given job id to complete.
jwait(long) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 

K

keepBlocking(long) - Method in class gnu.hylafax.pool.ClientPool
 
KEY_DBDRIVER - Static variable in class gnu.hylafax.util.SampleListener
 
KEY_DBPASSWORD - Static variable in class gnu.hylafax.util.SampleListener
 
KEY_DBURI - Static variable in class gnu.hylafax.util.SampleListener
 
KEY_DBUSER - Static variable in class gnu.hylafax.util.SampleListener
 
KEY_PROPERTIES - Static variable in class gnu.hylafax.util.Notifier
 
kill(Job) - Method in interface gnu.hylafax.Client
kill the given job
kill(Job) - Method in class gnu.hylafax.HylaFAXClient
kill the given job
kill(Job) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 

L

ledger - Static variable in class gnu.hylafax.Pagesize
a US Ledger size page
LEDGER - Static variable in class gnu.hylafax.Pagesize
a US Ledger size page
legal - Static variable in class gnu.hylafax.Pagesize
a US Legal size page
LEGAL - Static variable in class gnu.hylafax.Pagesize
a US Legal size page
letter - Static variable in class gnu.hylafax.Pagesize
a US Letter size page
LETTER - Static variable in class gnu.hylafax.Pagesize
a US Letter size page
list() - Method in class gnu.inet.ftp.FtpClientProtocol
get list of files in current directory.
list(String) - Method in class gnu.inet.ftp.FtpClientProtocol
get a list of files in a directory.
Log4jLogger - class gnu.hylafax.logging.Log4jLogger.
Implements a logging factory that uses log4j if it is available.
Log4jLogger(Class) - Constructor for class gnu.hylafax.logging.Log4jLogger
Creates a logger using the class requesting logging.
Log4jLogger(String) - Constructor for class gnu.hylafax.logging.Log4jLogger
Creates a logger using the class name requesting logging.
Logger - interface gnu.hylafax.logging.Logger.
Implements a logging factory that uses log4j if it is available.
LoggingFactory - class gnu.hylafax.logging.LoggingFactory.
Implements a logging factory that uses log4j if it is available.
LoggingFactory() - Constructor for class gnu.hylafax.logging.LoggingFactory
 

M

MailListener - class gnu.hylafax.util.MailListener.
This class implements an example fax job listener.
MailListener() - Constructor for class gnu.hylafax.util.MailListener
 
main(String[]) - Static method in class gnu.hylafax.HylaFAXClient
run some basic tests.
main(String[]) - Static method in class gnu.hylafax.util.SendFax
 
main(String[]) - Static method in class gnu.hylafax.util.Notifier
 
main(String[]) - Static method in class gnu.hylafax.util.FaxStat
 
main(String[]) - Static method in class gnu.inet.ftp.FtpClient
run some basic tests.
mark(int) - Method in class gnu.inet.ftp.AsciiInputStream
Marks the current position in this input stream.
markBuffer - Variable in class gnu.inet.ftp.AsciiInputStream
 
mdmfmt() - Method in class gnu.hylafax.HylaFAXClientProtocol
get the modem format string value.
mdmfmt() - Method in interface gnu.hylafax.ClientProtocol
get the modem format string value.
mdmfmt() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
mdmfmt(String) - Method in class gnu.hylafax.HylaFAXClientProtocol
set the modem format string.
mdmfmt(String) - Method in interface gnu.hylafax.ClientProtocol
set the modem format string.
mdmfmt(String) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
MDTM_TIME_FORMAT1 - Static variable in class gnu.inet.ftp.FtpClientProtocol
 
MDTM_TIME_FORMAT2 - Static variable in class gnu.inet.ftp.FtpClientProtocol
 
mdtm(String) - Method in class gnu.inet.ftp.FtpClientProtocol
Returns the last modified time of the given file.
mode - Variable in class gnu.inet.ftp.Putter
 
mode - Variable in class gnu.inet.ftp.Getter
 
MODE_BLOCK - Static variable in class gnu.inet.ftp.FtpClientProtocol
data transfer mode is BLOCK mode
MODE_COMPRESSED - Static variable in class gnu.inet.ftp.FtpClientProtocol
data transfer mode is COMPRESSED, as in UNIX compress.
MODE_STREAM - Static variable in class gnu.inet.ftp.FtpClientProtocol
data transfer mode is STREAM
MODE_ZLIB - Static variable in class gnu.inet.ftp.FtpClientProtocol
data transfer mode is ZLIB, as in zlib compression.
mode(char) - Method in interface gnu.hylafax.Client
set the transfer mode.
mode(char) - Method in class gnu.hylafax.HylaFAXClient
set the transfer mode.
mode(char) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
mode(char) - Method in class gnu.inet.ftp.FtpClientProtocol
set the data transfer mode.
mode(char) - Method in class gnu.inet.ftp.FtpClient
set the transfer mode.

N

naletter - Static variable in class gnu.hylafax.Pagesize
North American Letter size page
NALETTER - Static variable in class gnu.hylafax.Pagesize
North American Letter size page
nlst() - Method in class gnu.inet.ftp.FtpClientProtocol
get name list of files in directory.
nlst(String) - Method in class gnu.inet.ftp.FtpClientProtocol
get name list of files in directory.
noop() - Method in interface gnu.hylafax.ClientProtocol
perform server No Operation could be used as a keep-alive
noop() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
noop() - Method in class gnu.inet.ftp.FtpClientProtocol
perform server No Operation could be used as a keep-alive
Notifier - class gnu.hylafax.util.Notifier.
This class implements a callback program as supplied in the notify script with the HylaFAX distribution.
Notifier() - Constructor for class gnu.hylafax.util.Notifier
 
NOTIFY_ALL - Static variable in interface gnu.hylafax.ClientProtocol
Notify on all job state changes.
NOTIFY_ALL - Static variable in interface gnu.hylafax.Job
 
NOTIFY_ALL - Static variable in class gnu.hylafax.job.Job
 
NOTIFY_DONE - Static variable in interface gnu.hylafax.ClientProtocol
Notify when the job is done.
NOTIFY_DONE - Static variable in interface gnu.hylafax.Job
 
NOTIFY_DONE - Static variable in class gnu.hylafax.job.Job
 
NOTIFY_NONE - Static variable in interface gnu.hylafax.ClientProtocol
Do not notify when the job is done or requeued.
NOTIFY_NONE - Static variable in interface gnu.hylafax.Job
 
NOTIFY_NONE - Static variable in class gnu.hylafax.job.Job
 
NOTIFY_REQUEUE - Static variable in interface gnu.hylafax.ClientProtocol
Notify when the job is requeued.
NOTIFY_REQUEUE - Static variable in interface gnu.hylafax.Job
 
NOTIFY_REQUEUE - Static variable in class gnu.hylafax.job.Job
 
notifyReceiveListeners(Class, String, String, String, String, String, String) - Static method in class gnu.hylafax.util.Notifier
 
notifyReceiveListeners(ReceiveEvent) - Method in class gnu.hylafax.job.SendAndReceiveNotifier
This method is called when Job state changes.
notifyReceiveListeners(ReceiveEvent) - Method in class gnu.hylafax.job.BasicReceiveNotifier
This method is called when Job state changes.
notifyReceiveListeners(ReceiveEvent) - Method in interface gnu.hylafax.job.ReceiveNotifier
This method is called when Job state changes.
notifySendListeners(Class, long, String, String, String, String) - Static method in class gnu.hylafax.util.Notifier
 
notifySendListeners(SendEvent) - Method in interface gnu.hylafax.job.SendNotifier
This method is called when Job state changes.
notifySendListeners(SendEvent) - Method in class gnu.hylafax.job.BasicSendNotifier
This method is called when Job state changes.

O

onReceiveEvent(ReceiveEvent) - Method in interface gnu.hylafax.job.ReceiveListener
This method is called when send Job state changes.
onReceiveEvent(ReceiveEvent) - Method in class gnu.hylafax.util.SampleListener
This method is called when a fax-received event occurs.
onReceiveEvent(ReceiveEvent) - Method in class gnu.hylafax.util.MailListener
This method is called when a fax-received event occurs.
onSendEvent(SendEvent) - Method in interface gnu.hylafax.job.SendListener
This method is called when send Job state changes.
onSendEvent(SendEvent) - Method in class gnu.hylafax.util.SampleListener
 
onSendEvent(SendEvent) - Method in class gnu.hylafax.util.MailListener
 
OP_RECEIVE - Static variable in class gnu.hylafax.util.Notifier
 
OP_SEND - Static variable in class gnu.hylafax.util.Notifier
 
open() - Method in class gnu.hylafax.HylaFAXClientProtocol
open a connection to the localhost on the default port
open() - Method in interface gnu.hylafax.ClientProtocol
open a connection to the localhost on the default port
open() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
open() - Method in class gnu.inet.ftp.FtpClientProtocol
open a connection to the localhost on the default port
open(String) - Method in class gnu.hylafax.HylaFAXClientProtocol
open a connection to a given server at default port this is an alias for connect()
open(String) - Method in interface gnu.hylafax.ClientProtocol
open a connection to a given server at default port this is an alias for connect()
open(String) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
open(String) - Method in class gnu.inet.ftp.FtpClientProtocol
open a connection to a given server at default port this is an alias for connect()
open(String, int) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
open(String, int) - Method in class gnu.inet.ftp.FtpClientProtocol
open a connection to a given server and port this is an alias for connect()
ostream - Variable in class gnu.inet.ftp.FtpClientProtocol
 
ostream - Variable in class gnu.inet.ftp.Getter
 

P

Pagesize - class gnu.hylafax.Pagesize.
This class serves as a store of common pagesizes, or create your own!
Pagesize() - Constructor for class gnu.hylafax.Pagesize
default constructor
Pagesize(Dimension) - Constructor for class gnu.hylafax.Pagesize
copy constructor
Pagesize(int, int) - Constructor for class gnu.hylafax.Pagesize
constructor specifying width and height respectively
pass(String) - Method in interface gnu.hylafax.ClientProtocol
send the password for this username and session
pass(String) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
pass(String) - Method in class gnu.inet.ftp.FtpClientProtocol
send the password for this username and session
PassiveConnection - class gnu.inet.ftp.PassiveConnection.
This class encapsulates the parameters of a passive data connection.
PassiveConnection(PassiveParameters) - Constructor for class gnu.inet.ftp.PassiveConnection
create a new instance of PassiveParameters
PassiveGetter - class gnu.inet.ftp.PassiveGetter.
This class implements an FTP-style data connection thread for GETing files/data passively.
PassiveGetter(OutputStream, PassiveConnection) - Constructor for class gnu.inet.ftp.PassiveGetter
Create a new PassiveGetter instance with the given OutpuStream for data output and using the given PassiveParameters to connect to the server.
PassiveParameters - class gnu.inet.ftp.PassiveParameters.
This class encapsulates the parameters of a passive data connection.
PassiveParameters(String, int) - Constructor for class gnu.inet.ftp.PassiveParameters
create a new instance of PassiveParameters
PassivePutter - class gnu.inet.ftp.PassivePutter.
This class implements an FTP-style data connection server thread for PUTing files/data passively to the server.
PassivePutter(InputStream, PassiveConnection) - Constructor for class gnu.inet.ftp.PassivePutter
Create a new PassivePutter thread given the input stream data source and PssiveParameters to use to connect to the server.
pasv() - Method in class gnu.inet.ftp.FtpClientProtocol
prepare for server-to-server transfer (passive mode)
peek() - Method in class gnu.hylafax.pool.BlockingStack
Return, but do not remove, the object at the top of the stack.
PooledClient - interface gnu.hylafax.pool.PooledClient.
 
pop() - Method in class gnu.hylafax.pool.BlockingStack
Return and remove the object at the top of the stack.
pop(long) - Method in class gnu.hylafax.pool.BlockingStack
Return and remove the object at the top of the stack only if it is available within the specified number of milliseconds, otherwise return null.
port - Variable in class gnu.inet.ftp.FtpClientProtocol
 
port - Variable in class gnu.inet.ftp.ConnectionEvent
 
port(InetAddress, int) - Method in class gnu.inet.ftp.FtpClientProtocol
tell the server which address/port we will listen on
PRIORITY_BULK - Static variable in interface gnu.hylafax.Job
 
PRIORITY_BULK - Static variable in class gnu.hylafax.job.Job
 
PRIORITY_HIGH - Static variable in interface gnu.hylafax.Job
 
PRIORITY_HIGH - Static variable in class gnu.hylafax.job.Job
 
PRIORITY_NORMAL - Static variable in interface gnu.hylafax.Job
 
PRIORITY_NORMAL - Static variable in class gnu.hylafax.job.Job
 
push(Object) - Method in class gnu.hylafax.pool.BlockingStack
Push an object onto the stack.
put(InputStream) - Method in interface gnu.hylafax.Client
put a file with a unique name.
put(InputStream) - Method in class gnu.hylafax.HylaFAXClient
put a file with a unique name.
put(InputStream) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
put(InputStream) - Method in class gnu.inet.ftp.FtpClient
put a file with a unique name.
put(InputStream, String) - Method in interface gnu.hylafax.Client
store a file.
put(InputStream, String) - Method in class gnu.hylafax.HylaFAXClient
store a file.
put(InputStream, String) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
put(InputStream, String) - Method in class gnu.inet.ftp.FtpClient
store a file.
put(PooledClient) - Method in class gnu.hylafax.pool.ClientPool
 
putPagesize(String, Pagesize) - Static method in class gnu.hylafax.Pagesize
add a (non-null) mapping from name to pagesize
putTemporary(InputStream) - Method in interface gnu.hylafax.Client
put a temp file, the data is stored in a uniquely named file on the server.
putTemporary(InputStream) - Method in class gnu.hylafax.HylaFAXClient
put a temp file, the data is stored in a uniquely named file on the server.
putTemporary(InputStream) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
putTemporary(InputStream) - Method in class gnu.inet.ftp.FtpClient
put a temp file, the data is stored in a uniquely named file on the server.
Putter - class gnu.inet.ftp.Putter.
implements a FTP-style data connection server thread for PUTing files/data.
Putter() - Constructor for class gnu.inet.ftp.Putter
default constructor
pwd() - Method in class gnu.inet.ftp.FtpClientProtocol
return current directory

Q

quit() - Method in interface gnu.hylafax.ClientProtocol
end session
quit() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
quit() - Method in class gnu.inet.ftp.FtpClientProtocol
end session

R

rcvfmt() - Method in class gnu.hylafax.HylaFAXClientProtocol
get the received file output format string.
rcvfmt() - Method in interface gnu.hylafax.ClientProtocol
get the received file output format string.
rcvfmt() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
rcvfmt(String) - Method in class gnu.hylafax.HylaFAXClientProtocol
set the receive file output format string.
rcvfmt(String) - Method in interface gnu.hylafax.ClientProtocol
set the receive file output format string.
rcvfmt(String) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
read() - Method in class gnu.inet.ftp.AsciiInputStream
Reads the next byte of data.
read(byte[]) - Method in class gnu.inet.ftp.AsciiInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class gnu.inet.ftp.AsciiInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
readResponse(BufferedReader) - Method in class gnu.inet.ftp.FtpClientProtocol
read a (multi-line) response
REASON_BLOCKED - Static variable in class gnu.hylafax.job.SendEvent
The job is blocked by other concurrent jobs
REASON_DONE - Static variable in class gnu.hylafax.job.SendEvent
The job was completed successfully
REASON_FAILED - Static variable in class gnu.hylafax.job.SendEvent
The job was not completed
REASON_FORMATFAILED - Static variable in class gnu.hylafax.job.SendEvent
The job document conversion failed
REASON_KILLED - Static variable in class gnu.hylafax.job.SendEvent
The job was removed from the queue
REASON_NOFORMATTER - Static variable in class gnu.hylafax.job.SendEvent
The document conversion program could not be found
REASON_POLLFAILED - Static variable in class gnu.hylafax.job.SendEvent
The document poll failed
REASON_POLLNODOCUMENT - Static variable in class gnu.hylafax.job.SendEvent
There was no document available for polling
REASON_POLLREJECTED - Static variable in class gnu.hylafax.job.SendEvent
The remote side rejected a document poll
REASON_REJECTED - Static variable in class gnu.hylafax.job.SendEvent
The job was rejected
REASON_REMOVED - Static variable in class gnu.hylafax.job.SendEvent
The job was removed from the queue
REASON_REQUEUED - Static variable in class gnu.hylafax.job.SendEvent
The job is being requeued for another attempt
REASON_TIMEDOUT - Static variable in class gnu.hylafax.job.SendEvent
The job could not be sent before kill timer expired
ReceiveEvent - class gnu.hylafax.job.ReceiveEvent.
This class contains the information available on a receive job notification.
ReceiveEvent() - Constructor for class gnu.hylafax.job.ReceiveEvent
 
ReceiveListener - interface gnu.hylafax.job.ReceiveListener.
This interface defines what a class interested in receiving receive events should implement.
ReceiveNotifier - interface gnu.hylafax.job.ReceiveNotifier.
This interface defines what a class should implement in order to notify others of job related events.
removeConnectionListener(ConnectionListener) - Method in class gnu.hylafax.HylaFAXClient
De-register a connection listener with the event source.
removeConnectionListener(ConnectionListener) - Method in class gnu.inet.ftp.Putter
De-register a ConnectionListener with the event source
removeConnectionListener(ConnectionListener) - Method in class gnu.inet.ftp.Getter
De-register a ConnectionListener from the event source.
removeConnectionListener(ConnectionListener) - Method in class gnu.inet.ftp.FtpClient
De-register a connection listener with the event source.
removeConnectionListener(ConnectionListener) - Method in interface gnu.inet.ftp.ConnectionEventSource
deregister a connection listener with the event source.
removeReceiveListener(ReceiveListener) - Method in class gnu.hylafax.job.SendAndReceiveNotifier
This method is used to deregister a Job Listener.
removeReceiveListener(ReceiveListener) - Method in class gnu.hylafax.job.BasicReceiveNotifier
This method is used to deregister a Job Listener.
removeReceiveListener(ReceiveListener) - Method in interface gnu.hylafax.job.ReceiveNotifier
This method is used to deregister a Job ReceiveListener.
removeSendListener(SendListener) - Method in interface gnu.hylafax.job.SendNotifier
This method is used to deregister a Job SendListener.
removeSendListener(SendListener) - Method in class gnu.hylafax.job.BasicSendNotifier
This method is used to deregister a Job Listener.
removeTransferListener(TransferListener) - Method in class gnu.hylafax.HylaFAXClient
De-register a transfer listener with the event source.
removeTransferListener(TransferListener) - Method in class gnu.inet.ftp.Putter
De-register a TransferListener with the event source.
removeTransferListener(TransferListener) - Method in class gnu.inet.ftp.Getter
De-register a TransferListener from the event source.
removeTransferListener(TransferListener) - Method in class gnu.inet.ftp.FtpClient
De-register a transfer listener with the event source.
removeTransferListener(TransferListener) - Method in interface gnu.inet.ftp.TransferEventSource
De-register a transfer listener with the event source.
rename(String, String) - Method in class gnu.inet.ftp.FtpClient
Renames remote file from source to target.
reset() - Method in class gnu.inet.ftp.AsciiInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
RESOLUTION_LOW - Static variable in interface gnu.hylafax.Job
 
RESOLUTION_LOW - Static variable in class gnu.hylafax.job.Job
 
RESOLUTION_MEDIUM - Static variable in interface gnu.hylafax.Job
 
RESOLUTION_MEDIUM - Static variable in class gnu.hylafax.job.Job
 
restart() - Method in class gnu.hylafax.pool.ClientPool
 
retr(String) - Method in class gnu.inet.ftp.FtpClientProtocol
retrieve the given file
rnfr(String) - Method in class gnu.inet.ftp.FtpClientProtocol
Specifies a file to be renamed.
rnto(String) - Method in class gnu.inet.ftp.FtpClientProtocol
Renames a previously specified file to the given name.
run() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
run() - Method in class gnu.inet.ftp.PassivePutter
implements thread behavior.
run() - Method in class gnu.inet.ftp.ActiveGetter
get data from server using given parameters.
run() - Method in class gnu.inet.ftp.ActivePutter
implements thread behavior.
run() - Method in class gnu.inet.ftp.PassiveGetter
get data from server using given parameters.

S

SampleListener - class gnu.hylafax.util.SampleListener.
This class implements an example fax job listener.
SampleListener() - Constructor for class gnu.hylafax.util.SampleListener
 
SendAndReceiveNotifier - class gnu.hylafax.job.SendAndReceiveNotifier.
This class is a convenience class implementing both a SendNotifier and ReceiveNotifier.
SendAndReceiveNotifier() - Constructor for class gnu.hylafax.job.SendAndReceiveNotifier
 
SendEvent - class gnu.hylafax.job.SendEvent.
This class contains the information available on a job notification.
SendEvent() - Constructor for class gnu.hylafax.job.SendEvent
 
SendFax - class gnu.hylafax.util.SendFax.
This class implements most of the sendfax program as supplied with the HylaFAX distribution.
SendFax() - Constructor for class gnu.hylafax.util.SendFax
 
SendListener - interface gnu.hylafax.job.SendListener.
This interface defines what a class interested in receiving send Job related events should implement.
SendNotifier - interface gnu.hylafax.job.SendNotifier.
This interface defines what a class should implement in order to notify others of job related events.
ServerResponseException - exception gnu.inet.ftp.ServerResponseException.
 
ServerResponseException(String) - Constructor for class gnu.inet.ftp.ServerResponseException
basic constructor.
setAdminPassword(String) - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
setBlockingTimeout(long) - Method in class gnu.hylafax.pool.ClientPoolConfiguration
The number of milliseconds to wait for a client before throwing an exception.
setChopThreshold(int) - Method in interface gnu.hylafax.Job
 
setChopThreshold(int) - Method in class gnu.hylafax.job.Job
 
setCidName(String) - Method in class gnu.hylafax.job.ReceiveEvent
 
setCidNumber(String) - Method in class gnu.hylafax.job.ReceiveEvent
 
setClientMap(HashMap) - Method in class gnu.hylafax.pool.ClientPool
 
setCommunicationIdentifier(String) - Method in class gnu.hylafax.job.ReceiveEvent
 
setConfiguration(ClientPoolConfiguration) - Method in class gnu.hylafax.pool.ClientPool
 
setDebug(boolean) - Method in interface gnu.hylafax.Client
Sets the ConsoleLogger's debug output.
setDebug(boolean) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
setDebug(boolean) - Method in class gnu.inet.ftp.FtpClientProtocol
Sets the ConsoleLogger's debug output.
setDebug(boolean) - Method in class gnu.inet.ftp.Putter
Sets the ConsoleLogger's debug output.
setDebug(boolean) - Method in class gnu.inet.ftp.Getter
Sets the ConsoleLogger's debug output.
setDebug(boolean) - Method in class gnu.inet.ftp.PassiveGetter
Sets the ConsoleLogger's debug output.
setDebugEnabled(boolean) - Method in class gnu.hylafax.logging.ConsoleLogger
Sets the ConsoleLogger to show debug messages.
setDialstring(String) - Method in interface gnu.hylafax.Job
 
setDialstring(String) - Method in class gnu.hylafax.job.Job
 
setElapsedTime(long) - Method in class gnu.hylafax.job.SendEvent
 
setElapsedTime(String) - Method in class gnu.hylafax.job.SendEvent
set the job elapsed time.
setErrorEnabled(boolean) - Method in class gnu.hylafax.logging.ConsoleLogger
Sets the ConsoleLogger to show error messages.
setFatalEnabled(boolean) - Method in class gnu.hylafax.logging.ConsoleLogger
Sets the ConsoleLogger to show fatal messages.
setFilename(String) - Method in class gnu.hylafax.job.Event
 
setFromUser(String) - Method in interface gnu.hylafax.Job
 
setFromUser(String) - Method in class gnu.hylafax.job.Job
 
setHost(String) - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
setInfoEnabled(boolean) - Method in class gnu.hylafax.logging.ConsoleLogger
Sets the ConsoleLogger to show info messages.
setInputStream(InputStream) - Method in class gnu.inet.ftp.Putter
set the InputStream to use for data input
setJobId(long) - Method in class gnu.hylafax.job.SendEvent
 
setJobInfo(String) - Method in interface gnu.hylafax.Job
Set the JobInfo attribute.
setJobInfo(String) - Method in class gnu.hylafax.job.Job
Set the JobInfo attribute.
setKilltime(String) - Method in interface gnu.hylafax.Job
 
setKilltime(String) - Method in class gnu.hylafax.job.Job
 
setLogClientCreationTimes(boolean) - Method in class gnu.hylafax.pool.ClientPool
 
setMaxIdleTime(long) - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
setMaximumDials(int) - Method in interface gnu.hylafax.Job
 
setMaximumDials(int) - Method in class gnu.hylafax.job.Job
 
setMaximumTries(int) - Method in interface gnu.hylafax.Job
 
setMaximumTries(int) - Method in class gnu.hylafax.job.Job
 
setMaxNoopTime(long) - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
setMaxPoolSize(int) - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
setMessage(String) - Method in class gnu.hylafax.job.ReceiveEvent
 
setMinPoolSize(int) - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
setMode(char) - Method in class gnu.inet.ftp.Putter
set the mode value.
setMode(char) - Method in class gnu.inet.ftp.Getter
set the mode value
setModem(String) - Method in class gnu.hylafax.job.ReceiveEvent
 
setNext(BlockingStack.Node) - Method in class gnu.hylafax.pool.BlockingStack.Node
 
setNextAttempt(String) - Method in class gnu.hylafax.job.SendEvent
 
setNotifyAddress(String) - Method in interface gnu.hylafax.Job
 
setNotifyAddress(String) - Method in class gnu.hylafax.job.Job
 
setNotifyType(String) - Method in interface gnu.hylafax.Job
set the notification type.
setNotifyType(String) - Method in class gnu.hylafax.job.Job
set the notification type.
setObject(Object) - Method in class gnu.hylafax.pool.BlockingStack.Node
 
setOutputStream(OutputStream) - Method in class gnu.hylafax.logging.ConsoleLogger
Sets the java.io.OutputStream for the console logger.
setOutputStream(OutputStream) - Method in class gnu.inet.ftp.Getter
set the OutputStream to be used for data storage
setPageChop(String) - Method in interface gnu.hylafax.Job
 
setPageChop(String) - Method in class gnu.hylafax.job.Job
 
setPageDimension(Dimension) - Method in interface gnu.hylafax.Job
Set the job's pagesize.
setPageDimension(Dimension) - Method in class gnu.hylafax.job.Job
 
setPageLength(int) - Method in interface gnu.hylafax.Job
 
setPageLength(int) - Method in class gnu.hylafax.job.Job
 
setPageWidth(int) - Method in interface gnu.hylafax.Job
 
setPageWidth(int) - Method in class gnu.hylafax.job.Job
 
setPassive(boolean) - Method in interface gnu.hylafax.Client
enable or disable passive transfers
setPassive(boolean) - Method in class gnu.hylafax.HylaFAXClient
enable or disable passive transfers
setPassive(boolean) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
setPassive(boolean) - Method in class gnu.inet.ftp.FtpClient
enable or disable passive transfers
setPassword(String) - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
setPooling(boolean) - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
setPort(int) - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
setPriority(int) - Method in interface gnu.hylafax.Job
 
setPriority(int) - Method in class gnu.hylafax.job.Job
 
setProperty(String, int) - Method in interface gnu.hylafax.Job
Set any arbitrary property on this job to an integer value.
setProperty(String, int) - Method in class gnu.hylafax.job.Job
Set any arbitrary property on this job to an integer value.
setProperty(String, String) - Method in interface gnu.hylafax.Job
Set any arbitrary property on this job.
setProperty(String, String) - Method in class gnu.hylafax.job.Job
Set any arbitrary property on this job.
setProperty(String, String) - Method in class gnu.hylafax.job.ThreadSafeJob
Set any arbitrary property on this job.
setReason(String) - Method in class gnu.hylafax.job.SendEvent
 
setRetryInterval(long) - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
setRetrytime(String) - Method in interface gnu.hylafax.Job
 
setRetrytime(String) - Method in class gnu.hylafax.job.Job
 
setSendTime(Date) - Method in interface gnu.hylafax.Job
Set the SENDTIME attribute.
setSendTime(Date) - Method in class gnu.hylafax.job.Job
 
setSendTime(String) - Method in interface gnu.hylafax.Job
Set the SENDTIME attribute.
setSendTime(String) - Method in class gnu.hylafax.job.Job
 
setSize(int) - Method in class gnu.hylafax.pool.ClientPool
 
setTagline(String) - Method in interface gnu.hylafax.Job
Set the TagLine format attribute.
setTagline(String) - Method in class gnu.hylafax.job.Job
Set the TagLine format attribute.
setTimeout(int) - Method in class gnu.inet.ftp.ActiveGetter
Set the connection timeout in milliseconds.
setTimeout(int) - Method in class gnu.inet.ftp.ActivePutter
set connection timeout in milliseconds.
setTimeZone(String) - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
setTotalSize(int) - Method in class gnu.hylafax.pool.ClientPool
 
setType(char) - Method in class gnu.inet.ftp.Putter
set the type value.
setType(char) - Method in class gnu.inet.ftp.Getter
set the type value
setUserName(String) - Method in class gnu.hylafax.pool.ClientPoolConfiguration
 
setUseTagline(boolean) - Method in interface gnu.hylafax.Job
Set the UseTagLine format attribute.
setUseTagline(boolean) - Method in class gnu.hylafax.job.Job
 
setValid(boolean) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
setVerticalResolution(int) - Method in interface gnu.hylafax.Job
 
setVerticalResolution(int) - Method in class gnu.hylafax.job.Job
 
setWarnEnabled(boolean) - Method in class gnu.hylafax.logging.ConsoleLogger
Sets the ConsoleLogger to show warn messages.
setWorkingSize(int) - Method in class gnu.hylafax.pool.ClientPool
 
signalConnectionClosed(ConnectionEvent) - Method in class gnu.inet.ftp.Putter
signal that a connection has been closed
signalConnectionClosed(ConnectionEvent) - Method in class gnu.inet.ftp.Getter
signal that a connection has been closed
signalConnectionFailed(Exception) - Method in class gnu.inet.ftp.Putter
signal that a connection has encountered an error
signalConnectionFailed(Exception) - Method in class gnu.inet.ftp.Getter
signal that a connection has encountered an error
signalConnectionOpened(ConnectionEvent) - Method in class gnu.inet.ftp.Putter
signal that a connection has been opened
signalConnectionOpened(ConnectionEvent) - Method in class gnu.inet.ftp.Getter
signal that a connection has been opened
signalTransferCompleted() - Method in class gnu.inet.ftp.Putter
signal that a transfer has completed
signalTransferCompleted() - Method in class gnu.inet.ftp.Getter
signal that a transfer has completed
signalTransfered(long) - Method in class gnu.inet.ftp.Putter
signal that a transfer has completed
signalTransfered(long) - Method in class gnu.inet.ftp.Getter
signal that a transfer has completed
signalTransferStarted() - Method in class gnu.inet.ftp.Putter
signal that a transfer has started
signalTransferStarted() - Method in class gnu.inet.ftp.Getter
signal that a transfer has begun
size(String) - Method in class gnu.hylafax.HylaFAXClientProtocol
Returns the size (in bytes) of the given regular file.
size(String) - Method in interface gnu.hylafax.ClientProtocol
Returns the size (in bytes) of the given regular file.
size(String) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
size(String) - Method in class gnu.inet.ftp.FtpClientProtocol
Returns the size (in bytes) of the given regular file.
skip(long) - Method in class gnu.inet.ftp.AsciiInputStream
Skips over and discards n bytes of data from the input stream.
sock - Variable in class gnu.inet.ftp.FtpClientProtocol
 
start() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
Start the maintaince thread for this client.
start() - Method in class gnu.hylafax.pool.ClientPool
 
start() - Method in class gnu.inet.ftp.Putter
 
start() - Method in class gnu.inet.ftp.Getter
 
stat() - Method in class gnu.inet.ftp.FtpClientProtocol
Returns the server status message.
stat(String) - Method in class gnu.inet.ftp.FtpClientProtocol
Returns the status of the named file or directory.
stop() - Method in class gnu.hylafax.pool.HylaFAXPooledClient
Stops the maintaince thread for this client.
stop() - Method in class gnu.hylafax.pool.ClientPool
 
stor(InputStream, String) - Method in class gnu.inet.ftp.FtpClientProtocol
store a file.
stot(InputStream) - Method in class gnu.hylafax.HylaFAXClientProtocol
store temp file, the file is stored in a uniquely named file on the server.
stot(InputStream) - Method in interface gnu.hylafax.ClientProtocol
store temp file, the file is stored in a uniquely named file on the server.
stot(InputStream) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
stot(InputStream) - Method in class gnu.inet.ftp.FtpClientProtocol
store temp file, the file is stored in a uniquely named file on the server.
stou(InputStream) - Method in class gnu.inet.ftp.FtpClientProtocol
store a file with a unique name.
STRU_FILE - Static variable in class gnu.inet.ftp.FtpClientProtocol
the file structure is FILE.
STRU_PAGE - Static variable in class gnu.inet.ftp.FtpClientProtocol
the file structure is PAGE based.
STRU_RECORD - Static variable in class gnu.inet.ftp.FtpClientProtocol
the file structure is RECORD based.
STRU_TIFF - Static variable in class gnu.inet.ftp.FtpClientProtocol
the file structure is TIFF.
stru(char) - Method in class gnu.inet.ftp.FtpClientProtocol
set the file structure.
submit(Job) - Method in interface gnu.hylafax.Client
submit the given job to the scheduler
submit(Job) - Method in class gnu.hylafax.HylaFAXClient
submit the given job to the scheduler
submit(Job) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
suspend(Job) - Method in interface gnu.hylafax.Client
suspend the given job from the scheduler
suspend(Job) - Method in class gnu.hylafax.HylaFAXClient
suspend the given job from the scheduler
suspend(Job) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
syst() - Method in class gnu.inet.ftp.FtpClientProtocol
get system type returns the string that the server sends (not sure how to handle it yet) on a Debian GNU/Linux 2.1 (slink) system, the result string is: "UNIX Type: L8 Version: SVR4"

T

ThreadSafeJob - class gnu.hylafax.job.ThreadSafeJob.
This is a thread-safe implementation of the gnu.hylafax.Job interface.
ThreadSafeJob(Client) - Constructor for class gnu.hylafax.job.ThreadSafeJob
 
ThreadSafeJob(Client, long) - Constructor for class gnu.hylafax.job.ThreadSafeJob
 
top - Variable in class gnu.hylafax.pool.BlockingStack
Actual top of the stack.
topLock - Variable in class gnu.hylafax.pool.BlockingStack
 
toString() - Method in class gnu.inet.ftp.ServerResponseException
get a string representing this ServerResponseException
transferCompleted() - Method in interface gnu.inet.ftp.TransferListener
indicates the data transfer has completed
transfered(long) - Method in interface gnu.inet.ftp.TransferListener
indicates some data has been transfered
TransferEventSource - interface gnu.inet.ftp.TransferEventSource.
 
transferFailed() - Method in interface gnu.inet.ftp.TransferListener
indicates some error occurred during transfer
TransferListener - interface gnu.inet.ftp.TransferListener.
This describes the interface used to get transfer status events.
transferListeners - Variable in class gnu.inet.ftp.Putter
 
transferListeners - Variable in class gnu.inet.ftp.Getter
 
transferStarted() - Method in interface gnu.inet.ftp.TransferListener
indicates the data transfer has begun
type - Variable in class gnu.inet.ftp.Putter
 
type - Variable in class gnu.inet.ftp.Getter
 
TYPE_ASCII - Static variable in class gnu.inet.ftp.FtpClientProtocol
the file type is ASCII
TYPE_EBCDIC - Static variable in class gnu.inet.ftp.FtpClientProtocol
the file type is EBCDIC
TYPE_IMAGE - Static variable in class gnu.inet.ftp.FtpClientProtocol
the file type is an 'image'.
TYPE_LOCAL - Static variable in class gnu.inet.ftp.FtpClientProtocol
the file type is a local type
type(char) - Method in class gnu.inet.ftp.FtpClientProtocol
Set the file type for transfer.
TZONE_GMT - Static variable in class gnu.hylafax.HylaFAXClientProtocol
use the GMT timezone for date fields.
TZONE_GMT - Static variable in interface gnu.hylafax.ClientProtocol
use the GMT timezone for date fields.
TZONE_LOCAL - Static variable in class gnu.hylafax.HylaFAXClientProtocol
use the local timezone for date fields.
TZONE_LOCAL - Static variable in interface gnu.hylafax.ClientProtocol
use the local timezone for date fields.
tzone(String) - Method in class gnu.hylafax.HylaFAXClientProtocol
set the timezone display format valid tzone values are TZONE_GMT and TZONE_LOCAL
tzone(String) - Method in interface gnu.hylafax.ClientProtocol
set the timezone display format valid tzone values are TZONE_GMT and TZONE_LOCAL
tzone(String) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 

U

usage(PrintStream) - Static method in class gnu.hylafax.util.SendFax
print out usage information on this program
usage(PrintStream) - Static method in class gnu.hylafax.util.Notifier
prints program usage
user(String) - Method in interface gnu.hylafax.ClientProtocol
send the user name for this session
user(String) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
user(String) - Method in class gnu.inet.ftp.FtpClientProtocol
send the user name for this session
usexecutive - Static variable in class gnu.hylafax.Pagesize
a US Executive size page
USEXECUTIVE - Static variable in class gnu.hylafax.Pagesize
a US Executive size page
usledger - Static variable in class gnu.hylafax.Pagesize
a US Ledger size page
USLEDGER - Static variable in class gnu.hylafax.Pagesize
a US Ledger size page
uslegal - Static variable in class gnu.hylafax.Pagesize
a US Legal size page
USLEGAL - Static variable in class gnu.hylafax.Pagesize
a US Legal size page
usletter - Static variable in class gnu.hylafax.Pagesize
US Letter size page
USLETTER - Static variable in class gnu.hylafax.Pagesize
US Letter size page

V

vrfy(String) - Method in class gnu.hylafax.HylaFAXClientProtocol
verify dialstring handling and/or least-cost routing.
vrfy(String) - Method in interface gnu.hylafax.ClientProtocol
verify dialstring handling and/or least-cost routing.
vrfy(String) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 

W

wait(Job) - Method in interface gnu.hylafax.Client
wait for the given job to complete
wait(Job) - Method in class gnu.hylafax.HylaFAXClient
wait for the given job to complete
wait(Job) - Method in class gnu.hylafax.pool.HylaFAXPooledClient
 
waiting - Variable in class gnu.hylafax.pool.BlockingStack
Number of threads waiting for an object.
WARN_TYPE - Static variable in class gnu.hylafax.logging.ConsoleLogger
Specify the WARN_TYPE for logging.
warn(Object) - Method in class gnu.hylafax.logging.ConsoleLogger
 
warn(Object) - Method in interface gnu.hylafax.logging.Logger
Log a warn message.
warn(Object) - Method in class gnu.hylafax.logging.Log4jLogger
 
warn(Object, Throwable) - Method in class gnu.hylafax.logging.ConsoleLogger
 
warn(Object, Throwable) - Method in interface gnu.hylafax.logging.Logger
Log a warn message with an exception.
warn(Object, Throwable) - Method in class gnu.hylafax.logging.Log4jLogger
 
write(byte[]) - Method in class gnu.inet.ftp.AsciiOutputStream
Writes b.length bytes to this output stream.
write(byte[], int, int) - Method in class gnu.inet.ftp.AsciiOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class gnu.inet.ftp.AsciiOutputStream
Writes the specified byte to this output stream.

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