Diff between IDfClientX and IDfClient

本文探讨了EMC Documentum平台中IDfClientX接口与IDfClient接口的区别。IDfClientX主要用于实现Java与COM环境之间的交互,并提供了一些额外的方法来支持文档操作。如果代码可能在COM环境下运行,则推荐使用IDfClientX。

Diff between IDfClientX and IDfClient
Posted by Krish - 2007/12/06 08:45
_____________________________________
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 with

IDfClient client = DfClient.getLocalClient();

 

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

 

Pawan, if you could 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 15:21
_____________________________________
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 the
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 Joomlaboard Forum Component version: 1.1.6-svn Generated: 15 December, 2008, 15:37
return idfclient;

}

 

Here we can find the method has nothing much except 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.
============================================================================

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值