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

G

GenericServer - Class in com.Prominic.jFTPd
Interface for a generic server.
GenericServer(ConnectionHandler, int) - Constructor for class com.Prominic.jFTPd.GenericServer
Creates a generic server on the given port and attaches a connection handler.
getAction() - Method in class com.Prominic.jFTPd.FTPEvent
Gets the event's type.
getActivity() - Method in class com.Prominic.jFTPd.FTPConnection
Returns the activity vector ( FTP commands handled in the current connection).
getActivity() - Method in class com.Prominic.jFTPd.UserDetailWindow
 
getAddress() - Method in class com.Prominic.jFTPd.FTPEvent
Gets the user's address - passed via the constructor.
getAddressAsString(InetAddress) - Method in class com.Prominic.jFTPd.AdminConnection
Given an InetAddress, it returns it's IP in a string form.
getAllParameters() - Method in class com.Prominic.jFTPd.FTPHandler
Returns all configuration parameters.
getAllParameters() - Method in class com.Prominic.jFTPd.FTPRemoteCtrlImpl
 
getAllParameters() - Method in class com.Prominic.jFTPd.FTPRemoteCtrlImpl_Stub
 
getAllParameters() - Method in interface com.Prominic.jFTPd.RemoteController
 
getArguments() - Method in class com.Prominic.jFTPd.FTPEvent
Gets the action's arguments.
getBasePath() - Method in class com.Prominic.jFTPd.FTPHandler
Returns the base path.
getBoolean(String) - Static method in class com.Prominic.util.Props
 
getCCInputBuffer() - Method in class com.Prominic.jFTPd.FTPConnection.ConnectionState
Returns the input buffer for the control connection
getCCOutputBuffer() - Method in class com.Prominic.jFTPd.FTPConnection.ConnectionState
Returns the output buffer for the control connection
getClientSocket() - Method in class com.Prominic.jFTPd.FTPConnection.ConnectionState
Returns a data connection socket, SSL if needed.
getColumnCount() - Method in class com.Prominic.jFTPd.HashtableTableModel
 
getColumnCount() - Method in class com.Prominic.jFTPd.PropertiesTableModel
 
getColumnName(int) - Method in class com.Prominic.jFTPd.HashtableTableModel
 
getColumnName(int) - Method in class com.Prominic.jFTPd.PropertiesTableModel
 
getConnectionCount() - Method in class com.Prominic.jFTPd.FTPRemoteCtrlImpl
 
getConnectionCount() - Method in class com.Prominic.jFTPd.FTPRemoteCtrlImpl_Stub
 
getConnectionCount() - Method in interface com.Prominic.jFTPd.RemoteController
 
getConnectionID() - Method in class com.Prominic.jFTPd.FTPConnection
Returns the connection id.
getConnections() - Method in interface com.Prominic.jFTPd.ConnectionHandler
Returns all the current conenctions.
getConnections() - Method in class com.Prominic.jFTPd.FTPHandler
Returns an array of currently openened connections.
getConnections() - Method in class com.Prominic.jFTPd.FTPRemoteCtrlImpl
 
getConnections() - Method in class com.Prominic.jFTPd.FTPRemoteCtrlImpl_Stub
 
getConnections() - Method in interface com.Prominic.jFTPd.RemoteController
 
getConnectionWithID(int) - Method in class com.Prominic.jFTPd.FTPRemoteCtrlImpl
Returns the FTPConnection with the given id.
getController() - Method in interface com.Prominic.jFTPd.RmtCtrlGenerator
 
getController() - Method in class com.Prominic.jFTPd.RmtCtrlGeneratorImpl
 
getController() - Method in class com.Prominic.jFTPd.RmtCtrlGeneratorImpl_Stub
 
getCurrentSocket() - Method in class com.Prominic.jFTPd.FTPConnection.ConnectionState
Gets the current active socket (either SSL or not)
getDataInputStream() - Method in class com.Prominic.jFTPd.FTPConnection.ConnectionState
Gets the data input stream, either SSL or not.
getDataOutputStream() - Method in class com.Prominic.jFTPd.FTPConnection.ConnectionState
Gets the data output stream, either SSL or not.
getDate() - Method in class com.Prominic.jFTPd.FTPEvent
Returns the time of the event.
getDefaultGroup() - Method in class com.Prominic.jFTPd.FTPUserListSecuritySource
Returns the default group for all the jFTPd users (this is needed when a user doesn't have its group specified in the users.dat file).
getDefaultMask() - Method in class com.Prominic.jFTPd.FTPUserListSecuritySource
Returns the default file mask for all the jFTPd users (this is needed when a user doesn't have its file mask specified in the users.dat file).
getDefaultOwner() - Method in class com.Prominic.jFTPd.FTPUserListSecuritySource
Returns the default owner for the files of all the jFTPd users (this is needed when a user doesn't have its files owner specified in the users.dat file).
getDefaultReadAccess() - Method in class com.Prominic.jFTPd.FTPUserListSecuritySource
Returns the default read access specified in the configuration file.
getDownloadCount() - Method in class com.Prominic.jFTPd.FTPConnection
Returns number of files downloaded this session.
getDownloadedBytes() - Method in class com.Prominic.jFTPd.FTPConnection
Returns number of bytes downloaded this session.
getErrorStream() - Method in class com.Prominic.runtime.DefaultNProcess
Return a stream to the stderr of the spawned process.
getErrorStream() - Method in class com.Prominic.runtime.DefaultUnixProcess
Insert the method's description here.
getErrorStream() - Method in interface com.Prominic.runtime.NProcess
Insert the method's description here.
getFileMember() - Method in class com.Prominic.jFTPd.VirtualFile
Obtains a File object representing the real file on disk.
getFTPHandler() - Static method in class com.Prominic.jFTPd.FTPd
Returns the FTPHandler (connection handler) of the server.
getGroup(String) - Method in class com.Prominic.jFTPd.FTPConnection
Returns the group to which the given virtualPath must be chown-ed.
getGroup() - Method in class com.Prominic.jFTPd.HomeDirectory
Get's the user's file group.
getGroup() - Method in class com.Prominic.jFTPd.PerUserMask
Insert the method's description here.
getId() - Method in class com.Prominic.runtime.ProcessEvent
Insert the method's description here.
getInetAddress() - Method in interface com.Prominic.jFTPd.Connection
Returns the InetAddress where this connection is established.
getInetAddress() - Method in class com.Prominic.jFTPd.FTPConnection
Gets the current InetAddress of this connection.
getInitString() - Method in class com.Prominic.jFTPd.PerUserMask
Insert the method's description here.
getInputStream() - Method in class com.Prominic.runtime.DefaultNProcess
Return a reference to the stdout of the spawned process.
getInputStream() - Method in class com.Prominic.runtime.DefaultUnixProcess
Insert the method's description here.
getInputStream() - Method in interface com.Prominic.runtime.NProcess
Insert the method's description here.
getInstance() - Static method in class com.Prominic.jFTPd.PulseGroup
 
getInt(String) - Static method in class com.Prominic.util.Props
 
getLastCommandTime() - Method in interface com.Prominic.jFTPd.Connection
Returns the last date/time when a command was sent via the connection.
getLastCommandTime() - Method in class com.Prominic.jFTPd.FTPConnection
Gets the time when last command from the client was received.
getLastEvent() - Method in class com.Prominic.jFTPd.FTPConnection
Returns the last FTP event that occured for this connection.
getListeners() - Method in class com.Prominic.runtime.DefaultNProcess
Return the list of listeners of this process.
getListeners() - Method in class com.Prominic.runtime.UnixProcess
Insert the method's description here.
getLogonDate() - Method in class com.Prominic.jFTPd.FTPConnection
Returns the time when the user connected.
getLogSystem() - Static method in class com.Prominic.util.log
Returns the current LogSystem handle.
getLong(String) - Static method in class com.Prominic.util.Props
 
getMask(String) - Method in class com.Prominic.jFTPd.FTPConnection
Returns the mask to which the given virtualPath must be chmod-ed.
getMask() - Method in class com.Prominic.jFTPd.HomeDirectory
Get's the user's file mask.
getMask() - Method in class com.Prominic.jFTPd.PerUserMask
Insert the method's description here.
getMatchPosition(String, String, int) - Method in class com.Prominic.jFTPd.WildcardFilter
Obtains the match position
getMaxConnections() - Method in class com.Prominic.jFTPd.FTPHandler
Maximum number of connections accepted by FTP server.
getOutputStream() - Method in class com.Prominic.runtime.DefaultNProcess
Return a reference to process' stdin stream.
getOutputStream() - Method in class com.Prominic.runtime.DefaultUnixProcess
Insert the method's description here.
getOutputStream() - Method in interface com.Prominic.runtime.NProcess
Insert the method's description here.
getOwner(String) - Method in class com.Prominic.jFTPd.FTPConnection
Returns the owner to which the given virtualPath must be chown-ed.
getOwner() - Method in class com.Prominic.jFTPd.HomeDirectory
Get's the user's file owner.
getOwner() - Method in class com.Prominic.jFTPd.PerUserMask
Insert the method's description here.
getParameter(String) - Method in class com.Prominic.jFTPd.FTPHandler
Gets the key's value (where key represents a configuration parameter).
getParameter(String, String) - Method in class com.Prominic.jFTPd.FTPHandler
Gets the key's value (where key represents a configuration parameter).
getParameter(String) - Method in class com.Prominic.jFTPd.FTPRemoteCtrlImpl
 
getParameter(String) - Method in class com.Prominic.jFTPd.FTPRemoteCtrlImpl_Stub
 
getParameter(String) - Method in interface com.Prominic.jFTPd.RemoteController
 
getParent() - Method in class com.Prominic.jFTPd.VirtualFile
Returns a virtual parent for this object.
getPassword() - Method in class com.Prominic.jFTPd.FTPUser
Gets the user's password.
getPid() - Method in class com.Prominic.runtime.DefaultNProcess
Return the pid of the spawned process.
getPid() - Method in class com.Prominic.runtime.DefaultUnixProcess
Insert the method's description here.
getPid() - Method in interface com.Prominic.runtime.NProcess
Insert the method's description here.
getPid() - Method in class com.Prominic.runtime.UnixProcess
Insert the method's description here.
getPort() - Method in class com.Prominic.jFTPd.FTPHandler
Returns the jFTPd port number.
getPort() - Method in class com.Prominic.jFTPd.PassiveConnection
Gets the port chosen by the passive connection (to report it back to the user)
getProcess() - Method in class com.Prominic.runtime.DefaultNProcess
Returns the reference to the process object.
getProcess() - Method in class com.Prominic.runtime.DefaultUnixProcess
Insert the method's description here.
getProperties() - Method in class com.Prominic.jFTPd.PropertiesWindow
 
getPropertiesGroup() - Static method in class com.Prominic.util.Props
 
getReadAccess(String) - Method in class com.Prominic.jFTPd.FTPConnection
Returns the read/write access to which the given virtualPath must be checked.
getReadAccess() - Method in class com.Prominic.jFTPd.HomeDirectory
Get's the user's default read access.
getReadAccess() - Method in class com.Prominic.jFTPd.PerUserMask
Insert the method's description here.
getRealDirectory() - Method in class com.Prominic.jFTPd.HomeDirectory
Gets the real directory.
getRealPath() - Method in class com.Prominic.jFTPd.VirtualFile
Returns the real path corresponding to a virtual path.
getRowCount() - Method in class com.Prominic.jFTPd.HashtableTableModel
 
getRowCount() - Method in class com.Prominic.jFTPd.PropertiesTableModel
 
getRunningProcesses() - Static method in class com.Prominic.runtime.UnixRuntime
Insert the method's description here.
getRuntime() - Static method in class com.Prominic.runtime.NRuntime
Insert the method's description here.
getServerUptime() - Method in class com.Prominic.jFTPd.FTPHandler
Returns the server uptime in humanly readable form.
getServerUptime() - Method in class com.Prominic.jFTPd.FTPRemoteCtrlImpl
Creation date: (10-Dec-01 20:58:34)
getServerUptime() - Method in class com.Prominic.jFTPd.FTPRemoteCtrlImpl_Stub
 
getServerUptime() - Method in interface com.Prominic.jFTPd.RemoteController
Insert the method's description here.
getSocket() - Method in interface com.Prominic.jFTPd.Connection
Returns the socket of this connection on which the communication is done.
getSocket() - Method in class com.Prominic.jFTPd.FTPConnection
Returns the current socket.
getSocket() - Method in class com.Prominic.jFTPd.PassiveConnection
Gets the socket opened by the passive connection (to use it to exchange data with the client).
getSSLSocketFactory() - Static method in class com.Prominic.jFTPd.FTPHandler
Returns the SSLSocket Factory.
getStage() - Method in class com.Prominic.jFTPd.PassiveConnection
Gets the stage of the passive connection.
getStartedOn() - Method in class com.Prominic.jFTPd.GenericServer
Gets the datetime when the Generic Server was created (datetime is set in the constructor).
getStatistics() - Static method in class com.Prominic.jFTPd.FTPd
Returns a String which contains a couple of statistics from the server (such as uptime, and number of files uploaded/downloaded, and number of bytes uploaded/downloaded).
getStderrFilename() - Method in class com.Prominic.runtime.UnixProcess
Returns the process error file name Creation date: (8/19/2001 2:42:38 PM)
getStdinFilename() - Method in class com.Prominic.runtime.UnixProcess
Returns the process input file name Creation date: (8/19/2001 2:42:38 PM)
getStdoutFilename() - Method in class com.Prominic.runtime.UnixProcess
Returns the process ouput file name Creation date: (8/19/2001 2:42:38 PM)
getString(String) - Static method in class com.Prominic.util.Props
 
getTempFile(String, File) - Static method in class com.Prominic.jFTPd.FileUtils
Create a uniquely named temporary file of the form XXX99999999.tmp.
getTimeout() - Method in class com.Prominic.jFTPd.IdleKiller
 
getTimeout() - Static method in class com.Prominic.jFTPd.PassiveConnection
Gets the timeout value.
getTotalBytesDownloaded() - Method in class com.Prominic.jFTPd.FTPHandler
Gets the total bytes that were downloaded since jFTPd started.
getTotalBytesUploaded() - Method in class com.Prominic.jFTPd.FTPHandler
Gets the total bytes that were uploaded since jFTPd started.
getTotalFilesDownloaded() - Method in class com.Prominic.jFTPd.FTPHandler
Gets the total number of files that were downloaded since jFTPd started.
getTotalFilesUploaded() - Method in class com.Prominic.jFTPd.FTPHandler
Gets the total number of files that were uploaded since jFTPd started.
getUploadCount() - Method in class com.Prominic.jFTPd.FTPConnection
Gets total number of files uploaded via this connection.
getUploadedBytes() - Method in class com.Prominic.jFTPd.FTPConnection
Gets total number of bytes uploaded via this connection.
getUptime() - Method in class com.Prominic.jFTPd.GenericServer
Gets the server uptime in seconds.
getUser() - Method in class com.Prominic.jFTPd.FTPConnection
Gets the current user using this connection.
getUser() - Method in class com.Prominic.jFTPd.FTPEvent
Returns the user for whom the event has been generated.
getUserActivity(int) - Method in class com.Prominic.jFTPd.FTPRemoteCtrlImpl
 
getUserActivity(int) - Method in class com.Prominic.jFTPd.FTPRemoteCtrlImpl_Stub
 
getUserActivity(int) - Method in interface com.Prominic.jFTPd.RemoteController
 
getUsername() - Method in class com.Prominic.jFTPd.FTPUser
Gets the user name.
getUserParams() - Method in class com.Prominic.jFTPd.FTPHandler
Returns all configuration parameters.
getUsers() - Method in class com.Prominic.jFTPd.UsersWindow
 
getValueAt(int, int) - Method in class com.Prominic.jFTPd.HashtableTableModel
 
getValueAt(int, int) - Method in class com.Prominic.jFTPd.PropertiesTableModel
 
getVersion() - Static method in class com.Prominic.jFTPd.FTPd
Returns a string containing the version of the server.
getVirtualDirectories() - Method in class com.Prominic.jFTPd.FTPUser
Gets the user's virtual directories.
getVirtualDirectory() - Method in class com.Prominic.jFTPd.HomeDirectory
Gets the virtual directory.
getVirtualPath() - Method in class com.Prominic.jFTPd.VirtualFile
 
gid - Variable in class com.Prominic.runtime.UnixProcess
 
globalIDCounter - Static variable in class com.Prominic.jFTPd.FTPConnection
 
goodbyeMessage - Variable in class com.Prominic.jFTPd.FTPConnection
 
group - Variable in class com.Prominic.jFTPd.FTPConnection
 
group - Variable in class com.Prominic.jFTPd.HomeDirectory
 

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