public class ClientIPCServiceFactory extends Object
ClientIPCService
.Constructor and Description |
---|
ClientIPCServiceFactory() |
Modifier and Type | Method and Description |
---|---|
static ClientIPCService |
getIPCService(File ipcProperties)
Obtain a
ClientIPCService object, which is necessary
to communicate with IPC servers. |
public static ClientIPCService getIPCService(File ipcProperties) throws IOException
ClientIPCService
object, which is necessary
to communicate with IPC servers.ipcProperties
- - properties file used to configure the returned IPC serviceClientIPCService
instanceIOException
- if the properties file is invalidCopyright © 2017. All rights reserved.