constructor


pfcapsrv.pbl   >   pfc_n_cst_luw   >   constructor   

Full name pfc_n_cst_luw.constructor
Access public
Extend of
Return value
Prototype event constructor()

Name Datatype
No Data

Name Datatype
No Data

event constructor;//////////////////////////////////////////////////////////////////////////////
//
//	Event:	
//	Constructor
//
//	Description:
//	Logical Unit of Work service.
//	To work (1) as a stand alone service and (2) in conjuction with the 
//	PFC saving process.  Every object now has the capabilities to be a 
//	self updating object.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	6.0   Initial version - LUW & SUO - Claudio J. Quant
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////

// Give the service an unique name.
is_instancename = string(CPU())+'.'+this.ClassName()
end event

     
Name Owner
No Data

     
Name Owner
powerobject.classname powerobject
systemfunctions.cpu systemfunctions
systemfunctions.string systemfunctions

     
Full name
No Data

     
Name Scope
No Data