public interface ServerTransport
Modifier and Type | Method and Description |
---|---|
void |
createServer(String name,
ThermostatIPCCallbacks callbacks) |
void |
createServer(String name,
ThermostatIPCCallbacks callbacks,
UserPrincipal owner) |
void |
destroyServer(String name) |
com.redhat.thermostat.agent.ipc.common.internal.IPCType |
getType() |
boolean |
serverExists(String name) |
void |
shutdown() |
void |
start(com.redhat.thermostat.agent.ipc.common.internal.IPCProperties props) |
void createServer(String name, ThermostatIPCCallbacks callbacks) throws IOException
IOException
AgentIPCService.createServer(String, ThermostatIPCCallbacks)
void createServer(String name, ThermostatIPCCallbacks callbacks, UserPrincipal owner) throws IOException
boolean serverExists(String name) throws IOException
IOException
AgentIPCService.serverExists(String)
void destroyServer(String name) throws IOException
IOException
AgentIPCService.destroyServer(String)
void start(com.redhat.thermostat.agent.ipc.common.internal.IPCProperties props) throws IOException
IOException
void shutdown() throws IOException
IOException
com.redhat.thermostat.agent.ipc.common.internal.IPCType getType()
Copyright © 2017. All rights reserved.