public class BackendInfo extends Object
This class is not final so concrete actor behavior implementations may subclass it and track more information about
the backend. The hashCode()
and equals(Object)
methods are made final to ensure subclasses compare
on object identity.
Modifier | Constructor and Description |
---|---|
protected |
BackendInfo(akka.actor.ActorRef actor,
long sessionId,
ABIVersion version,
int maxMessages) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.MoreObjects.ToStringHelper |
addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) |
boolean |
equals(Object obj) |
akka.actor.ActorRef |
getActor() |
int |
getMaxMessages() |
long |
getSessionId() |
ABIVersion |
getVersion() |
int |
hashCode() |
String |
toString() |
protected BackendInfo(akka.actor.ActorRef actor, long sessionId, ABIVersion version, int maxMessages)
public final akka.actor.ActorRef getActor()
public final ABIVersion getVersion()
public final int getMaxMessages()
public final long getSessionId()
protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
Copyright © 2019 OpenDaylight. All rights reserved.