| Methods in javax.slee.resource that throw ActivityIsEndingException |
void |
SleeEndpoint.fireEvent(ActivityHandle handle,
FireableEventType eventType,
java.lang.Object event,
Address address,
ReceivableService service)
Fire an event on an activity to the SLEE. |
void |
SleeEndpoint.fireEvent(ActivityHandle handle,
FireableEventType eventType,
java.lang.Object event,
Address address,
ReceivableService service,
int eventFlags)
Fire an event on an activity to the SLEE. |
void |
SleeEndpoint.fireEventTransacted(ActivityHandle handle,
FireableEventType eventType,
java.lang.Object event,
Address address,
ReceivableService service)
Fire an event on an activity to the SLEE. |
void |
SleeEndpoint.fireEventTransacted(ActivityHandle handle,
FireableEventType eventType,
java.lang.Object event,
Address address,
ReceivableService service,
int eventFlags)
Fire an event on an activity to the SLEE. |