Uses of Class java.rmi.dgc.Lease

Uses in package gnu.java.rmi.dgc

Methods with parameter type java.rmi.dgc.Lease

Lease
DGCImpl.dirty(ObjID[] ids, long sequenceNum, Lease lease)
Mark the given objects referecnes as used on the client side.
Lease
DGCImpl_Stub.dirty(ObjID[] $param_0, long $param_1, Lease $param_2)
Mark the given objects referecnes as used on the client side.
void
Shedule the renewing call, taking into consideration that the following lease was granted.

Methods with return type java.rmi.dgc.Lease

Lease
DGCImpl.dirty(ObjID[] ids, long sequenceNum, Lease lease)
Mark the given objects referecnes as used on the client side.
Lease
DGCImpl_Stub.dirty(ObjID[] $param_0, long $param_1, Lease $param_2)
Mark the given objects referecnes as used on the client side.
Lease
Notify DGC that we still hold this reference.

Uses in package gnu.java.rmi.server

Methods with parameter type java.rmi.dgc.Lease

Lease
Notify the DGC of the remote side that we still hold this object.

Methods with return type java.rmi.dgc.Lease

Lease
Notify the DGC of the remote side that we still hold this object.

Uses in package java.rmi.dgc

Methods with parameter type java.rmi.dgc.Lease

Lease
DGC.dirty(ObjID[] ids, long sequenceNum, Lease lease)
Mark the given objects referecnes as used on the client side.

Methods with return type java.rmi.dgc.Lease

Lease
DGC.dirty(ObjID[] ids, long sequenceNum, Lease lease)
Mark the given objects referecnes as used on the client side.