|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccFileSharingItem
public class AccFileSharingItem
IAccFileSharingItem represents an item in an incoming file sharing listing.
| Method Summary | |
|---|---|
long |
getFileBytes()
Number of bytes in the item |
int |
getFileMacCreator()
Macintosh creator code for the item |
int |
getFileMacFlags()
Macintosh Finder flags for the item |
int |
getFileMacType()
Macintosh file type code for the item |
AccFileSharingSession |
getFileSharingSession()
The file sharing session associated with the item |
java.util.Date |
getFileTimeCreated()
Item's creation time |
java.util.Date |
getFileTimeModified()
Item's last modified time |
boolean |
getIsDirectory()
Determine if the item being shared is a directory or file |
AccFileSharingItem |
getItemByIndex(int index)
Once the listing has been retrieved, get a child listing item. |
int |
getListingCount()
The count of sub-items for this item; available after OnFileSharingRequestListingResult |
java.lang.String |
getLocalPath()
The local location that this item will be downloaded to |
AccFileSharingItem |
getParentItem()
The parent item, if any |
java.lang.String |
getRemoteName()
Item's name on the remote side |
java.lang.String |
getRemotePath()
Item's logical path on the remote side |
int |
requestListing()
Request a listing of this directory. |
int |
requestXfer()
Request this file or folder, and all subfolders. |
void |
setLocalPath(java.lang.String LocalPath)
The local location that this item will be downloaded to |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int requestListing()
throws AccException
AccException
public AccFileSharingItem getItemByIndex(int index)
throws AccException
AccException
public int requestXfer()
throws AccException
AccException
public boolean getIsDirectory()
throws AccException
AccException
public int getListingCount()
throws AccException
AccException
public java.lang.String getLocalPath()
throws AccException
AccException
public void setLocalPath(java.lang.String LocalPath)
throws AccException
AccException
public AccFileSharingItem getParentItem()
throws AccException
AccException
public java.lang.String getRemoteName()
throws AccException
AccException
public java.lang.String getRemotePath()
throws AccException
AccException
public long getFileBytes()
throws AccException
AccException
public int getFileMacCreator()
throws AccException
AccException
public int getFileMacFlags()
throws AccException
AccException
public int getFileMacType()
throws AccException
AccException
public java.util.Date getFileTimeCreated()
throws AccException
AccException
public java.util.Date getFileTimeModified()
throws AccException
AccException
public AccFileSharingSession getFileSharingSession()
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||