public interface IConnectHandlerPolicy extends IContainerPolicy
Modifier and Type | Method and Description |
---|---|
PermissionCollection |
checkConnect(Object address,
ID fromID,
ID targetID,
String targetGroup,
Object connectData)
Check connect request
|
refresh
PermissionCollection checkConnect(Object address, ID fromID, ID targetID, String targetGroup, Object connectData) throws Exception
address
- the address for the remote clientfromID
- the ID of the container making the connect requesttargetID
- the ID of the container responding to that connect requesttargetGroup
- the target name of the group that is being connected toconnectData
- arbitrary data associated with the join requestException
- thrown if connect should not be allowedCopyright © 2004–2020 Eclipse Foundation. All rights reserved.