Diff between IDfClientX and IDfClient

Source: Internet
Author: User

Diff between IDfClientX and IDfClient
Posted by Krish-2007/12/06
_____________________________________
Hi Group,

 

What's the difference between IDfClientX interface and IDfClient interface.

Is it required to use IDfClientX, if so, where exactly and why ??

 

When

IDfClientX clientx = new DfClientX ();

IDfClient client = clientx. getLocalClient ();

Can simply be replaced

IDfClient client = DfClient. getLocalClient ();

 

Then why exaclty do we need the "X" one ???

 

Pawan, if you coshould also give ur expert comment.

 

Thanks in advance.
========================================================== ==========================================
Re: Diff between IDfClientX and IDfClient
Posted by harish. dubaguntla-2007/12/27 13:13
_____________________________________
IDFClientx is used for whenever if you want to communication between com and java.

IDFClient:

 

This interface provides functionality to establish and manage sessions with a Documentum server, and provides
Information about the server before a session is established
========================================================== ==========================================
Re: Diff between IDfClientX and IDfClient
Posted by silverdreamer-2007/12/31
_____________________________________
IDfclientx

 

An interface that provides factory methods and methods to facilitate DFC access through COM.

 

If you think your code might ever have to run in the Microsoft COM environment, it is a good practice always to use
Factory methods of IDfClientX, even from Java

 

Other than that there is no difference in usage.

 

IDfClient client = DfClient. getLocalClient ();

 

Or

 

IDfClientX clientx = new DfClientX ();

 

IDfClient client = clientx. getLocalClient ();

 

As getLocaClient () method of DFClient () implementation is as given below ..

 

Public IDfClient getLocalClient ()

Throws DfException

{

If (DfTrace. s_traceLevel> = 2)

TraceAPI ("getLocalClient" Â »);

IDfClient idfclient = DfClient. getLocalClient ();

If (DfTrace. s_traceLevel> = 2)

TraceAPIExit (DfObject) idfclient );

Dm_cram Discussion Board-dm_cram joomlabard Forum Component version: 1.1.6-svn Generated: 15 December, 2008
Return idfclient;

}

 

Here we can find the method has nothing much doesn't the same

 

IDfClient client = DfClient. getLocalClient () method call.

 

 

 

Hope this will be helpful.
========================================================== ==========================================
Re: Diff between IDfClientX and IDfClient
Posted by Krish-2008/01/01 05:35
_____________________________________
Hi,

The difference that I found is that IDfClientX is that support of IDfOperations methods... that are not available in IDfClient
To support the Document operations eg import, export, rendition etc which is recommended methods. Pls correct me if m
Worng. Thanks for ur reply.
========================================================== ==========================================

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.