|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SemiLease | |
|---|---|
| org.semispace | |
| org.semispace.comet.client | |
| org.semispace.comet.server | |
| org.semispace.ws.client | |
| Uses of SemiLease in org.semispace |
|---|
| Classes in org.semispace that implement SemiLease | |
|---|---|
class |
ElementLease
Lease for an object in the space |
class |
ListenerLease
|
| Methods in org.semispace that return SemiLease | |
|---|---|
SemiLease |
SemiSpace.WrappedInternalWriter.getLease()
|
SemiLease |
SemiEventRegistration.getLease()
|
SemiLease |
SemiSpace.write(Object entry,
long leaseTimeMs)
Notice that the lease time is the time in milliseconds the element is wants to live, not the system time plus the time to live. |
SemiLease |
SemiSpaceInterface.write(Object obj,
long duration)
Write object into tuple space, with a life time given in ms. |
SemiLease |
SemiSpace.writeToElements(String entryClassName,
long leaseTimeMs,
String xml,
Map<String,String> searchMap)
This method is public for the benefit of the web services, which shortcuts the writing process. |
| Constructors in org.semispace with parameters of type SemiLease | |
|---|---|
SemiEventRegistration(long id,
SemiLease lease)
|
|
| Uses of SemiLease in org.semispace.comet.client |
|---|
| Classes in org.semispace.comet.client that implement SemiLease | |
|---|---|
class |
NotificationMitigator
Maintain the client side of a notification. |
| Methods in org.semispace.comet.client that return SemiLease | |
|---|---|
SemiLease |
SemiSpaceCometProxy.write(Object obj,
long timeToLiveMs)
|
| Uses of SemiLease in org.semispace.comet.server |
|---|
| Methods in org.semispace.comet.server with parameters of type SemiLease | |
|---|---|
static void |
LeaseCancellationService.registerCancelableLease(String callId,
SemiLease lease,
String clientId)
|
| Uses of SemiLease in org.semispace.ws.client |
|---|
| Methods in org.semispace.ws.client that return SemiLease | |
|---|---|
SemiLease |
SemiSpaceProxy.write(Object obj,
long duration)
TODO Consider fixing that null is always returned. |
SemiLease |
SemiSpaceTokenProxy.write(Object obj,
long duration)
TODO Consider fixing that null is always returned. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||