Uses of Class
javax.slee.TransactionRolledbackLocalException

Packages that use TransactionRolledbackLocalException
javax.slee   
javax.slee.facilities   
javax.slee.profile   
 

Uses of TransactionRolledbackLocalException in javax.slee
 

Methods in javax.slee that throw TransactionRolledbackLocalException
 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.
 void SbbLocalObject.remove()
          Remove the SBB entity referenced by this SbbLocalObject.
 

Uses of TransactionRolledbackLocalException in javax.slee.facilities
 

Methods in javax.slee.facilities that throw TransactionRolledbackLocalException
 void TimerFacility.cancelTimer(TimerID timerID)
          Cancel a previously set timer.
 TimerID TimerFacility.setTimer(ActivityContextInterface aci, Address address, long startTime, long period, int numRepetitions, TimerOptions options)
          Set a periodic timer.
 TimerID TimerFacility.setTimer(ActivityContextInterface aci, Address address, long expireTime, TimerOptions options)
          Set a non-periodic timer.
 

Uses of TransactionRolledbackLocalException in javax.slee.profile
 

Methods in javax.slee.profile that throw TransactionRolledbackLocalException
 ProfileID ProfileFacility.getProfileByIndexedAttribute(java.lang.String profileTableName, java.lang.String attributeName, java.lang.Object attributeValue)
          Deprecated. Replaced with getProfileTable(profileTableName).findProfileByAttribute(attributeName, attributeValue), which returns a Profile Local Interface object that can be used to interact with the profile directly, rather than a profile identifier which requires a secondary lookup via a get-profile-CMP method.
 java.util.Collection ProfileFacility.getProfiles(java.lang.String profileTableName)
          Deprecated. Replaced with getProfileTable(profileTableName).findAll(), which returns a collection of Profile Local Interface objects that can be used to interact with the profiles directly, rather than a collection of profile identifiers which require a secondary lookup via a get-profile-CMP method.
 java.util.Collection ProfileFacility.getProfilesByIndexedAttribute(java.lang.String profileTableName, java.lang.String attributeName, java.lang.Object attributeValue)
          Deprecated. Replaced with getProfileTable(profileTableName).findProfilesByAttribute(attributeName, attributeValue), which returns a collection of Profile Local Interface objects that can be used to interact with the profiles directly, rather than a collection of profile identifiers which require a secondary lookup via a get-profile-CMP method.
 ProfileTableActivity ProfileFacility.getProfileTableActivity(java.lang.String profileTableName)
          Get a ProfileTableActivity object for a profile table.
 void ProfileLocalObject.remove()
          Remove the profile referenced by this ProfileLocalObject.
 



Copyright © 2008. All Rights Reserved.