com.eruces.teagent.IConnection
The IConnection class is the base for objects that work through a TEAgentConnection, which they attach and detach as their operations require.
Since: 1.0
© Pi Soft, 2018-2026 · Tricryption Engine 8.1
Inheritance
- Inherits com.eruces.teagent.TESystem
- Inherited by com.eruces.teadmin.ACLAdmin
- Inherited by com.eruces.teadmin.AdminLogger
- Inherited by com.eruces.teadmin.Administration
- Inherited by com.eruces.teadmin.AdministrationQuery
- Inherited by com.eruces.teadmin.CertificateAdmin
- Inherited by com.eruces.teadmin.CodeSigningAdmin
- Inherited by com.eruces.teadmin.LocalAdmin
- Inherited by com.eruces.teadmin.RemoteServerAdmin
- Inherited by com.eruces.teadmin.TrustedExecutablesAdmin
- Inherited by com.eruces.teadmin.TrustedServerAdmin
- Inherited by com.eruces.teagent.ISerialize
- Inherited by com.eruces.teagent.TEAgent
- Inherited by com.eruces.teagent.TEKey
Protected Attributes
| Type | Name | Description |
|---|---|---|
| TEAgentConnection | m_Conn |
Public Member Functions
| Member | Description |
|---|---|
IConnection() | |
void attachConnection(TEAgentConnection conn) | |
TEAgentConnection detachConnection() | |
TEAgentConnection getConnection() |