예제 #1
0
파일: Channel.java 프로젝트: kkkon/remoting
 /**
  * Gets the property set on the remote peer.
  *
  * @return null if the property of the said key isn't set.
  */
 public Object getRemoteProperty(Object key) {
   return remoteChannel.getProperty(key);
 }