Uses of Class
net.jrodolfo.java_evolution.java01.rmi.RmiExamples.GreetingRequest
Packages that use RmiExamples.GreetingRequest
-
Uses of RmiExamples.GreetingRequest in net.jrodolfo.java_evolution.java01.rmi
Methods in net.jrodolfo.java_evolution.java01.rmi that return RmiExamples.GreetingRequestModifier and TypeMethodDescriptionRmiExamples.RmiGreetingEndpoint.lastReceivedRequest()Returns the last request received by the exported object.Methods in net.jrodolfo.java_evolution.java01.rmi with parameters of type RmiExamples.GreetingRequestModifier and TypeMethodDescriptionRmiExamples.GreetingService.greet(RmiExamples.GreetingRequest request) Greets the supplied request.