Searched refs:mTargetPort (Results 1 – 1 of 1) sorted by relevance
25 protected InputPort mTargetPort; field in OutputPort33 if (mTargetPort != null) { in connectTo()34 throw new RuntimeException(this + " already connected to " + mTargetPort + "!"); in connectTo()36 mTargetPort = target; in connectTo()37 mTargetPort.setSourcePort(this); in connectTo()41 return mTargetPort != null; in isConnected()46 if (mTargetPort != null && !mTargetPort.isOpen()) { in open()47 mTargetPort.open(); in open()53 if (mTargetPort != null && mTargetPort.isOpen()) { in close()54 mTargetPort.close(); in close()[all …]