agent.serverClockNotification(serverTime);
}
} else if (args.length > 2) {
out.println(MSG.getMsg(AgentI18NResourceKeys.HELP_SYNTAX_LABEL, getSyntax()));
} else {
ServerEndpoint serverEndpoint = AgentUtils.getServerEndpoint(agent.getConfiguration(), args[1]);
// use the generic client utility to issue the command
RemoteCommunicator rc = agent.createServerRemoteCommunicator(serverEndpoint.transport,
serverEndpoint.namePort.address, serverEndpoint.namePort.port, serverEndpoint.transportParams);
GenericCommandClient client = new GenericCommandClient(rc);