Package org.exbin.xbup.core.remote
Interface XBMultiProcedure
-
- All Superinterfaces:
XBExecutable
@ParametersAreNonnullByDefault public interface XBMultiProcedure extends XBExecutable
XBUP RPC procedure interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(XBBlockType blockType, XBOutput parameters, XBInput result)
Invocates procedure.
-
-
-
Method Detail
-
execute
void execute(XBBlockType blockType, XBOutput parameters, XBInput result) throws XBProcessingException, java.io.IOException
Invocates procedure.- Parameters:
blockType
- block type procedure was registered withparameters
- procedure parameters dataresult
- handler for procedure result data- Throws:
java.io.IOException
- if input/output errorXBProcessingException
-
-