public class KeyDataCollector
extends java.lang.Object
implements java.util.Enumeration
Modifier and Type | Class and Description |
---|---|
static class |
KeyDataCollector.PMRepairFacilityFields |
Constructor and Description |
---|
KeyDataCollector(MboRemote singleton)
Builds a list of key data consists of a single Mbo's key.
|
KeyDataCollector(MboSetRemote set)
Builds the list of key data from all the selected Mbo's in the MboSet.
|
Modifier and Type | Method and Description |
---|---|
KeyDataCollector.PMRepairFacilityFields |
getRepairFacilityFields(java.lang.Object keyValues) |
boolean |
hasMoreElements()
Tests if this enumeration contains more elements.
|
java.lang.Object |
nextElement()
Returns the next element of this enumeration if this enumeration object
has at least one more element to provide.
|
public KeyDataCollector(MboRemote singleton) throws MXException, java.rmi.RemoteException
singleton
- The Mbo to get the key data from.MXException
java.rmi.RemoteException
public KeyDataCollector(MboSetRemote set) throws MXException, java.rmi.RemoteException
set
- The MboSet to get the key data from.MXException
java.rmi.RemoteException
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
java.util.NoSuchElementException
- - if no more elements exist.Passing the return of this method to this method
will fetch the matching record into the MboSet.
public KeyDataCollector.PMRepairFacilityFields getRepairFacilityFields(java.lang.Object keyValues)
keyValues
-