Spring AMQP

org.springframework.erlang.core
Interface ErlangOperations

All Known Implementing Classes:
ErlangTemplate

public interface ErlangOperations

Operations to perform against OTP/Erlang

Author:
Mark Pollack

Method Summary
<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)
           
 

Method Detail

execute

<T> T execute(ConnectionCallback<T> action)
          throws OtpException
Throws:
OtpException

executeErlangRpc

com.ericsson.otp.erlang.OtpErlangObject executeErlangRpc(String module,
                                                         String function,
                                                         com.ericsson.otp.erlang.OtpErlangList args)
                                                         throws OtpException
Throws:
OtpException

executeErlangRpc

com.ericsson.otp.erlang.OtpErlangObject executeErlangRpc(String module,
                                                         String function,
                                                         com.ericsson.otp.erlang.OtpErlangObject... args)
                                                         throws OtpException
Throws:
OtpException

executeRpc

com.ericsson.otp.erlang.OtpErlangObject executeRpc(String module,
                                                   String function,
                                                   Object... args)
                                                   throws OtpException
Throws:
OtpException

executeAndConvertRpc

Object executeAndConvertRpc(String module,
                            String function,
                            ErlangConverter converterToUse,
                            Object... args)
                            throws OtpException
Throws:
OtpException

executeAndConvertRpc

Object executeAndConvertRpc(String module,
                            String function,
                            Object... args)
                            throws OtpException
Throws:
OtpException

Spring AMQP

Copyright © 2011. All Rights Reserved.