コード例 #1
0
 /** remove the port. */
 public void removePort() {
   sentBy.removePort();
 }
コード例 #2
0
ファイル: Authority.java プロジェクト: gugu-lee/as
 /** remove the port. */
 public void removePort() {
   if (hostPort != null) hostPort.removePort();
 }