|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.ibm.as400.access.FTPEvent
public class FTPEvent extends EventObject
The FTPEvent class represents an ftp event.
| Modifier and Type | Field and Description |
|---|---|
static int |
FTP_CONNECTED
Event ID indicating that a connection to the system has been created. |
static int |
FTP_DISCONNECTED
Event ID indicating that the connection to the system has been disconnected. |
static int |
FTP_LISTED
Event ID indicating that a list of files on the system has been retrieved. |
static int |
FTP_PUT
Event ID indicating that a file has been put to the system. |
static int |
FTP_RETRIEVED
Event ID indicating that a file has been retrieved from the system. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor and Description |
|---|
FTPEvent(Object source,
int id)
Constructs an FTPEvent object. |
| Modifier and Type | Method and Description |
|---|---|
int |
getID()
Returns the identifier for this event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int FTP_CONNECTED
public static final int FTP_DISCONNECTED
public static final int FTP_RETRIEVED
public static final int FTP_PUT
public static final int FTP_LISTED
| Constructor Detail |
|---|
public FTPEvent(Object source,
int id)
source - The object where the event originated.id - The event identifier.| Method Detail |
|---|
public int getID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||