Package org.objectweb.jeremie.binding.api
Provides a set of basic interfaces for handling remote object identifiers
(identifiers for java.rmi.Remote objects).
DynamicRemote |
Jonathan: an Open Distributed Processing Environment
Copyright (C) 1999 France Telecom R&D
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version. |
JRMIBFactory | The JRMIBFactory type designates
binders that can create and
manage distributed bindings. |
JRMIOptRef | A JRMIOptRef optimizes a Jeremie reference with the
addition of methods for type-specific marshalling of data
for remote method invocations, as opposed to the use of generic
reflection-based marshalling. |
JRMIRef | A JRMIRef is a reference to a remote object. |
RMIContext | This defines the essential interface of standard RMI UnicastRemoteObjects. |
Provides a set of basic interfaces for handling remote object identifiers
(identifiers for java.rmi.Remote objects).