// The bot doesn't implement the required interface
throw new ClassCastException();
}
// Get the set, null if not available at this time.
BotOperatorSetRetriever retriever = (BotOperatorSetRetriever)this.objAdapter;
this.objBotOperators = retriever.getBotOperatorSet();
return this.objBotOperators != null;
}