T - Target identifier type@Beta public abstract class AbstractSuccessProxy<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends RequestSuccess<T,C>> extends Object
RequestSuccess subclasses.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSuccessProxy() |
protected |
AbstractSuccessProxy(C success) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract C |
createSuccess(T target,
long sequence) |
void |
readExternal(ObjectInput in) |
protected Object |
readResolve() |
protected abstract T |
readTarget(DataInput in) |
void |
writeExternal(ObjectOutput out) |
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionprotected final Object readResolve()
@Nonnull protected abstract T readTarget(@Nonnull DataInput in) throws IOException
IOExceptionCopyright © 2019 OpenDaylight. All rights reserved.