/* SearchWRSet - Decompiled by JODE
 * Visit http://jode.sourceforge.net/
 */
package psdi.app.woreq.virtual;

import java.rmi.RemoteException;

import psdi.mbo.Mbo;
import psdi.mbo.MboServerInterface;
import psdi.mbo.MboSet;
import psdi.mbo.NonPersistentMboSet;
import psdi.mbo.NonPersistentMboSetRemote;
import psdi.util.MXException;

public class SearchWRSet extends NonPersistentMboSet implements NonPersistentMboSetRemote {
    public SearchWRSet(MboServerInterface mboserverinterface) throws MXException, RemoteException {
        super(mboserverinterface);
    }

    protected Mbo getMboInstance(MboSet mboset) throws MXException, RemoteException {
        return new SearchWR(mboset);
    }
}
