public class SelfManagedDataHolder extends Object implements Externalizable
| Constructor and Description |
|---|
SelfManagedDataHolder() |
SelfManagedDataHolder(String classname,
String id,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassname() |
byte[] |
getData() |
String |
getId() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic String getClassname()
public byte[] getData()
public String getId()
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.