@InterfaceAudience.Private public interface SubprocedureFactory
ProcedureMember's Subprocedures.| Modifier and Type | Method and Description |
|---|---|
Subprocedure |
buildSubprocedure(java.lang.String procName,
byte[] procArgs)
Build
Subprocedure when requested. |
Subprocedure buildSubprocedure(java.lang.String procName, byte[] procArgs)
Subprocedure when requested.procName - name of the procedure associated with this subprocedureprocArgs - arguments passed from the coordinator about the procedureSubprocedure to run or null if the no operation should be runjava.lang.IllegalArgumentException - if the operation could not be run because of errors in the
requestjava.lang.IllegalStateException - if the current runner cannot accept any more new requests