this.host = host ; this.port = port ;
return (String)(host.evaluate()) ;
Integer value = (Integer)(port.evaluate()) ; return value.intValue() ;