Package | Description |
---|---|
javax.slee.nullactivity |
This package defines the interfaces for the use of Null Activities.
|
javax.slee.profile |
This package defines the classes and interfaces for profiles and profile-related activities and events.
|
javax.slee.serviceactivity |
This package defines the interfaces for the use of Service Activities.
|
Modifier and Type | Method and Description |
---|---|
NullActivity |
NullActivityFactory.createNullActivity()
Create a new null activity.
|
ActivityContextInterface |
NullActivityContextInterfaceFactory.getActivityContextInterface(NullActivity activity)
Get an
ActivityContextInterface object for a null activity. |
Modifier and Type | Method and Description |
---|---|
ActivityContextInterface |
ProfileTableActivityContextInterfaceFactory.getActivityContextInterface(ProfileTableActivity activity)
Get an
ActivityContextInterface object for the profile table activity. |
Modifier and Type | Method and Description |
---|---|
ServiceActivity |
ServiceActivityFactory.getActivity()
Get the Service activity object for the invoking SBB.
|
ActivityContextInterface |
ServiceActivityContextInterfaceFactory.getActivityContextInterface(ServiceActivity activity)
Get an
ActivityContextInterface object for a Service activity. |