Package | Description |
---|---|
javax.slee |
This package defines the APIs for SBB components, as well as common classes and interfaces for other SLEE subsystems.
|
javax.slee.profile |
This package defines the classes and interfaces for profiles and profile-related activities and events.
|
Modifier and Type | Method and Description |
---|---|
SbbLocalObject |
ChildRelation.create()
Create a new SBB entity of the SBB type associated with the relation.
|
void |
Sbb.sbbCreate()
The SLEE invokes this method on an SBB object in the Pooled state when it needs to
create a new SBB entity.
|
void |
Sbb.sbbPostCreate()
The SLEE invokes this method on an SBB object in the Pooled state when it needs to
create a new SBB entity.
|
Modifier and Type | Method and Description |
---|---|
ProfileLocalObject |
ProfileTable.create(String profileName)
Create a new profile with the specified name in the profile table represented by this
ProfileTable object. |
void |
Profile.profilePostCreate()
The SLEE invokes this method on a Profile object in the Pooled state when a new
Profile is created.
|