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