public interface SerializableInvalidations extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
add(SerializableInvalidations other)
Adds other invalidations to this one.
|
boolean |
isEmpty()
Checks if this contains no invalidations.
|
void |
serialize(OutputStream out)
Serializes this to an output stream.
|
boolean isEmpty()
void add(SerializableInvalidations other)
void serialize(OutputStream out) throws IOException
AbstractPubSubInvalidator.deserialize(java.io.InputStream)
.IOException
Copyright © 2017 Nuxeo. All rights reserved.