Example #1
0
 /** remove the port. */
 public void removePort() {
   sentBy.removePort();
 }
Example #2
0
 /** remove the port. */
 public void removePort() {
   if (hostPort != null) hostPort.removePort();
 }