package com.bexp; import com.bexp.ejb.*; import org.JWrapper.*; public class SingleObjSrc implements ObjSrc { function0 handle_src; public SingleObjSrc(function0 _handle_src) { handle_src=_handle_src; } public ObjHandle[] getObjHandles(IObjHome home) throws Exception { return new ObjHandle[]{handle_src.Op()};} public boolean match(ObjHomeEvent evt, IObjHome home) throws Exception { return false; } }