cpelocalbusiness.java
来自「openacs source for CPE wan management」· Java 代码 · 共 23 行
JAVA
23 行
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 + =
减小字号Ctrl + -
显示快捷键?