|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.objectweb.mobilitools.smi.MAFFinder_impl
MobiliTools $Name: $, $Id: MAFFinder_impl.java,v 1.1.1.1 2003/03/28 14:48:05 dillense Exp $
Implementation of MAF's MAFFinder interface.
Finder
Constructor Summary | |
MAFFinder_impl(Finder finder)
|
Method Summary | |
org.omg.CfMAF.AgentProfile |
get_agent_profile(org.omg.CfMAF.Name name)
|
org.omg.CfMAF.Name[] |
lookup_agent_names(org.omg.CfMAF.AgentProfile profile)
|
java.lang.String[] |
lookup_agent_system(org.omg.CfMAF.Name agent_system_name,
org.omg.CfMAF.AgentSystemInfo agent_system_info)
Lookup an agent system from its name if the identity part is not empty, or lists all agent systems otherwise. |
java.lang.String[] |
lookup_agent(org.omg.CfMAF.Name agent_name,
org.omg.CfMAF.AgentProfile agent_profile)
Lookup an agent from its name if the identity part is not empty, or lists all agents otherwise. |
java.lang.String[] |
lookup_place(java.lang.String place_name)
Not implemented. |
void |
register_agent_system(org.omg.CfMAF.Name agent_system_name,
java.lang.String agent_system_location,
org.omg.CfMAF.AgentSystemInfo agent_system_info)
Registers an agent system if its name is unique, and if its identity is not empty. |
void |
register_agent(org.omg.CfMAF.Name agent_name,
java.lang.String agent_location,
org.omg.CfMAF.AgentProfile agent_profile)
Registers an agent if its name is unique, and if its identity is not empty. |
void |
register_place(java.lang.String place_name,
java.lang.String place_location)
Not implemented. |
void |
unregister_agent_system(org.omg.CfMAF.Name agent_system_name)
Unregisters an agent system. |
void |
unregister_agent(org.omg.CfMAF.Name agent_name)
Unregisters an agent. |
void |
unregister_place(java.lang.String place_name)
Not implemented. |
Constructor Detail |
public MAFFinder_impl(Finder finder)
Method Detail |
public void register_agent(org.omg.CfMAF.Name agent_name, java.lang.String agent_location, org.omg.CfMAF.AgentProfile agent_profile) throws org.omg.CfMAF.NameInvalid
register_agent
in interface org.omg.CfMAF.MAFFinderOperations
public void register_agent_system(org.omg.CfMAF.Name agent_system_name, java.lang.String agent_system_location, org.omg.CfMAF.AgentSystemInfo agent_system_info) throws org.omg.CfMAF.NameInvalid
register_agent_system
in interface org.omg.CfMAF.MAFFinderOperations
public void register_place(java.lang.String place_name, java.lang.String place_location) throws org.omg.CfMAF.NameInvalid, org.omg.CORBA.NO_IMPLEMENT
register_place
in interface org.omg.CfMAF.MAFFinderOperations
public java.lang.String[] lookup_agent(org.omg.CfMAF.Name agent_name, org.omg.CfMAF.AgentProfile agent_profile) throws org.omg.CfMAF.EntryNotFound
lookup_agent
in interface org.omg.CfMAF.MAFFinderOperations
public java.lang.String[] lookup_agent_system(org.omg.CfMAF.Name agent_system_name, org.omg.CfMAF.AgentSystemInfo agent_system_info) throws org.omg.CfMAF.EntryNotFound
lookup_agent_system
in interface org.omg.CfMAF.MAFFinderOperations
public java.lang.String[] lookup_place(java.lang.String place_name) throws org.omg.CfMAF.EntryNotFound, org.omg.CORBA.NO_IMPLEMENT
lookup_place
in interface org.omg.CfMAF.MAFFinderOperations
public void unregister_agent(org.omg.CfMAF.Name agent_name) throws org.omg.CfMAF.EntryNotFound
unregister_agent
in interface org.omg.CfMAF.MAFFinderOperations
public void unregister_agent_system(org.omg.CfMAF.Name agent_system_name) throws org.omg.CfMAF.EntryNotFound
unregister_agent_system
in interface org.omg.CfMAF.MAFFinderOperations
public void unregister_place(java.lang.String place_name) throws org.omg.CfMAF.EntryNotFound, org.omg.CORBA.NO_IMPLEMENT
unregister_place
in interface org.omg.CfMAF.MAFFinderOperations
public org.omg.CfMAF.Name[] lookup_agent_names(org.omg.CfMAF.AgentProfile profile)
lookup_agent_names
in interface org.objectweb.mobilitools.smi.idl.MAFFinderComplementOperations
public org.omg.CfMAF.AgentProfile get_agent_profile(org.omg.CfMAF.Name name) throws org.omg.CfMAF.AgentNotFound
get_agent_profile
in interface org.objectweb.mobilitools.smi.idl.MAFFinderComplementOperations
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |