public static class CrowdObjectAccess.BureauAccessController extends CrowdObjectAccess.PlaceAccessController
CrowdObjectAccess.PlaceAccessController to allow Bureau clients to
subscribe.| Constructor and Description |
|---|
BureauAccessController() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowDispatch(DObject object,
DEvent event)
Should return true if the supplied event is legal for dispatch on
the specified distributed object.
|
boolean |
allowSubscribe(DObject object,
Subscriber<?> sub)
Should return true if the supplied subscriber is allowed to
subscribe to the specified object.
|
public boolean allowSubscribe(DObject object, Subscriber<?> sub)
AccessControllerallowSubscribe in interface AccessControllerallowSubscribe in class CrowdObjectAccess.PlaceAccessControllerpublic boolean allowDispatch(DObject object, DEvent event)
AccessControllerallowDispatch in interface AccessControllerallowDispatch in class CrowdObjectAccess.PlaceAccessControllerCopyright © 2015. All rights reserved.