org.sblim.slp.internal

Class ServiceLocationEnumerator

Implemented Interfaces:
Enumeration, ServiceLocationEnumeration

public class ServiceLocationEnumerator
extends java.lang.Object
implements ServiceLocationEnumeration

ServiceLocationEnumerator.java (C) Copyright IBM Corp. 2005, 2006 THIS FILE IS PROVIDED UNDER THE TERMS OF THE COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT. You can obtain a current copy of the Common Public License from http://www.opensource.org/licenses/cpl1.0.php

Constructor Summary

ServiceLocationEnumerator(Vector v)

Method Summary

boolean
hasMoreElements()
Object
next()
Object
nextElement()

Constructor Details

ServiceLocationEnumerator

public ServiceLocationEnumerator(Vector v)

Method Details

hasMoreElements

public boolean hasMoreElements()

next

public Object next()
            throws ServiceLocationException
Specified by:
next in interface ServiceLocationEnumeration

nextElement

public Object nextElement()

Copyright © 2005, 2007 IBM Corporation. All Rights Reserved.