Uses of Class
com.ibm.maf.EntryNotFound

Packages that use EntryNotFound
com.ibm.aglets   
com.ibm.maf   
com.ibm.maf.atp   
com.ibm.maf.rmi   
 

Uses of EntryNotFound in com.ibm.aglets
 

Methods in com.ibm.aglets that throw EntryNotFound
 java.lang.String MAFAgentSystem_AgletsImpl.find_nearby_agent_system_of_profile(AgentProfile profile)
           
 void MAFAgentSystem_AgletsImpl.receive_future_reply(long return_id, byte[] reply)
           
 

Uses of EntryNotFound in com.ibm.maf
 

Methods in com.ibm.maf that throw EntryNotFound
abstract  java.lang.String MAFAgentSystem.find_nearby_agent_system_of_profile(AgentProfile profile)
           
abstract  void MAFAgentSystem.receive_future_reply(long return_id, byte[] reply)
           
 java.lang.String[] MAFFinder.lookup_agent(Name agent_name, AgentProfile agent_profile)
           
 java.lang.String[] MAFFinder.lookup_agent_system(Name agent_system_name, AgentSystemInfo agent_system_info)
           
 java.lang.String[] MAFFinder.lookup_place(java.lang.String place_name)
           
 void MAFFinder.unregister_agent(Name agent_name)
           
 void MAFFinder.unregister_agent_system(Name agent_system_name)
           
 void MAFFinder.unregister_place(java.lang.String place_name)
           
 

Uses of EntryNotFound in com.ibm.maf.atp
 

Methods in com.ibm.maf.atp that throw EntryNotFound
 java.lang.String MAFAgentSystem_ATPClient.find_nearby_agent_system_of_profile(AgentProfile profile)
           
 void MAFAgentSystem_ATPClient.receive_future_reply(long return_id, byte[] reply)
           
 

Uses of EntryNotFound in com.ibm.maf.rmi
 

Methods in com.ibm.maf.rmi that throw EntryNotFound
 java.lang.String MAFAgentSystem_RMIClient.find_nearby_agent_system_of_profile(AgentProfile profile)
           
 void MAFAgentSystem_RMIClient.receive_future_reply(long return_id, byte[] reply)
           
 java.lang.String[] MAFFinder_RMIImpl.lookup_agent(Name agent_name, AgentProfile agent_profile)
           
 java.lang.String[] MAFFinder_RMIImpl.lookup_agent_system(Name agent_system_name, AgentSystemInfo agent_system_info)
           
 java.lang.String[] MAFFinder_RMIImpl.lookup_place(java.lang.String place_name)
           
 void MAFFinder_RMIImpl.unregister_agent(Name agent_name)
           
 void MAFFinder_RMIImpl.unregister_agent_system(Name agent_system_name)
           
 void MAFFinder_RMIImpl.unregister_place(java.lang.String place_name)
           
 java.lang.String[] MAFFinder_RMI.lookup_agent(Name agent_name, AgentProfile agent_profile)
           
 java.lang.String[] MAFFinder_RMI.lookup_agent_system(Name agent_system_name, AgentSystemInfo agent_system_info)
           
 java.lang.String[] MAFFinder_RMI.lookup_place(java.lang.String place_name)
           
 void MAFFinder_RMI.unregister_agent(Name agent_name)
           
 void MAFFinder_RMI.unregister_agent_system(Name agent_system_name)
           
 void MAFFinder_RMI.unregister_place(Name place_name)