com.novell.service.session
Class SessionAttrEnumerator

java.lang.Object
  |
  +--com.novell.service.session.SessionAttrEnumerator

public class SessionAttrEnumerator
extends java.lang.Object
implements java.util.Enumeration

Provides an implementation of Enumeration that contains only session attributes. An object that implements the Enumeration interface generates a series of elements, one at a time. Successive calls to the nextElement() method return successive elements of the series.


Constructor Summary
SessionAttrEnumerator(SessionAttrs attributes)
          Constructs a SessionAttrEnumerator object with the passed in attributes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionAttrEnumerator

public SessionAttrEnumerator(SessionAttrs attributes)
                      throws SessionException
Constructs a SessionAttrEnumerator object with the passed in attributes.
Parameters:
attributes - The attributes passed in to the constructor.
Throws:
SessionException - A top-level exception thrown by session objects.