ClassRemoter is a remote class wrapper generator for use with RMI. It can create remote wrappers for existing java classes and interfaces, that would not normally be used with RMI. The wrappers may then be used to access the public methods.
Tutorial Details:
ClassRemoter is a remote class wrapper generator for use with RMI. It can create remote wrappers for existing java classes and interfaces, that would not normally be used with RMI. The wrappers may then be used to access the public methods and fields of the wrapped classes.ClassRemoter works by generating wrappers for existing classes that are specified by the user. These remote wrappers are then used to access the methods and fields of the target class remotely. It also generates proxies for interfaces so that their methods can be invoked by the objects of a remote class. Method arguments and return values are automatically wrapped in their appropriate wrapper classes when necessary. By generating a library of wrappers the original classes can accomodate remote access without any changes. This is useful if it would be too difficult or impossible to modify an existing class for use with RMI. Main Features Creates remote wrappers for user specified classes. Allows remote access of public methods and fields in wrapped classes. Automatically wraps arguments and return values when necessary. Makes use of the SSLSocketFactory and SSLServerSocketFactory class for wrappers. Runs RMIC tool to generate stubs for wrappers. Runs Javadoc tool to generate documentation for wrapper interfaces.
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: ClassRemoter
View Tutorial: ClassRemoter
Related
Tutorials:
ClassRemoter
ClassRemoter is a remote class wrapper generator for use with RMI. It can create remote wrappers for existing java classes and interfaces, that would not normally be used with RMI. The wrappers may then be used to access the public methods. |
|
|
|