org.jbpm.process.audit.xml
public abstract class AbstractJaxbHistoryObject<T> extends Object
Constructor and Description |
---|
AbstractJaxbHistoryObject() |
AbstractJaxbHistoryObject(Class<?> realClass) |
AbstractJaxbHistoryObject(T taskObject,
Class objectInterface) |
Modifier and Type | Method and Description |
---|---|
T |
createEntityInstance() |
void |
readExternal(ObjectInput arg0) |
void |
writeExternal(ObjectOutput arg0) |
protected Class<?> realClass
public AbstractJaxbHistoryObject()
public AbstractJaxbHistoryObject(Class<?> realClass)
public void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput arg0) throws IOException
IOException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.