|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubscribeMessage | |
planet.scribe |
Uses of SubscribeMessage in planet.scribe |
Methods in planet.scribe with parameters of type SubscribeMessage | |
boolean |
ScribePolicy.allowSubscribe(SubscribeMessage message,
ScribeClient[] clients,
NodeHandle[] children)
This method is called when the newChild is about to become our child, and the policy should return whether or not the child should be allowed to become our child. |
boolean |
ScribePolicy.DefaultScribePolicy.allowSubscribe(SubscribeMessage message,
ScribeClient[] clients,
NodeHandle[] children)
This method always return true; |
boolean |
ScribePolicy.LimitedScribePolicy.allowSubscribe(SubscribeMessage message,
ScribeClient[] clients,
NodeHandle[] children)
This method returns (children.length < maxChildren-1); |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |