Interface IRemoteCall
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/rmi/server/RemoteCall.html
public interface IRemoteCall
- Extension Methods
Properties
InputStream
[Obsolete("Deprecated in JVM")]
ObjectInput InputStream { get; }
Property Value
OutputStream
[Obsolete("Deprecated in JVM")]
ObjectOutput OutputStream { get; }
Property Value
Methods
Done()
[Obsolete("Deprecated in JVM")]
void Done()
Exceptions
ExecuteCall()
[Obsolete("Deprecated in JVM")]
void ExecuteCall()
Exceptions
GetResultStream(bool)
[Obsolete("Deprecated in JVM")]
ObjectOutput GetResultStream(bool arg0)
Parameters
Returns
Exceptions
ReleaseInputStream()
[Obsolete("Deprecated in JVM")]
void ReleaseInputStream()
Exceptions
ReleaseOutputStream()
[Obsolete("Deprecated in JVM")]
void ReleaseOutputStream()