Uses of Package
com.opencloud.rhino.facilities.replicatedstorage
-
Packages that use com.opencloud.rhino.facilities.replicatedstorage Package Description com.opencloud.rhino.facilities.replicatedstorage -
Classes in com.opencloud.rhino.facilities.replicatedstorage used by com.opencloud.rhino.facilities.replicatedstorage Class Description ReplicatedStorage AReplicatedStorage
instance represents a lookup table that is transparently shared between instances of a resource adaptor entity on all nodes of a Rhino cluster.ReplicatedStorage.Entry Implemented by SLEE.ReplicatedStorage.Key RAs must implement this interface.ReplicatedStorage.LookupFlag Optional flags that can be used to affect state lookup behaviour in aReplicatedStorage.retrieve(Key, EnumSet)
operation.ReplicatedStorage.UpdateFlag Optional flags that can be used to affect state management behaviour in anReplicatedStorage.update(Entry, byte[], EnumSet)
operation.ReplicatedStorageException Thrown when an error occurs with the RA’s replicated storage.