public class ServerMboSetAdapter extends MboSetAdapterBase implements MboSetAdapter
Constructor and Description |
---|
ServerMboSetAdapter(MboSetRemote mboSet) |
Modifier and Type | Method and Description |
---|---|
int |
count() |
MboAdapter |
getMbo() |
MboAdapter |
getMbo(int index) |
boolean |
isEmpty() |
java.util.Iterator<?> |
iterator() |
void |
reset() |
getMbosByAttribValues
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMbosByAttribValues
public ServerMboSetAdapter(MboSetRemote mboSet)
public MboAdapter getMbo() throws java.rmi.RemoteException
getMbo
in interface MboSetAdapter
java.rmi.RemoteException
public MboAdapter getMbo(int index) throws java.lang.Exception
getMbo
in interface MboSetAdapter
java.lang.Exception
public int count() throws java.rmi.RemoteException, MXException
count
in interface MboSetAdapter
java.rmi.RemoteException
MXException
public boolean isEmpty() throws java.rmi.RemoteException, MXException
isEmpty
in interface MboSetAdapter
java.rmi.RemoteException
MXException
public java.util.Iterator<?> iterator()
iterator
in interface MboSetAdapter
public void reset() throws java.lang.Exception
reset
in interface MboSetAdapter
java.lang.Exception