Interface IConnection
- All Superinterfaces:
AutoCloseable
,Invalidatable
,UncaughtExceptionsGenerator
- All Known Subinterfaces:
IInstanceConnection
,IInstanceConnectionDelegate
,IProcessConnection
,IProcessConnectionDelegate
- All Known Implementing Classes:
InstanceConnectionDelegateImpl
,IpcConnection
,MmfInstanceConnection
,MmfProcessConnection
,ProcessConnectionDelegateImpl
,RmiInstanceConnectionStub
,RmiProcessConnectionStub
,RmiSeparateProcessConnection
Represents a connection with separate process or something within separate process.
-
Method Summary
Methods inherited from interface com._1c.g5.v8.dt.internal.pm.ipc.sync.Invalidatable
isValid
Methods inherited from interface com._1c.g5.v8.dt.internal.pm.ipc.sync.UncaughtExceptionsGenerator
setUncaughtExceptionHandler
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
- if operatin failed due to I/O exception
-