com.progress.open4gl
Interface SDOFactory

All Known Implementing Classes:
SDOAppObject

public interface SDOFactory

Classes that implement this interface (typically AppObjects) can create SDO ProcObjects through the _createSDOProcObject() method.

See Also:
SDOResultSet, SDOAppObject

Method Summary
 SDOInterface _createSDOProcObject(java.lang.String procName)
           
 

Method Detail

_createSDOProcObject

public SDOInterface _createSDOProcObject(java.lang.String procName)
                                  throws Open4GLException
Open4GLException