- MethodInvocationDto - Class in io.sterodium.rmi.protocol
-
- MethodInvocationDto(String, String[], String[]) - Constructor for class io.sterodium.rmi.protocol.MethodInvocationDto
-
Represents information required to invoke method on the object remotely
- MethodInvocationException - Exception in io.sterodium.rmi.protocol.server
-
- MethodInvocationException(Class<?>, String, Object[], Throwable) - Constructor for exception io.sterodium.rmi.protocol.server.MethodInvocationException
-
- MethodInvocationException(int, String, String) - Constructor for exception io.sterodium.rmi.protocol.server.MethodInvocationException
-
- MethodInvocationResultDto - Class in io.sterodium.rmi.protocol
-
- MethodInvocationResultDto(String, String) - Constructor for class io.sterodium.rmi.protocol.MethodInvocationResultDto
-
Represents result of method invocation which is sent back to the client.
- MethodInvocationResultDto(int, String, String) - Constructor for class io.sterodium.rmi.protocol.MethodInvocationResultDto
-
- MethodInvocationResultDto.Error - Class in io.sterodium.rmi.protocol
-
Class contains such error details as:
- error code
- short message
- detailed error information, nested errors, etc.
- MethodNotFoundException - Exception in io.sterodium.rmi.protocol.server
-
Method (public or non-public) is not found for given class
(and all its superclasses) and for given method parameter types.
- MethodNotFoundException(Class<?>, String, Class<?>[]) - Constructor for exception io.sterodium.rmi.protocol.server.MethodNotFoundException
-
- MethodNotFoundException(int, String, String) - Constructor for exception io.sterodium.rmi.protocol.server.MethodNotFoundException
-
- MethodNotVisibleException - Exception in io.sterodium.rmi.protocol.server
-
Method is found, but has no 'public' visibility.
- MethodNotVisibleException(Class<?>, String, Class<?>[]) - Constructor for exception io.sterodium.rmi.protocol.server.MethodNotVisibleException
-
- MethodParameterException - Exception in io.sterodium.rmi.protocol.server
-
Either method parameter class couldn't be loaded
or method parameter value couldn't be mapped to
according method parameter type provided.
- MethodParameterException(int, Class<?>, String) - Constructor for exception io.sterodium.rmi.protocol.server.MethodParameterException
-
- MethodParameterException(int, String) - Constructor for exception io.sterodium.rmi.protocol.server.MethodParameterException
-
- MethodParameterException(int, String, String) - Constructor for exception io.sterodium.rmi.protocol.server.MethodParameterException
-