📄 mafagentsystem_rmiimpl_stub.java
字号:
package com.ibm.maf.rmi;// Stub class generated by rmic, do not edit.// Contents subject to change without notice.public final class MAFAgentSystem_RMIImpl_Stub extends java.rmi.server.RemoteStub implements com.ibm.maf.rmi.MAFAgentSystem_RMI, java.rmi.Remote { private static final long serialVersionUID = 2; private static java.lang.reflect.Method $method_create_agent_0; private static java.lang.reflect.Method $method_fetch_class_1; private static java.lang.reflect .Method $method_find_nearby_agent_system_of_profile_2; private static java.lang.reflect.Method $method_get_MAFFinder_3; private static java.lang.reflect.Method $method_get_agent_status_4; private static java.lang.reflect.Method $method_get_agent_system_info_5; private static java.lang.reflect.Method $method_get_authinfo_6; private static java.lang.reflect.Method $method_list_all_agents_7; private static java.lang.reflect .Method $method_list_all_agents_of_authority_8; private static java.lang.reflect.Method $method_list_all_places_9; private static java.lang.reflect.Method $method_receive_agent_10; private static java.lang.reflect.Method $method_receive_future_message_11; private static java.lang.reflect.Method $method_receive_future_reply_12; private static java.lang.reflect.Method $method_receive_message_13; private static java.lang.reflect.Method $method_receive_oneway_message_14; private static java.lang.reflect.Method $method_resume_agent_15; private static java.lang.reflect.Method $method_retract_agent_16; private static java.lang.reflect.Method $method_suspend_agent_17; private static java.lang.reflect.Method $method_terminate_agent_18; static { try { $method_create_agent_0 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("create_agent", new java.lang.Class[] { com.ibm.maf.Name.class, com.ibm.maf.AgentProfile.class, byte[].class, java.lang.String.class, java.lang.Object[].class, com.ibm.maf.ClassName[].class, java.lang.String.class, com.ibm.maf.rmi.MAFAgentSystem_RMI.class }); $method_fetch_class_1 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("fetch_class", new java.lang.Class[] { com.ibm.maf.ClassName[].class, java.lang.String.class, com.ibm.maf.AgentProfile.class }); $method_find_nearby_agent_system_of_profile_2 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("find_nearby_agent_system_of_profile", new java.lang.Class[] { com.ibm.maf.AgentProfile.class }); $method_get_MAFFinder_3 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("get_MAFFinder", new java.lang.Class[]{}); $method_get_agent_status_4 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("get_agent_status", new java.lang.Class[] { com.ibm.maf.Name.class }); $method_get_agent_system_info_5 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("get_agent_system_info", new java.lang.Class[]{}); $method_get_authinfo_6 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("get_authinfo", new java.lang.Class[] { com.ibm.maf.Name.class }); $method_list_all_agents_7 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("list_all_agents", new java.lang.Class[]{}); $method_list_all_agents_of_authority_8 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("list_all_agents_of_authority", new java.lang.Class[] { byte[].class }); $method_list_all_places_9 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("list_all_places", new java.lang.Class[]{}); $method_receive_agent_10 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("receive_agent", new java.lang.Class[] { com.ibm.maf.Name.class, com.ibm.maf.AgentProfile.class, byte[].class, java.lang.String.class, com.ibm.maf.ClassName[].class, java.lang.String.class, com.ibm.maf.rmi.MAFAgentSystem_RMI.class }); $method_receive_future_message_11 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("receive_future_message", new java.lang.Class[] { com.ibm.maf.Name.class, byte[].class, com.ibm.maf.rmi.MAFAgentSystem_RMI.class }); $method_receive_future_reply_12 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("receive_future_reply", new java.lang.Class[] { long.class, byte[].class }); $method_receive_message_13 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("receive_message", new java.lang.Class[] { com.ibm.maf.Name.class, byte[].class }); $method_receive_oneway_message_14 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("receive_oneway_message", new java.lang.Class[] { com.ibm.maf.Name.class, byte[].class }); $method_resume_agent_15 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("resume_agent", new java.lang.Class[] { com.ibm.maf.Name.class }); $method_retract_agent_16 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("retract_agent", new java.lang.Class[] { com.ibm.maf.Name.class }); $method_suspend_agent_17 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("suspend_agent", new java.lang.Class[] { com.ibm.maf.Name.class }); $method_terminate_agent_18 = com.ibm.maf.rmi.MAFAgentSystem_RMI.class .getMethod("terminate_agent", new java.lang.Class[] { com.ibm.maf.Name.class }); } catch (java.lang.NoSuchMethodException e) { throw new java.lang .NoSuchMethodError("stub class initialization failed"); } } // constructors public MAFAgentSystem_RMIImpl_Stub(java.rmi.server.RemoteRef ref) { super(ref); } // methods from remote interfaces // implementation of create_agent(Name, AgentProfile, byte[], String, Object[], ClassName[], String, MAFAgentSystem_RMI) public com.ibm.maf .Name create_agent(com.ibm.maf.Name $param_Name_1, com.ibm.maf .AgentProfile $param_AgentProfile_2, byte[] $param_arrayOf_byte_3, java .lang.String $param_String_4, java.lang .Object[] $param_arrayOf_Object_5, com.ibm.maf .ClassName[] $param_arrayOf_ClassName_6, java.lang .String $param_String_7, com.ibm.maf.rmi .MAFAgentSystem_RMI $param_MAFAgentSystem_RMI_8) throws java.rmi.RemoteException { try { Object $result = ref.invoke(this, $method_create_agent_0, new java.lang.Object[] { $param_Name_1, $param_AgentProfile_2, $param_arrayOf_byte_3, $param_String_4, $param_arrayOf_Object_5, $param_arrayOf_ClassName_6, $param_String_7, $param_MAFAgentSystem_RMI_8 }, -1866539144229465750L); return ((com.ibm.maf.Name)$result); } catch (java.lang.RuntimeException e) { throw e; } catch (java.rmi.RemoteException e) { throw e; } catch (java.lang.Exception e) { throw new java.rmi .UnexpectedException("undeclared checked exception", e); } } // implementation of fetch_class(ClassName[], String, AgentProfile) public byte[][] fetch_class(com.ibm.maf .ClassName[] $param_arrayOf_ClassName_1, java.lang .String $param_String_2, com.ibm.maf .AgentProfile $param_AgentProfile_3) throws java.rmi.RemoteException { try { Object $result = ref.invoke(this, $method_fetch_class_1, new java.lang.Object[] { $param_arrayOf_ClassName_1, $param_String_2, $param_AgentProfile_3 }, 7322722473633204589L); return ((byte[][])$result); } catch (java.lang.RuntimeException e) { throw e; } catch (java.rmi.RemoteException e) { throw e; } catch (java.lang.Exception e) { throw new java.rmi .UnexpectedException("undeclared checked exception", e); } } // implementation of find_nearby_agent_system_of_profile(AgentProfile) public java.lang .String find_nearby_agent_system_of_profile(com.ibm.maf .AgentProfile $param_AgentProfile_1) throws java.rmi.RemoteException { try { Object $result = ref.invoke(this, $method_find_nearby_agent_system_of_profile_2, new java.lang.Object[] { $param_AgentProfile_1 }, -8908075601947263529L); return ((java.lang.String)$result); } catch (java.lang.RuntimeException e) { throw e; } catch (java.rmi.RemoteException e) { throw e; } catch (java.lang.Exception e) { throw new java.rmi .UnexpectedException("undeclared checked exception", e); } } // implementation of get_agent_status(Name) public com.ibm.maf .AgentStatus get_agent_status(com.ibm.maf.Name $param_Name_1) throws java.rmi.RemoteException { try { Object $result = ref.invoke(this, $method_get_agent_status_4, new java.lang.Object[] { $param_Name_1 }, -2745466359323440760L); return ((com.ibm.maf.AgentStatus)$result); } catch (java.lang.RuntimeException e) { throw e; } catch (java.rmi.RemoteException e) { throw e; } catch (java.lang.Exception e) { throw new java.rmi .UnexpectedException("undeclared checked exception", e); } } // implementation of get_agent_system_info() public com.ibm.maf.AgentSystemInfo get_agent_system_info() throws java.rmi.RemoteException { try { Object $result = ref.invoke(this, $method_get_agent_system_info_5, null, 8459926394242155418L); return ((com.ibm.maf.AgentSystemInfo)$result); } catch (java.lang.RuntimeException e) { throw e; } catch (java.rmi.RemoteException e) { throw e; } catch (java.lang.Exception e) { throw new java.rmi .UnexpectedException("undeclared checked exception", e); } } // implementation of get_authinfo(Name) public com.ibm.maf.AuthInfo get_authinfo(com.ibm.maf.Name $param_Name_1)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -