Package | Description |
---|---|
com.redhat.thermostat.agent.ipc.server |
Modifier and Type | Method and Description |
---|---|
void |
AgentIPCService.createServer(String name,
ThermostatIPCCallbacks callbacks)
Creates an IPC server identified by the provided name, which can be connected to
by IPC clients.
|
void |
ServerTransport.createServer(String name,
ThermostatIPCCallbacks callbacks) |
void |
AgentIPCService.createServer(String name,
ThermostatIPCCallbacks callbacks,
UserPrincipal owner)
Creates an IPC server identified by the provided name, which can be connected to
by IPC clients.
|
void |
ServerTransport.createServer(String name,
ThermostatIPCCallbacks callbacks,
UserPrincipal owner) |
Copyright © 2017. All rights reserved.