com.aol.acc
Class AccFileXferManager

java.lang.Object
  extended by com.aol.acc.AccBase
      extended by com.aol.acc.AccFileXferManager

public class AccFileXferManager
extends AccBase

IAccFileXferManager is used to send a file or folder to a remote user.


Method Summary
 AccFileXferSession send(java.lang.String userName, java.lang.String path, java.lang.String invitation, AccFileXferFlags flags)
          Propose sending the file or folder identified by "path",
to the remote user identified by "userName", with the invitation
message specified in "invitation".
Flags are from AccFileXferFlags.

 
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

send

public AccFileXferSession send(java.lang.String userName,
                               java.lang.String path,
                               java.lang.String invitation,
                               AccFileXferFlags flags)
                        throws AccException
Propose sending the file or folder identified by "path",
to the remote user identified by "userName", with the invitation
message specified in "invitation".
Flags are from AccFileXferFlags.

Throws:
AccException