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 |
---|---|
SbbLocalObject |
ChildRelation.create()
Create a new SBB entity of the SBB type associated with the relation.
|
SbbLocalObject |
SbbContext.getSbbLocalObject()
Get a local object reference to the SBB entity currently associated with the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityContextInterface.attach(SbbLocalObject sbb)
Attach an SBB entity to the Activity Context.
|
void |
ActivityContextInterface.detach(SbbLocalObject sbb)
Detach an SBB entity from the Activity Context.
|
boolean |
ActivityContextInterface.isAttached(SbbLocalObject sbb)
Determine if a specified SBB entity is attached to this Activity Context.
|
boolean |
SbbLocalObject.isIdentical(SbbLocalObject obj)
Compare this
SbbLocalObject for identity equality with another. |