Administrable
.
S
has been deployed in a
network, and S
needs to be modified to implement
a new interface. Let's call the modified service S'
.
In previous versions of Reggie, a client would not find a proxy to
S'
when doing a lookup by the new interface unless
the S'
proxy class was renamed. This version of Reggie
allows a client to find a proxy to S'
when doing a
lookup by the new interface, even if the name of the proxy class has
not been changed and there are instances of S
already
registered.
ConnectionRelativeTime
constraint to Reggie's
discoveryConstraints
. For information on additional
constraints supported by Reggie, refer to
Reggie's manual pages
ServiceRegistrar
,
ServiceRegistration
,
Lease
, and admin proxies now override
java.lang.Object.toString()
to facilitate debugging by
providing additional information, like Reggie's
ServiceID
and underlying Java (TM) Remote Method
Invocation (Java RMI) stub.
The communication protocol used between Reggie and its main proxy
has been modified to enable handling of evolved types. This new
protocol is not compatible with that of earlier releases.
java.rmi.NoSuchObjectException
.