|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FiddlerLease | |
---|---|
com.sun.jini.fiddler | Provides the server side of an implementation of the lookup discovery service
(see ). |
Uses of FiddlerLease in com.sun.jini.fiddler |
---|
Subclasses of FiddlerLease in com.sun.jini.fiddler | |
---|---|
(package private) static class |
FiddlerLease.ConstrainableFiddlerLease
The constrainable version of the class FiddlerLease . |
Methods in com.sun.jini.fiddler that return FiddlerLease | |
---|---|
static FiddlerLease |
FiddlerLease.createLease(Fiddler server,
Uuid serverID,
Uuid registrationID,
Uuid leaseID,
long expiration)
Public static factory method that creates and returns an instance of FiddlerLease . |
Methods in com.sun.jini.fiddler with parameters of type FiddlerLease | |
---|---|
(package private) static FiddlerLeaseMap |
FiddlerLeaseMap.createLeaseMap(FiddlerLease lease,
long duration)
Static factory method that creates and returns an instance of FiddlerLeaseMap . |
Constructors in com.sun.jini.fiddler with parameters of type FiddlerLease | |
---|---|
FiddlerLeaseMap.ConstrainableFiddlerLeaseMap(Fiddler server,
FiddlerLease lease,
long duration,
MethodConstraints methodConstraints)
Constructs a new ConstrainableFiddlerLeaseMap
instance. |
|
FiddlerLeaseMap(Fiddler server,
FiddlerLease lease,
long duration)
Constructs a new instance of FiddlerLeaseMap. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |