Package org.eclipse.ecf.core.security
Interface IConnectInitiatorPolicy
- All Superinterfaces:
IContainerPolicy
Policy handler for connect initiator (clients).
-
Method Summary
Modifier and TypeMethodDescriptioncreateConnectData
(IContainer container, ID targetID, IConnectContext context) Create connect data for given IContainer, given targetID and given contextint
Get connect timeout (in ms)Methods inherited from interface org.eclipse.ecf.core.security.IContainerPolicy
refresh
-
Method Details
-
createConnectData
Create connect data for given IContainer, given targetID and given context- Parameters:
container
- the container that is doing the connectingtargetID
- the target ID fromIContainer.connect(ID, IConnectContext)
context
- fromIContainer.connect(ID, IConnectContext)
- Returns:
- Object that will be used as data for the connect call
-
getConnectTimeout
int getConnectTimeout()Get connect timeout (in ms)- Returns:
- int connect timeout in ms
-