Uses of Class
javax.slee.resource.UnrecognizedActivityHandleException

Packages that use UnrecognizedActivityHandleException
javax.slee.resource   
 

Uses of UnrecognizedActivityHandleException in javax.slee.resource
 

Methods in javax.slee.resource that throw UnrecognizedActivityHandleException
 void SleeEndpoint.endActivity(ActivityHandle handle)
          Notify the SLEE that an activity is ending.
 void SleeEndpoint.endActivityTransacted(ActivityHandle handle)
          Notify the SLEE that an activity is ending.
 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 SleeEndpoint.suspendActivity(ActivityHandle handle)
          Suspend an activity within the context of the calling transaction.
 



Copyright © 2008. All Rights Reserved.