Uses of Interface
javax.slee.resource.FireableEventType

Packages that use FireableEventType
javax.slee.facilities   
javax.slee.resource   
 

Uses of FireableEventType in javax.slee.facilities
 

Methods in javax.slee.facilities that return FireableEventType
 FireableEventType EventLookupFacility.getFireableEventType(EventTypeID eventType)
          Get a FireableEventType object for a given event type.
 

Uses of FireableEventType in javax.slee.resource
 

Methods in javax.slee.resource with parameters of type FireableEventType
 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.
 int Marshaler.getEstimatedEventSize(FireableEventType eventType, java.lang.Object event)
          Get an estimate of the size (in bytes) of the marshaled form of the specified event or event type.
 java.nio.ByteBuffer Marshaler.getEventBuffer(FireableEventType eventType, java.lang.Object event)
          Get a buffer containing an already marshaled for of the specified event, if such a buffer exists.
 void Marshaler.marshalEvent(FireableEventType eventType, java.lang.Object event, java.io.DataOutput out)
          Marshal an event.
 void Marshaler.releaseEventBuffer(FireableEventType eventType, java.lang.Object event, java.nio.ByteBuffer buffer)
          The SLEE invokes this method to notify the resource adaptor that a buffer it previously obtained from the resource adaptor via the Marshaler.getEventBuffer(javax.slee.resource.FireableEventType, java.lang.Object) method is no longer required.
 java.lang.Object Marshaler.unmarshalEvent(FireableEventType eventType, java.io.DataInput in)
          Unmarshal a previously marshaled event.
 



Copyright © 2009. All Rights Reserved.