Package | Description |
---|---|
org.apache.river.outrigger |
This is an implementation of a JavaSpaces technology-enabled service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StoredObject<T extends StorableObject<T>>
Interface for a stored resource.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StorableResource<T extends LeasedResource>
Sub-interface of
StorableObject that must be implemented by
objects that represent leased resources and must persist their state. |
Modifier and Type | Method and Description |
---|---|
void |
LogOps.joinStateOp(StorableObject state)
Log an update to the join state
|
void |
LogOps.prepareOp(Long txnId,
StorableObject transaction)
Log a transaction
prepare . |
void |
LogOps.registerOp(StorableResource registration,
String type,
StorableObject[] templates)
Log a
notify operation. |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.