If the specified SBB entity is not attached to the Activity Context, this method has no effect.
This method is a mandatory transactional method.
@param sbb the SBB local object of the SBB entity to detach.
@throws NullPointerException if sbb
is null
.
@throws TransactionRequiredLocalException if this method is invoked without a valid transactioncontext.
@throws TransactionRolledbackLocalException if sbb
does not referencea valid SBB entity.
@throws SLEEException if the SBB entity could not be detached due to a system-levelfailure.
|
|