com.aol.acc
Class AccShareBuddiesManager

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

public class AccShareBuddiesManager
extends AccBase

IAccShareBuddiesManager is used for sending all or part of a Buddy List to
a remote user, who can then incorporate the users into his/her own list.


Method Summary
 AccShareBuddiesSession send(java.lang.String userName, AccGroup[] groups, int flags)
          Propose sending a list of buddies to a remote 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

send

public AccShareBuddiesSession send(java.lang.String userName,
                                   AccGroup[] groups,
                                   int flags)
                            throws AccException
Propose sending a list of buddies to a remote user.
Pass 0 for flags at this time.

Throws:
AccException