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