javax.slee.serviceactivity
Interface ServiceStartedEvent


public interface ServiceStartedEvent

This interface is implemented by Service started events genererated by the SLEE when a Service is started. A Service starts when either:

The event type name of Service started events is "javax.slee.serviceactivity.ServiceStartedEvent". The 1.0 version of this event may be delivered by the SLEE to SBBs in any Service. The 1.1 version of this event, when fired by the SLEE, is delivered only to SBBs in the Service that is starting.


Method Summary
 ServiceID getService()
          Get the Service component identifier that identifies the Service component that has started.
 

Method Detail

getService

ServiceID getService()
Get the Service component identifier that identifies the Service component that has started.

Returns:
the Service component identifier.
Since:
SLEE 1.1


Copyright © 2009. All Rights Reserved.