public interface Remote
void notify(String serviceName, String methodName, Object[] args) throws IOException, WsonrpcException
serviceName - methodName - args - IOExceptionWsonrpcException<T> T request(String serviceName, String methodName, Object[] args, Class<T> returnType, int timeout) throws IOException, WsonrpcException, RemoteException
serviceName - methodName - args - returnType - timeout - 超时时间,0表示永不超时。单位为TimeUnit.MILLISECONDSIOExceptionWsonrpcExceptionRemoteExceptionCopyright © 2018. All rights reserved.