this.hermesBrowser = hermesBrowser;
}
public DestinationWatchAction createDestinationWatchAction(String id, JComponent forRepaint, QueueWatchTableModel watchModel) throws JMSException
{
DestinationWatchAction rval = new DestinationWatchAction(id, forRepaint, watchModel);
rval.start();
return rval;
}