- ErlangAccessor - Class in org.springframework.erlang.support
-
- ErlangAccessor() - Constructor for class org.springframework.erlang.support.ErlangAccessor
-
- ErlangBadRpcException - Exception in org.springframework.erlang
-
Exception thrown when an 'badrpc' is received from an Erlang RPC call.
- ErlangBadRpcException(String) - Constructor for exception org.springframework.erlang.ErlangBadRpcException
-
- ErlangBadRpcException(OtpErlangTuple) - Constructor for exception org.springframework.erlang.ErlangBadRpcException
-
- ErlangConversionException - Exception in org.springframework.erlang.support.converter
-
- ErlangConversionException(String, Throwable) - Constructor for exception org.springframework.erlang.support.converter.ErlangConversionException
-
- ErlangConversionException(String) - Constructor for exception org.springframework.erlang.support.converter.ErlangConversionException
-
- ErlangConverter - Interface in org.springframework.erlang.support.converter
-
Converter between Java and Erlang Types.
- ErlangErrorRpcException - Exception in org.springframework.erlang
-
Exception thrown when an 'error' is received from an Erlang RPC call
- ErlangErrorRpcException(String) - Constructor for exception org.springframework.erlang.ErlangErrorRpcException
-
- ErlangErrorRpcException(OtpErlangTuple) - Constructor for exception org.springframework.erlang.ErlangErrorRpcException
-
- ErlangOperations - Interface in org.springframework.erlang.core
-
Operations to perform against OTP/Erlang
- ErlangTemplate - Class in org.springframework.erlang.core
-
- ErlangTemplate(ConnectionFactory) - Constructor for class org.springframework.erlang.core.ErlangTemplate
-
- ErlangUtils - Class in org.springframework.erlang.support
-
- ErlangUtils() - Constructor for class org.springframework.erlang.support.ErlangUtils
-
- Escape - Class in org.springframework.util.exec
-
- Escape() - Constructor for class org.springframework.util.exec.Escape
-
- escape(String) - Static method in class org.springframework.util.exec.Escape
-
Escape a string by quoting the magical elements
(such as whitespace, quotes, slashes, etc.)
- exec(String[]) - Static method in class org.springframework.util.exec.Background
-
Execute the command (and its args, ala Runtime.exec), sending the
output and error streams to the void.
- exec(String[], File, boolean, File, boolean) - Static method in class org.springframework.util.exec.Background
-
Execute a command (and its args, ala Runtime.exec)
- execute(ConnectionCallback<T>) - Method in interface org.springframework.erlang.core.ErlangOperations
-
- execute(ConnectionCallback<T>) - Method in class org.springframework.erlang.core.ErlangTemplate
-
- Execute - Class in org.springframework.util.exec
-
Runs an external program.
- Execute() - Constructor for class org.springframework.util.exec.Execute
-
Creates a new execute object using PumpStreamHandler for stream handling.
- Execute(ExecuteStreamHandler) - Constructor for class org.springframework.util.exec.Execute
-
Creates a new execute object.
- Execute(ExecuteStreamHandler, ExecuteWatchdog) - Constructor for class org.springframework.util.exec.Execute
-
Creates a new execute object.
- execute() - Method in class org.springframework.util.exec.Execute
-
Runs a process defined by the command line and returns its exit status.
- execute(Vector<String>, String, File) - Static method in class org.springframework.util.exec.Execute
-
- execute(Vector<String>, Vector<String>, File) - Static method in class org.springframework.util.exec.Execute
-
- execute(Vector<String>, Vector<String>, File, int) - Static method in class org.springframework.util.exec.Execute
-
Wrapper for common execution patterns
- executeAndConvertRpc(String, String, ErlangConverter, Object...) - Method in interface org.springframework.erlang.core.ErlangOperations
-
- executeAndConvertRpc(String, String, Object...) - Method in interface org.springframework.erlang.core.ErlangOperations
-
- executeAndConvertRpc(String, String, ErlangConverter, Object...) - Method in class org.springframework.erlang.core.ErlangTemplate
-
- executeAndConvertRpc(String, String, Object...) - Method in class org.springframework.erlang.core.ErlangTemplate
-
- executeErlangRpc(String, String, OtpErlangList) - Method in interface org.springframework.erlang.core.ErlangOperations
-
- executeErlangRpc(String, String, OtpErlangObject...) - Method in interface org.springframework.erlang.core.ErlangOperations
-
- executeErlangRpc(String, String, OtpErlangList) - Method in class org.springframework.erlang.core.ErlangTemplate
-
- executeErlangRpc(String, String, OtpErlangObject...) - Method in class org.springframework.erlang.core.ErlangTemplate
-
- executeRpc(String, String, Object...) - Method in interface org.springframework.erlang.core.ErlangOperations
-
- executeRpc(String, String, Object...) - Method in class org.springframework.erlang.core.ErlangTemplate
-
- ExecuteStreamHandler - Interface in org.springframework.util.exec
-
Used by Execute to handle input and output stream of
subprocesses.
- ExecuteWatchdog - Class in org.springframework.util.exec
-
Destroys a process running for too long.
- ExecuteWatchdog(int) - Constructor for class org.springframework.util.exec.ExecuteWatchdog
-
Creates a new watchdog with a given timeout.
- extractBoolean(OtpErlangObject) - Static method in class org.springframework.erlang.support.converter.SimpleErlangConverter
-
- extractLong(OtpErlangObject) - Static method in class org.springframework.erlang.support.converter.SimpleErlangConverter
-
- extractPid(OtpErlangObject) - Static method in class org.springframework.erlang.support.converter.SimpleErlangConverter
-