【问题标题】:What does this line do JCoDestinationManager.getDestination in java?这行 JCoDestinationManager.getDestination 在 java 中做了什么?
【发布时间】:2015-09-02 12:20:25
【问题描述】:
private JCoDestination getConnection(String connectionPropertyFileName)
{
    if (log.isInfoEnabled())
    {
        log.info("Inside SAPJavaDefaultAdapter/getConnection()");
    }

    try
    {
        return JCoDestinationManager.getDestination(connectionPropertyFileName);
    }
    catch (JCoException e)
    {
        e.printStackTrace();
        return null;
    }
}

【问题讨论】:

  • 我相信您的问题可以通过花时间获取任何形式的文档来很好地回答..

标签: java sap jco


【解决方案1】:

直接来自manual

调用此方法以获取目的地的实例,您可以在该实例上 需要执行一个功能模块。

【讨论】:

    猜你喜欢
    • 2013-06-28
    • 2012-08-07
    • 1970-01-01
    • 2022-08-02
    • 1970-01-01
    • 2018-11-01
    • 1970-01-01
    • 2011-04-11
    • 1970-01-01
    相关资源
    最近更新 更多