*
* @param broker The <code>Destination</code> that manages this <code>JavaAdapter</code>.
*/
protected void setupAdapterControl(Destination destination)
{
controller = new JavaAdapterControl(this, destination.getControl());
controller.register();
setControl(controller);
}