com.aol.acc
Class AccBartCacheManager

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

public class AccBartCacheManager
extends AccBase

The IAccBartCacheManager interface is used to get bart items directly
from the local cache if, for example, the IAccSession is offline. Get
IAccBartCacheManager via AccSessionProp_BartCacheManager. The
IAccSession's identity must be specified prior to using
IAccBartCacheManager.


Method Summary
 AccBartItem getItemByUserName(AccBartItemType type, java.lang.String userName)
          Get an IAccBartItem by userName.
 
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

getItemByUserName

public AccBartItem getItemByUserName(AccBartItemType type,
                                     java.lang.String userName)
                              throws AccException
Get an IAccBartItem by userName. Currently only
AccBartItemType_BuddyIcon is supported.

Throws:
AccException