Deprecated API


Contents
Deprecated Interfaces
org.iids.aos.agent.LightweightAgent
          As of AgentScape release 0.9. Superseded by Agent. Agent developers should extend from the Agent class instead of implementing this interface. For this release, the RunnableAgent and LightweightAgent interfaces are deprecated, to be removed in the 1.0 release. 
org.iids.aos.agent.RunnableAgent
          As of AgentScape release 0.9. Superseded by Agent. Agent developers should extend from the Agent class instead of implementing this interface. For this release, the RunnableAgent and LightweightAgent interfaces are deprecated, to be removed in the 1.0 release. 
 

Deprecated Classes
org.iids.aos.api.AgentScapeApiMain
          This started class is no longer needed: API is started by the HostManager, in the same JVM as all host manager services. 
org.iids.aos.agentserver.java.JavaAgentRunner.MyURLClassLoader
           
org.iids.aos.gui.dialog.NewLookupServerDialog
           
 

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 
 



Copyright ? 2003, 2004 IIDS Group. All Rights Reserved.