281282283284285286287288289
String clientID, String namespace, boolean share) throws BrokerException { ClientIDHandler handler = (ClientIDHandler) pr.getHandler(PacketType.SET_CLIENTID); handler.setClientID(con, clientID, namespace, share); }