com.aol.acc
Class AccStoredImManager

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

public class AccStoredImManager
extends AccBase

IAccStoredImManager manages incoming stored IMs.


Method Summary
 int deleteIms(AccVariant whichIms)
          Requests deletion of inbound stored IMs.
Not implemented yet.

 int deliverIms(AccVariant whichIms)
          Requests delivery of inbound stored IMs.
Currently, 'whichIms' must be empty.
All stored ims will be delivered.

 int requestSummaries()
          Requests summaries of all available inbound stored IMs.
Not implemented yet.

 
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

requestSummaries

public int requestSummaries()
                     throws AccException
Requests summaries of all available inbound stored IMs.
Not implemented yet.

Throws:
AccException

deliverIms

public int deliverIms(AccVariant whichIms)
               throws AccException
Requests delivery of inbound stored IMs.
Currently, 'whichIms' must be empty.
All stored ims will be delivered.

Throws:
AccException

deleteIms

public int deleteIms(AccVariant whichIms)
              throws AccException
Requests deletion of inbound stored IMs.
Not implemented yet.

Throws:
AccException