Package | Description |
---|---|
agilermi.core |
Provides the Agile RMI core system.
|
Modifier and Type | Method and Description |
---|---|
RMIRegistry |
RMIRegistry.Builder.build()
Builds the
RMIRegistry instance. |
RMIRegistry |
RMIRegistry.exportInterface(java.lang.Class<?> remoteIf)
Marks an interface to automatically create remote references for objects that
are sent as arguments for an invocation or as return values.
|
RMIRegistry |
RMIRegistry.exportInterfaces(java.lang.Class<?>... interfaces)
Exports the specified interfaces as remote.
|
RMIRegistry |
RMIObjectInputStream.getRmiRegistry() |
Constructor and Description |
---|
RMIObjectInputStream(java.io.InputStream inputStream,
RMIRegistry registry)
Initializes an
RMIObjectInputStream over the given
InputStream with the specified registry. |