Package sk.ipesoft.d2000.d2japi
Interface SBACallEvent
-
public interface SBACallEventDescription of call SBA (Send Byte Array) event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getByteArray()Get argument of the call.SBAReturnContextgetReturnContext()Get context object which serves as proxy for returning result of the call ornullif called asynchronously.java.lang.StringgetTargetProcedureName()Get identifier of called RPC.
-
-
-
Method Detail
-
getTargetProcedureName
java.lang.String getTargetProcedureName()
Get identifier of called RPC.- Returns:
- identifier of called RPC
-
getByteArray
byte[] getByteArray()
Get argument of the call.- Returns:
- argument of the call
-
getReturnContext
SBAReturnContext getReturnContext()
Get context object which serves as proxy for returning result of the call ornullif called asynchronously.- Returns:
- proxy for returning result of the call or
nullif called asynchronously
-
-