public abstract class AbstractTransport extends Object implements Transport
| Modifier and Type | Field and Description |
|---|---|
protected GlobalConfiguration |
configuration |
| Constructor and Description |
|---|
AbstractTransport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkResponse(Object responseObject,
Address sender) |
protected boolean |
parseResponseAndAddToResponseList(Object responseObject,
Throwable exception,
Map<Address,Response> responseListToAddTo,
boolean wasSuspected,
boolean wasReceived,
Address sender,
boolean usedResponseFilter,
boolean ignoreLeavers) |
void |
setConfiguration(GlobalConfiguration globalConfiguration) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAddress, getCoordinator, getLog, getMembers, getPhysicalAddresses, getViewId, initialize, invokeRemotely, isCoordinator, isMulticastCapable, start, stopprotected GlobalConfiguration configuration
public void setConfiguration(GlobalConfiguration globalConfiguration)
setConfiguration in interface Transportpublic final boolean checkResponse(Object responseObject, Address sender) throws Exception
Exceptionprotected final boolean parseResponseAndAddToResponseList(Object responseObject, Throwable exception, Map<Address,Response> responseListToAddTo, boolean wasSuspected, boolean wasReceived, Address sender, boolean usedResponseFilter, boolean ignoreLeavers) throws Exception
ExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.