public class EprInfoHandler
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
EprInfoHandler.EprInfoProvider |
| Constructor and Description |
|---|
EprInfoHandler(EprInfoHandler.EprInfoProvider eprInfoSetProvider) |
EprInfoHandler(EprInfoHandler.EprInfoProvider eprInfoSetProvider,
EprInfoHandler otherHandler) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHostedBlockVersion() |
XAddressInfo |
getNextXAddressInfoAfterFailure(URI transportAddress,
int syncHostedBlockVersion) |
EprInfo |
getPreferredXAddressInfo() |
void |
reset() |
void |
resetTransportAddresses(ConnectionInfo connectionInfo) |
java.lang.String |
toString() |
public EprInfoHandler(EprInfoHandler.EprInfoProvider eprInfoSetProvider)
public EprInfoHandler(EprInfoHandler.EprInfoProvider eprInfoSetProvider, EprInfoHandler otherHandler)
public EprInfo getPreferredXAddressInfo() throws CommunicationException
CommunicationExceptionpublic XAddressInfo getNextXAddressInfoAfterFailure(URI transportAddress, int syncHostedBlockVersion) throws CommunicationException
CommunicationExceptionpublic int getHostedBlockVersion()
public void resetTransportAddresses(ConnectionInfo connectionInfo)
comManId - connectionInfo - public void reset()
public java.lang.String toString()
toString in class java.lang.Object