|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReceivableService | |
|---|---|
| javax.slee.facilities | |
| javax.slee.resource | |
| Uses of ReceivableService in javax.slee.facilities |
|---|
| Methods in javax.slee.facilities that return ReceivableService | |
|---|---|
ReceivableService |
ServiceLookupFacility.getReceivableService(ServiceID service)
Get information about the event types that a service may receive. |
| Uses of ReceivableService in javax.slee.resource |
|---|
| Methods in javax.slee.resource with parameters of type ReceivableService | |
|---|---|
void |
ResourceAdaptor.eventProcessingFailed(ActivityHandle handle,
FireableEventType eventType,
java.lang.Object event,
Address address,
ReceivableService service,
int flags,
FailureReason reason)
The SLEE invokes this method on a resource adaptor object to inform it that an event it fired to the SLEE could not be processed successfully. |
void |
ResourceAdaptor.eventProcessingSuccessful(ActivityHandle handle,
FireableEventType eventType,
java.lang.Object event,
Address address,
ReceivableService service,
int flags)
The SLEE invokes this method on a resource adaptor object to inform it that an event it fired to the SLEE has been processed successfully. |
void |
ResourceAdaptor.eventUnreferenced(ActivityHandle handle,
FireableEventType eventType,
java.lang.Object event,
Address address,
ReceivableService service,
int flags)
The SLEE invokes this method on a resource adaptor object when the event object for an event fired by the resource adaptor is no longer referenced by the SLEE. |
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. |
void |
ResourceAdaptor.serviceActive(ReceivableService serviceInfo)
The SLEE invokes this method on a resource adaptor object when a service that is interested in events generated by this resource adaptor has transitioned to the Active state. |
void |
ResourceAdaptor.serviceInactive(ReceivableService serviceInfo)
The SLEE invokes this method on a resource adaptor object when a service that is interested in events generated by this resource adaptor has transitioned from the Stopping state to the Inactive state. |
void |
ResourceAdaptor.serviceStopping(ReceivableService serviceInfo)
The SLEE invokes this method on a resource adaptor object when a service that is interested in events generated by this resource adaptor has transitioned to the Stopping state. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||