Uses of Class
com.ibm.maf.NameInvalid

Packages that use NameInvalid
com.ibm.maf   
com.ibm.maf.rmi   
 

Uses of NameInvalid in com.ibm.maf
 

Methods in com.ibm.maf that throw NameInvalid
 void MAFFinder.register_agent(Name agent_name, java.lang.String agent_location, AgentProfile agent_profile)
           
 void MAFFinder.register_agent_system(Name agent_system_name, java.lang.String agent_system_location, AgentSystemInfo agent_system_info)
           
 void MAFFinder.register_place(java.lang.String place_name, java.lang.String place_location)
           
 

Uses of NameInvalid in com.ibm.maf.rmi
 

Methods in com.ibm.maf.rmi that throw NameInvalid
 void MAFFinder_RMIImpl.register_agent(Name agent_name, java.lang.String agent_location, AgentProfile agent_profile)
           
 void MAFFinder_RMIImpl.register_agent_system(Name agent_system_name, java.lang.String agent_system_location, AgentSystemInfo agent_system_info)
           
 void MAFFinder_RMIImpl.register_place(java.lang.String place_name, java.lang.String place_location)
           
 void MAFFinder_RMI.register_agent(Name agent_name, java.lang.String agent_location, AgentProfile agent_profile)
           
 void MAFFinder_RMI.register_agent_system(Name agent_system_name, java.lang.String agent_system_location, AgentSystemInfo agent_system_info)
           
 void MAFFinder_RMI.register_place(java.lang.String place_name, java.lang.String place_location)