|
|||||||||
Home >> All >> edu >> emory >> mathcs >> util >> remote >> server >> [ impl overview ] | PREV PACKAGE NEXT PACKAGE |
Package edu.emory.mathcs.util.remote.server.impl
Utilities extending several traditional APIs to work across the network using RMI.
See:
Description
Class Summary | |
RemoteProcessSrvImpl | Server-side remote handle to the native process. |
Package edu.emory.mathcs.util.remote.server.impl Description
Utilities extending several traditional APIs to work across the network using RMI. Highlights:
- Remote I/O allows to create and use byte streams that use RMI as the underlying transport layer. Since RMI itself can be enabled over various protocols and socket factories, this classes allow to tunnel byte streams through a variety of protocols. For example, if used with RMIX, it is possible to tunnel streams via SOAP/HTTP.
- edu.emory.mathcs.util.remote.RemoteProcess allows to control native processes running on remote machines, using RMI for interconnect.
|
|||||||||
Home >> All >> edu >> emory >> mathcs >> util >> remote >> server >> [ impl overview ] | PREV PACKAGE NEXT PACKAGE |