com.aol.acc
Class AccFileSharingManager

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

public class AccFileSharingManager
extends AccBase

IAccFileSharingManager is used for connecting to a remote user to
browse or download files that the user is currently sharing.


Method Summary
 AccFileSharingSession createSession(java.lang.String userName, java.lang.String invitation, AccFileXferFlags flags)
          Start a file sharing session with the specified user.
Pass 0 for flags at this time.

 
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

createSession

public AccFileSharingSession createSession(java.lang.String userName,
                                           java.lang.String invitation,
                                           AccFileXferFlags flags)
                                    throws AccException
Start a file sharing session with the specified user.
Pass 0 for flags at this time.

Throws:
AccException