public class StateTransferInfo extends Object
Modifier and Type | Field and Description |
---|---|
byte[] |
state |
Address |
target |
long |
timeout |
Constructor and Description |
---|
StateTransferInfo() |
StateTransferInfo(Address target) |
StateTransferInfo(Address target,
long timeout) |
StateTransferInfo(Address target,
long timeout,
byte[] state) |
public Address target
public long timeout
public byte[] state
public StateTransferInfo()
public StateTransferInfo(Address target)
public StateTransferInfo(Address target, long timeout)
public StateTransferInfo(Address target, long timeout, byte[] state)
public StateTransferInfo copy()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.