|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cache.statetransfer.LegacyStateTransferGenerator
@Deprecated public class LegacyStateTransferGenerator
| Field Summary | |
|---|---|
static short |
STATE_TRANSFER_VERSION
Deprecated. |
| Constructor Summary | |
|---|---|
LegacyStateTransferGenerator()
Deprecated. |
|
| Method Summary | |
|---|---|
protected void |
delimitStream(ObjectOutputStream out)
Deprecated. Places a delimiter marker on the stream |
protected void |
generateNodeDataList(NodeSPI<?,?> node,
List<NodeData> list)
Deprecated. |
void |
generateState(ObjectOutputStream out,
Object rootNode,
boolean generateTransient,
boolean generatePersistent,
boolean suppressErrors)
Deprecated. |
void |
inject(CacheSPI cache)
Deprecated. |
protected void |
marshallTransientState(NodeSPI node,
ObjectOutputStream out)
Deprecated. Do a preorder traversal: visit the node first, then the node's children |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final short STATE_TRANSFER_VERSION
| Constructor Detail |
|---|
public LegacyStateTransferGenerator()
| Method Detail |
|---|
public void inject(CacheSPI cache)
public void generateState(ObjectOutputStream out,
Object rootNode,
boolean generateTransient,
boolean generatePersistent,
boolean suppressErrors)
throws Exception
generateState in interface StateTransferGeneratorException
protected void delimitStream(ObjectOutputStream out)
throws Exception
out - stream
IOException - if there are errs
Exception
protected void marshallTransientState(NodeSPI node,
ObjectOutputStream out)
throws Exception
out -
Exception
protected void generateNodeDataList(NodeSPI<?,?> node,
List<NodeData> list)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||