public interface NodeCapabilities extends ActorObserver
| Modifier and Type | Interface and Description |
|---|---|
static class |
NodeCapabilities.NodeState |
static class |
NodeCapabilities.NodeTypeEnum |
| Modifier and Type | Field and Description |
|---|---|
static int |
actorSupported_no |
static int |
actorSupported_noneSupported |
static int |
actorSupported_yes |
| Modifier and Type | Method and Description |
|---|---|
Task<Integer> |
canActivate(String interfaceName)
Asked a single time or infrequently to find out if this node knows and is able to serve this kind of actor.
|
Task<Void> |
moved(RemoteReference<?> actorKey,
NodeAddress oldAddress,
NodeAddress newAddress) |
Task<Void> |
nodeModeChanged(NodeAddress nodeAddress,
NodeCapabilities.NodeState newMode) |
getObserverReference, pingstatic final int actorSupported_yes
static final int actorSupported_no
static final int actorSupported_noneSupported
Task<Integer> canActivate(String interfaceName)
Task<Void> nodeModeChanged(NodeAddress nodeAddress, NodeCapabilities.NodeState newMode)
Task<Void> moved(RemoteReference<?> actorKey, NodeAddress oldAddress, NodeAddress newAddress)
Copyright © 2016 Electronic Arts Inc. All rights reserved.