public interface SbbLocalObjectExt
extends javax.slee.SbbLocalObject
SbbLocalObject. Exposes more information about the
object and underlying Sbb entity.| Modifier and Type | Method and Description |
|---|---|
String |
getChildRelation()
Retrieves the name of the child relation used to create this object.
|
String |
getName()
Retrieves the name of this object.
|
SbbLocalObjectExt |
getParent()
Retrieves the parent Sbb object.
|
String getChildRelation() throws javax.slee.TransactionRequiredLocalException, javax.slee.SLEEException
This method is a mandatory transactional method.
javax.slee.TransactionRequiredLocalException - if this method is invoked without a valid transaction
context.javax.slee.NoSuchObjectLocalException - if the SBB entity referenced by this
SbbLocalObject is no longer valid.javax.slee.SLEEException - if the SBB's child relation name could not be obtained due to
a system-level failure.String getName() throws javax.slee.NoSuchObjectLocalException, javax.slee.TransactionRequiredLocalException, javax.slee.SLEEException
This method is a mandatory transactional method.
javax.slee.TransactionRequiredLocalException - if this method is invoked without a valid transaction
context.javax.slee.NoSuchObjectLocalException - if the SBB entity referenced by this
SbbLocalObject is no longer valid.javax.slee.SLEEException - if the SBB's name could not be obtained due to a system-level
failure.SbbLocalObjectExt getParent() throws javax.slee.NoSuchObjectLocalException, javax.slee.TransactionRequiredLocalException, javax.slee.SLEEException
This method is a mandatory transactional method.
javax.slee.TransactionRequiredLocalException - if this method is invoked without a valid transaction
context.javax.slee.NoSuchObjectLocalException - if the SBB entity referenced by this
SbbLocalObject is no longer valid.javax.slee.SLEEException - if the SBB's parent could not be obtained due to a
system-level failure.Copyright © 2016. All Rights Reserved.