public interface ErlangOperations
Modifier and Type | Method and Description |
---|---|
<T> T |
execute(ConnectionCallback<T> action) |
Object |
executeAndConvertRpc(String module,
String function,
ErlangConverter converterToUse,
Object... args) |
Object |
executeAndConvertRpc(String module,
String function,
Object... args) |
com.ericsson.otp.erlang.OtpErlangObject |
executeErlangRpc(String module,
String function,
com.ericsson.otp.erlang.OtpErlangList args) |
com.ericsson.otp.erlang.OtpErlangObject |
executeErlangRpc(String module,
String function,
com.ericsson.otp.erlang.OtpErlangObject... args) |
com.ericsson.otp.erlang.OtpErlangObject |
executeRpc(String module,
String function,
Object... args) |
<T> T execute(ConnectionCallback<T> action) throws OtpException
OtpException
com.ericsson.otp.erlang.OtpErlangObject executeErlangRpc(String module, String function, com.ericsson.otp.erlang.OtpErlangList args) throws OtpException
OtpException
com.ericsson.otp.erlang.OtpErlangObject executeErlangRpc(String module, String function, com.ericsson.otp.erlang.OtpErlangObject... args) throws OtpException
OtpException
com.ericsson.otp.erlang.OtpErlangObject executeRpc(String module, String function, Object... args) throws OtpException
OtpException
Object executeAndConvertRpc(String module, String function, ErlangConverter converterToUse, Object... args) throws OtpException
OtpException
Object executeAndConvertRpc(String module, String function, Object... args) throws OtpException
OtpException