|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--ip1.ex14.JFtpThread.QueueItem
|
+--ip1.ex14.JFtpData.DataQueueItem
Describes an item of a JFTpData's queue.
| Field Summary | |
protected int |
action
The item code to perform. |
protected java.lang.Object |
arg
Optional argument. |
javax.swing.tree.DefaultMutableTreeNode |
node
The queue item's representation as a node. |
static int |
READSTR
|
static int |
RECEIVE
|
static int |
SEND
|
static int |
SHUTDOWN
Shutdown. |
| Constructor Summary | |
JFtpData.DataQueueItem(int action,
java.io.File file)
The constuctor. |
|
| Method Summary | |
JFtpEntry |
getEntry()
Object accessor to arg. |
java.io.File |
getFile()
File accessor to arg. |
java.lang.String |
getString()
String accessor to arg. |
java.net.URL |
getUrl()
URL accessor to arg. |
java.util.Vector |
getVector()
Vector accessor to arg. |
java.lang.String |
toString()
Return string representation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int READSTR
public static final int RECEIVE
public static final int SEND
protected int action
protected java.lang.Object arg
public static final int SHUTDOWN
public javax.swing.tree.DefaultMutableTreeNode node
| Constructor Detail |
public JFtpData.DataQueueItem(int action,
java.io.File file)
| Method Detail |
public java.lang.String toString()
toString in class JFtpThread.QueueItempublic JFtpEntry getEntry()
public java.io.File getFile()
public java.lang.String getString()
public java.net.URL getUrl()
public java.util.Vector getVector()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||