Class Summary |
ExportClassLoader |
Enables programmatic control over the outgoing urls for classes
loaded through class loader instances of this type. |
FileByteStore |
ByteStore that stores and retrieves class files from a
local file system. |
HttpServer |
A simple HTTP server, just for serving up the code service's proxy. |
RegisterResource |
Command line oriented utility to enable registration of file resource
bytes in a resource service |
ResourceAccessProxy |
Simple implementation of ResourceAccess interface
which uses a reference to an input stream factory to deliver
resources to requesting clients. |
ResourceHandleProxy |
Simple implementation of ResourceHandle which delegates to an
internal remote object that is specialized to modify resources
in a resource service. |
ResourceServiceImpl |
Provides an implementation of the ResourceService
interface. |
SerializableByteArrayInputStream |
Serializable byte array input stream. |
StartResourceService |
Utility to create a resource service and cause it to register with
a Jini federation. |
URLInputStreamFactory |
Implementation of InputStreamFactory which uses URLs
to send resources to requesting clients. |
Provides the JRAP prototype implementation.