Package | Description |
---|---|
javax.slee |
This package defines the APIs for SBB components, as well as common classes and interfaces for other SLEE subsystems.
|
Modifier and Type | Method and Description |
---|---|
String[] |
SbbContext.getEventMask(ActivityContextInterface aci)
Get the event mask currently set for an Activity Context for the SBB entity
currently associated with the instance.
|
void |
SbbContext.maskEvent(String[] eventNames,
ActivityContextInterface aci)
Mask events fired on an Activity Context from delivery to the SBB entity
currently associated with the instance.
|