Uses of Class
jmri.jmrit.logixng.SocketAlreadyConnectedException
-
Packages that use SocketAlreadyConnectedException Package Description jmri.jmrit.logixng jmri.jmrit.logixng.implementation jmri.jmrit.logixng.tools -
-
Uses of SocketAlreadyConnectedException in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that throw SocketAlreadyConnectedException Modifier and Type Method Description voidFemaleSocket. connect(MaleSocket socket)Connect the male socket to this female socket.voidFemaleGenericExpressionSocket. setSocketType(FemaleGenericExpressionSocket.SocketType socketType)Set the type of the socket. -
Uses of SocketAlreadyConnectedException in jmri.jmrit.logixng.implementation
Methods in jmri.jmrit.logixng.implementation that throw SocketAlreadyConnectedException Modifier and Type Method Description voidAbstractFemaleSocket. connect(MaleSocket socket)Connect the male socket to this female socket.voidDefaultFemaleGenericExpressionSocket. connect(MaleSocket socket)Connect the male socket to this female socket.voidDefaultFemaleGenericExpressionSocket. setSocketType(FemaleGenericExpressionSocket.SocketType socketType)Set the type of the socket. -
Uses of SocketAlreadyConnectedException in jmri.jmrit.logixng.tools
Methods in jmri.jmrit.logixng.tools that throw SocketAlreadyConnectedException Modifier and Type Method Description voidImportConditional. doImport()
-