* @brief Build a menu that can be added to the JBidwatcher standard
* menu, to do eBay-specific things.
*
*/
public ServerMenu establishMenu() {
ServerMenu esm = new ebayServerMenu(this.getFriendlyName(), Constants.EBAY_DISPLAY_NAME, 'b');
esm.initialize();
return esm;
}