|
Deprecated Methods |
org.iids.aos.systemservices.communicator.LSWebServer.checkSocket(Socket)
Use allowConnection(Socket) instead. |
org.iids.aos.hostmanager.LocalHostManager.create_code_segment(AgentID, String, Language)
|
org.iids.aos.systemservices.HostManager.create_code_segment(AgentID, String, Language)
It is no longer needed to create a code segment before writing to it.
Once a call to HostManager.write_code(org.iids.aos.systemservices.communicator.structs.AgentID, org.iids.aos.agent.AgentCodeSegment, byte[]) was successful, a segment with
description and Language exist on this host for this agent. |
org.iids.aos.hostmanager.LocalHostManager.create_data_segment(AgentID, String, String)
|
org.iids.aos.systemservices.HostManager.create_data_segment(AgentID, String, String)
It is no longer needed to create a data segment before writing to it.
Once a call to HostManager.write_data(org.iids.aos.systemservices.communicator.structs.AgentID, org.iids.aos.agent.AgentDataSegment, byte[]) was successful, a segment with
description and subtype exist on this host for this agent. |
org.iids.aos.hostmanager.AgentContainerManager.createCodeSegment(AgentID, String, Language)
|
org.iids.aos.hostmanager.AgentContainerManager.createDataSegment(AgentID, String, String)
|
org.iids.aos.messagecenter.Envelope.getToHandle()
|
org.iids.aos.gui.Util.nonAwtThreadInvokeNow(Runnable)
No sense in using this method, as it blocks the event dispatcher
anyway (even though it uses a non-awt thread, it still waits for it..) |
org.iids.aos.util.SwingUtil.nonAwtThreadInvokeNow(Runnable)
No sense in using this method, as it blocks the event dispatcher
anyway (even though it uses a non-awt thread, it still waits for it..) |
org.iids.aos.agentserver.AgentScapeImpl.requestWSDLAccess(String, String, String, boolean)
|
org.iids.aos.agentserver.AgentScapeImpl.sendSOAPRequest(String, String, int)
|
org.iids.aos.hostmanager.LocalHostManager.start_agentscape_api()
|
org.iids.aos.systemservices.HostManager.start_agentscape_api()
I think this function is never used anymore! The only
implementation of this function (in SystemServiceModule.startAgentScapeApi())
does not do anything! --rjtimmer |