📄 mafagentsystem_rmiimpl_stub.java
字号:
throws java.rmi.RemoteException { try { Object $result = ref.invoke(this, $method_get_authinfo_6, new java.lang.Object[] { $param_Name_1 }, 1555346500431042527L); return ((com.ibm.maf.AuthInfo)$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_MAFFinder() public com.ibm.maf.MAFFinder get_MAFFinder() throws java.rmi.RemoteException { try { Object $result = ref.invoke(this, $method_get_MAFFinder_3, null, 2335360634011898291L); return ((com.ibm.maf.MAFFinder)$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 list_all_agents() public com.ibm.maf.Name[] list_all_agents() throws java.rmi.RemoteException { try { Object $result = ref.invoke(this, $method_list_all_agents_7, null, 8158779092947588092L); 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 list_all_agents_of_authority(byte[]) public com.ibm.maf .Name[] list_all_agents_of_authority(byte[] $param_arrayOf_byte_1) throws java.rmi.RemoteException { try { Object $result = ref.invoke(this, $method_list_all_agents_of_authority_8, new java.lang.Object[] { $param_arrayOf_byte_1 }, -6122543635398668412L); 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 list_all_places() public java.lang.String[] list_all_places() throws java.rmi.RemoteException { try { Object $result = ref.invoke(this, $method_list_all_places_9, null, 4337683576072117622L); 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 receive_agent(Name, AgentProfile, byte[], String, ClassName[], String, MAFAgentSystem_RMI) public void receive_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, com.ibm.maf .ClassName[] $param_arrayOf_ClassName_5, java.lang .String $param_String_6, com.ibm.maf.rmi .MAFAgentSystem_RMI $param_MAFAgentSystem_RMI_7) throws java.rmi.RemoteException { try { ref.invoke(this, $method_receive_agent_10, new java.lang.Object[] { $param_Name_1, $param_AgentProfile_2, $param_arrayOf_byte_3, $param_String_4, $param_arrayOf_ClassName_5, $param_String_6, $param_MAFAgentSystem_RMI_7 }, 5247400284317047811L); } 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 receive_future_message(Name, byte[], MAFAgentSystem_RMI) public long receive_future_message(com.ibm.maf .Name $param_Name_1, byte[] $param_arrayOf_byte_2, com.ibm.maf.rmi .MAFAgentSystem_RMI $param_MAFAgentSystem_RMI_3) throws java.rmi.RemoteException { try { Object $result = ref.invoke(this, $method_receive_future_message_11, new java.lang.Object[] { $param_Name_1, $param_arrayOf_byte_2, $param_MAFAgentSystem_RMI_3 }, 8372786121599055352L); return ((java.lang.Long)$result).longValue(); } 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 receive_future_reply(long, byte[]) public void receive_future_reply(long $param_long_1, byte[] $param_arrayOf_byte_2) throws java.rmi.RemoteException { try { ref.invoke(this, $method_receive_future_reply_12, new java.lang.Object[] { new java.lang.Long($param_long_1), $param_arrayOf_byte_2 }, 1543719985511141907L); } 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 receive_message(Name, byte[]) public byte[] receive_message(com.ibm.maf .Name $param_Name_1, byte[] $param_arrayOf_byte_2) throws java.rmi.RemoteException { try { Object $result = ref.invoke(this, $method_receive_message_13, new java.lang.Object[] { $param_Name_1, $param_arrayOf_byte_2 }, 2425421018900539852L); 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 receive_oneway_message(Name, byte[]) public void receive_oneway_message(com.ibm.maf .Name $param_Name_1, byte[] $param_arrayOf_byte_2) throws java.rmi.RemoteException { try { ref.invoke(this, $method_receive_oneway_message_14, new java.lang.Object[] { $param_Name_1, $param_arrayOf_byte_2 }, -4074734472655664697L); } 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 resume_agent(Name) public void resume_agent(com.ibm.maf.Name $param_Name_1) throws java.rmi.RemoteException { try { ref.invoke(this, $method_resume_agent_15, new java.lang.Object[] { $param_Name_1 }, -8848203470673221484L); } 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 retract_agent(Name) public byte[] retract_agent(com.ibm.maf.Name $param_Name_1) throws java.rmi.RemoteException { try { Object $result = ref.invoke(this, $method_retract_agent_16, new java.lang.Object[] { $param_Name_1 }, 7414295117841577261L); 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 suspend_agent(Name) public void suspend_agent(com.ibm.maf.Name $param_Name_1) throws java.rmi.RemoteException { try { ref.invoke(this, $method_suspend_agent_17, new java.lang.Object[] { $param_Name_1 }, -4343813813978331740L); } 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 terminate_agent(Name) public void terminate_agent(com.ibm.maf.Name $param_Name_1) throws java.rmi.RemoteException { try { ref.invoke(this, $method_terminate_agent_18, new java.lang.Object[] { $param_Name_1 }, 3985167905387372512L); } 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); } }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -