SAP ABAP Class CL_OS_TRANSACTION_END_NOTIFIER (Singleton class for Commit/Rollback connection of OTM)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABP (Package) ABAP Runtime Environment
Properties
Class CL_OS_TRANSACTION_END_NOTIFIER  
Short Description Singleton class for Commit/Rollback connection of OTM    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SABP   ABAP Runtime Environment 
Created 19981204   SAP 
Last change 20000720   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_OS_TRANSACTION_END_NOTIFIER has no forward declaration.
Interfaces
Class CL_OS_TRANSACTION_END_NOTIFIER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_OS_TRANSACTION 20010110 Transaction Object (Represents an OO Transaction)
Attributes
Class CL_OS_TRANSACTION_END_NOTIFIER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 RAISE_COMMIT_FINISHED Static method Public Method Trigger Commit_Finished (system call at end of CommitWork) 19981204
2 RAISE_COMMIT_REQUESTED Static method Public Method Trigger Commit_Requested (system call at beg. of CommitWork) 19981204
3 RAISE_ROLLBACK_FINISHED Static method Public Method Trigger Rollback_Finished (system call at end of Rollback) 19981204
Events
# Event Type Visibility Description Created on
1 COMMIT_FINISHED Static Event
(1)
Private
(0)
System Event at End of CommitWork (only for ObjectServices) 19981204
2 COMMIT_REQUESTED Static Event
(1)
Private
(0)
System Event at Start of CommitWork(only for ObjectServices) 19981204
3 ROLLBACK_FINISHED Static Event
(1)
Private
(0)
System Event at End of Rollback (only for ObjectServices) 19981204
Types
Class CL_OS_TRANSACTION_END_NOTIFIER has no local type.
Method Signatures

Method RAISE_COMMIT_FINISHED Signature

Method RAISE_COMMIT_FINISHED on class CL_OS_TRANSACTION_END_NOTIFIER has no parameter.
Method RAISE_COMMIT_FINISHED on class CL_OS_TRANSACTION_END_NOTIFIER has no exception.

Method RAISE_COMMIT_REQUESTED Signature

Method RAISE_COMMIT_REQUESTED on class CL_OS_TRANSACTION_END_NOTIFIER has no parameter.
Method RAISE_COMMIT_REQUESTED on class CL_OS_TRANSACTION_END_NOTIFIER has no exception.

Method RAISE_ROLLBACK_FINISHED Signature

Method RAISE_ROLLBACK_FINISHED on class CL_OS_TRANSACTION_END_NOTIFIER has no parameter.
Method RAISE_ROLLBACK_FINISHED on class CL_OS_TRANSACTION_END_NOTIFIER has no exception.
Event Signatures

Event COMMIT_FINISHED Signature
Event COMMIT_FINISHED on class CL_OS_TRANSACTION_END_NOTIFIER has no parameter.
Event COMMIT_REQUESTED Signature
Event COMMIT_REQUESTED on class CL_OS_TRANSACTION_END_NOTIFIER has no parameter.
Event ROLLBACK_FINISHED Signature
Event ROLLBACK_FINISHED on class CL_OS_TRANSACTION_END_NOTIFIER has no parameter.
History
Last changed by/on SAP  20000720 
SAP Release Created in