public class MboSetEnumeration
extends java.lang.Object
| Constructor and Description |
|---|
MboSetEnumeration(MboSetRemote msr)
Constructor takes the MboSet it will step through.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements()
Returns true if there is more elements in this enumeration.
|
java.lang.Object |
nextElement()
Returns the next element in the enumeration.
|
MboRemote |
nextMbo()
A convience method for use in Mbo code, does the same thing as nextElement
but returns the element as a MboRemote.
|
public MboSetEnumeration(MboSetRemote msr) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic boolean hasMoreElements()
public java.lang.Object nextElement()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic MboRemote nextMbo() throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteException