/* */
/* */ public void endpointDeactivation(MessageEndpointFactory endpointFactory, ActivationSpec spec)
/* */ {
/* 83 */ JmsActivation activation = (JmsActivation)this.activations.remove(spec);
/* 84 */ if (activation != null)
/* 85 */ activation.stop();
/* */ }
/* */
/* */ public XAResource[] getXAResources(ActivationSpec[] specs)
/* */ throws ResourceException
/* */ {