Package | Description |
---|---|
agilermi.codemobility |
Provides modules useful to customize the dynamic class downloading
mechanism.
|
agilermi.core |
Provides the Agile RMI core system.
|
Modifier and Type | Class and Description |
---|---|
class |
URLClassLoaderFactory
This class is the default implementation of the
ClassLoaderFactory
interface that creates URLClassLoader instances that are fully
supported on standard Java Virtual Machines. |
Modifier and Type | Method and Description |
---|---|
ClassLoaderFactory |
RMIRegistry.getClassLoaderFactory()
Gets the class loader factory used by this registry to decode remote classes
when code mobility is enabled.
|
Modifier and Type | Method and Description |
---|---|
RMIRegistry.Builder |
RMIRegistry.Builder.setClassLoaderFactory(ClassLoaderFactory classLoaderFactory)
Sets the class loader factory used by this registry to decode remote classes
when code mobility is enabled.
|