com.sap.ip.me.api.services.systemnews
Class NewsIterator

java.lang.Object
  extended bycom.sap.ip.me.api.services.systemnews.NewsIterator

public abstract class NewsIterator
extends java.lang.Object

Iterator class to parse through system messages

Author:
SAP

Constructor Summary
NewsIterator()
           
 
Method Summary
abstract  boolean hasNext()
          Determines whether further messages are available
abstract  Message next()
          Provides the next message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsIterator

public NewsIterator()
Method Detail

next

public abstract Message next()
Provides the next message

Returns:
returns the next Message object

hasNext

public abstract boolean hasNext()
Determines whether further messages are available

Returns:
returns true, if further message are available


Copyright © 2005 SAP AG. All Rights Reserved.