drmi v0.4.3 (2017-08-06T19:35:08Z)
Dub
Repo
RMISkeleton
drmi
base
class
RMISkeleton :
RMICom
(
T
)
if
(
is
(
T
== interface)
) {
protected
T
server
;
this
(T server);
RMIResponse
process
(RMICall call);
}
Constructors
this
this
(T server)
Members
Functions
process
RMIResponse
process
(RMICall call)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
server
T
server
;
Undocumented in source.
Inherited Members
From RMICom
process
RMIResponse
process
(RMICall call)
Meta
Source
See Implementation
drmi
base
classes
RMISkeleton
RMIStub
interfaces
RMICom
RMIStubCom