}
if (chukwaClient == null) {
if (getChukwaClientHostname() != null
&& getChukwaClientPortNum() != 0) {
chukwaClient = new ChukwaAgentController(
getChukwaClientHostname(), getChukwaClientPortNum());
log.debug("setup adaptor with hostname "
+ getChukwaClientHostname() + " and portnum "
+ getChukwaClientPortNum());
} else {
chukwaClient = new ChukwaAgentController();
log
.debug("setup adaptor with no args, which means it used its defaults");
}
chukwaClientIsNull = false;