Roles of Generated Interfaces and Classes
Client side files:Grid : an interface to provide a client a view of the methods in the IDL._GridStub : A Java class that implements the methods defined in interface Grid. Provides functionality that allows client method invocations to be forwarded to a server.