|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceLease | |
---|---|
com.sun.jini.reggie | Provides implementations of ServiceRegistrar . |
Uses of ServiceLease in com.sun.jini.reggie |
---|
Subclasses of ServiceLease in com.sun.jini.reggie | |
---|---|
(package private) class |
ConstrainableServiceLease
ServiceLease subclass that supports constraints. |
Fields in com.sun.jini.reggie declared as ServiceLease | |
---|---|
(package private) ServiceLease |
Registration.lease
The service lease |
Methods in com.sun.jini.reggie that return ServiceLease | |
---|---|
(package private) static ServiceLease |
ServiceLease.getInstance(Registrar server,
ServiceID registrarID,
ServiceID serviceID,
Uuid leaseID,
long expiration)
Returns ServiceLease or ConstrainableServiceLease instance, depending on whether given server implements RemoteMethodControl. |
Methods in com.sun.jini.reggie with parameters of type ServiceLease | |
---|---|
(package private) static Registration |
Registration.getInstance(Registrar server,
ServiceLease lease)
Returns Registration or ConstrainableRegistration instance, depending on whether given server implements RemoteMethodControl. |
Constructors in com.sun.jini.reggie with parameters of type ServiceLease | |
---|---|
ConstrainableRegistration(Registrar server,
ServiceLease lease,
MethodConstraints constraints)
Creates new ConstrainableRegistration with given server reference, service lease and client constraints. |
|
Registration(Registrar server,
ServiceLease lease)
Constructor for use by getInstance(), ConstrainableRegistration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |