public interface IAgentAdminConnector
Modifier and Type | Method and Description |
---|---|
void |
close(IAgentAdminConnection connection)
Closes connection with the administration server
|
IAgentAdminConnection |
connect(String host,
int port)
Establishes connection with the administration server
|
void |
shutdown()
Shuts down the object that is used for establishing connections,
and releases the resources.
|
IAgentAdminConnection connect(String host, int port)
host
- name or IP address of the computer that is running the administration serverport
- administration server portAgentAdminConnectionException
- in the case of errors.void close(IAgentAdminConnection connection)
connection
- connection with the administration servervoid shutdown()
IllegalArgumentException
Copyright © '1C' 1996-2012