⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cpelocalbusiness.java

📁 openacs source for CPE wan management
💻 JAVA
字号:

package org.openacs;

import org.openacs.message.*;

/**
 * This is the business interface for CPE enterprise bean.
 */
public interface CPELocalBusiness {

    Message FactoryReset(HostsLocal host);
    GetRPCMethodsResponse GetRPCMethods (HostsLocal host);
    void RequestCPEConnection(HostsLocal host);

    GetParameterNamesResponse GetParameterNames(HostsLocal host, String path, boolean next);

    GetParameterValuesResponse GetParameterValues(HostsLocal host, String[] names);

    SetParameterValuesResponse SetParameterValues(HostsLocal host, SetParameterValues values);
    public Message Call (HostsLocal host, Message call,long timeout);
    
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -