public interface IAgentAdminConnectorFactory
Modifier and Type | Method and Description |
---|---|
IAgentAdminConnector |
createConnector(long connectTimeout)
Creates an object that is used for establishing connections
with the 1C:Enterprise 8 administration server
|
IAgentAdminConnector |
createConnector(Timer timer,
Executor executor,
long connectTimeout)
Creates an object that is used for establishing connections
with the 1C:Enterprise 8 administration server
|
IAgentAdminConnector createConnector(long connectTimeout)
connectTimeout
- connection timeout (in milliseconds)AgentAdminException
- in the case of errors.IAgentAdminConnector createConnector(Timer timer, Executor executor, long connectTimeout)
timer
- timerexecutor
- executorconnectTimeout
- connection timeout (in milliseconds)AgentAdminException
- in the case of errors.Copyright © '1C' 1996-2012