com.threerings.presents.peer.server
Interface PeerManager.NodeApplicant

All Known Implementing Classes:
ChatChannelManager.ChannelAction, PeerManager.NodeAction, PeerManager.NodeRequest
Enclosing class:
PeerManager

public static interface PeerManager.NodeApplicant


Method Summary
 boolean isApplicable(NodeObject nodeobj)
          Returns true if this should be executed on the specified node.
 

Method Detail

isApplicable

boolean isApplicable(NodeObject nodeobj)
Returns true if this should be executed on the specified node. This will be called on the originating server to decide whether or not to deliver the action to the server in question.