All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.naming.RefAddrEnumeration

public interface RefAddrEnumeration
extends Enumeration
This is the enumeration interface for enumerating addresses within a reference. It extends Enumeration to allow type-specific objects (in this case 'RefAddr') to be returned.


Method Index

 o next()
Retrieves the next address in the enumeration.

Methods

 o next
 public abstract RefAddr next()
Retrieves the next address in the enumeration.

Returns:
The next address in the enumeration.

All Packages  Class Hierarchy  This Package  Previous  Next  Index