DataFactory interface

This interface creates Service Data Objects (SDOs).

Purpose

Use the methods in this interface to create SDOs of specific interface classes, types, or type and URI.

Examples

This example creates an SCartDO interface class SDO.
SCartDataAccessService scartDataAccessService = 
			(SCartDataAccessService)serviceManager.locateService(“scartDataAccessService”);
		SCartDO scartDO = scartDataAccessService.create();

Parent topic: Programming interfaces

Related reference
Component interface
EndPointReference interface
EndPointReferenceFactory interface
Service exceptions
InterfaceType interface
Service interface
ServiceCallback interface
ServiceImplAsync interface
ServiceImplSync interface
ServiceManager class
Ticket interface

Related information
Interface DataFactory APIs


Terms of use |

Last updated: Tue Sep 20 03:22:36 2005

Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)