Class AbstractSuccessProxy<T extends WritableIdentifier,C extends RequestSuccess<T,C>>
java.lang.Object
org.opendaylight.controller.cluster.access.concepts.AbstractSuccessProxy<T,C>
- Type Parameters:
T- Target identifier type
- All Implemented Interfaces:
Externalizable,Serializable
@Beta
public abstract class AbstractSuccessProxy<T extends WritableIdentifier,C extends RequestSuccess<T,C>>
extends Object
Abstract Externalizable proxy for use with
RequestSuccess subclasses.- Author:
- Robert Varga
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract @NonNull CcreateSuccess(@NonNull T target, long sequence) voidprotected final Objectprotected abstract TreadTarget(@NonNull DataInput in) void
-
Constructor Details
-
AbstractSuccessProxy
protected AbstractSuccessProxy() -
AbstractSuccessProxy
-
-
Method Details
-
createSuccess
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
readResolve
-
readTarget
- Throws:
IOException
-