|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Service Activity Factory is used by SBBs to get their Service activity object.
java:comp/env/slee/serviceactivity/factory
ServiceActivity
,
ServiceActivityContextInterfaceFactory
Method Summary | |
ServiceActivity |
getActivity()
Get the Service activity object for the invoking SBB. |
Method Detail |
public ServiceActivity getActivity() throws TransactionRequiredLocalException, FactoryException
As this method takes no arguments, it is the responsibility of the SLEE to provide an appropriate implementation for the SBBs in each Service.
This method is a mandatory transactional method.
TransactionRequiredLocalException
- if this method is invoked without a
valid transaction context.FactoryException
- if the Service activity could not be obtained due to a
system-level failure.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |