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 Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public String getClassname()
public byte[] getData()
public String getId()
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.