A B C D E F G H I K L M N O P Q R S T U

A

actionPerformed(ActionEvent) - Method in class org.objectweb.mobilitools.smi.goodies.AgencyGUI
 
actionPerformed(ActionEvent) - Method in class org.objectweb.mobilitools.util.corba.NSbrowser
 
actionPerformed(ActionEvent) - Method in class org.objectweb.mobilitools.util.gui.AlertFrame
 
actionPerformed(ActionEvent) - Method in class org.objectweb.mobilitools.util.gui.AlertWindow
 
actionPerformed(ActionEvent) - Method in class org.objectweb.mobilitools.util.gui.FormFrame
 
addMouseListenerToHeaderInTable(JTable) - Method in class org.objectweb.mobilitools.util.gui.TableSorter
 
afterBirth(AgentSystem, AgentInfo, Object) - Method in interface org.objectweb.mobilitools.smi.api.MobileObject
Called on agent creation.
afterBirth(AgentSystem, AgentInfo, Object) - Method in class org.objectweb.mobilitools.smi.goodies.BasicMobileObject
Sets attribute my_agency to current host agency.
afterBirth(MobileObject, AgentSystem, AgentInfo, Object) - Method in class org.objectweb.mobilitools.smi.api.Agency
Call afterBirth() on agent.
afterBirth(MobileObject, AgentSystem, AgentInfo, Object) - Method in interface org.objectweb.mobilitools.smi.api.AgencyPersonality
Called on agent creation.
afterMove(AgentSystem, Location, String) - Method in interface org.objectweb.mobilitools.smi.api.MobileObject
Called on reinstalling in the target agency after a move.
afterMove(AgentSystem, Location, String) - Method in class org.objectweb.mobilitools.smi.goodies.BasicMobileObject
Sets attribute my_agency to new host agency.
afterMove(MobileObject, AgentSystem, Location, String) - Method in class org.objectweb.mobilitools.smi.api.Agency
Call afterMove() on agent.
afterMove(MobileObject, AgentSystem, Location, String) - Method in interface org.objectweb.mobilitools.smi.api.AgencyPersonality
Called on reinstalling in the target agency after a move.
afterMoveFailed(Location, String, int, String) - Method in interface org.objectweb.mobilitools.smi.api.MobileObject
Called on move failure. (note that throwing an exception in beforeMove() does not result in afterMoveFailed() being called)
afterMoveFailed(Location, String, int, String) - Method in class org.objectweb.mobilitools.smi.goodies.BasicMobileObject
Empty method.
afterMoveFailed(MobileObject, Location, String, int, String) - Method in class org.objectweb.mobilitools.smi.api.Agency
Call afterMoveFailed on agent.
afterMoveFailed(MobileObject, Location, String, int, String) - Method in interface org.objectweb.mobilitools.smi.api.AgencyPersonality
Called on move failure. (note that throwing an exception in beforeMove() does not result in afterMoveFailed() being called)
Agency - class org.objectweb.mobilitools.smi.api.Agency.
MobiliTools $Name: $, $Id: Agency.java,v 1.1.1.1 2003/03/28 14:48:05 dillense Exp $ Instances of this class are execution environments for agents, supporting lifecycle/mobility management, using and providing MAFAgentSystem implementation.
Agency(String, AgencyPersonality, AgentSystem, AgentSystemInfo) - Constructor for class org.objectweb.mobilitools.smi.api.Agency
Create a new agency for creating and receiving agents, and customize it with the provided agency personality and shell.
Agency(String, ORB, AgencyPersonality, AgentSystem, AgentSystemInfo) - Constructor for class org.objectweb.mobilitools.smi.api.Agency
Create a new agency for creating and receiving agents.
Agency(String, String) - Constructor for class org.objectweb.mobilitools.smi.api.Agency
Create a new agency for creating and receiving agents.
Agency(String, String, ORB) - Constructor for class org.objectweb.mobilitools.smi.api.Agency
Create a new agency for creating and receiving agents.
agencyExitDelayDefault - Static variable in class org.objectweb.mobilitools.smi.api.Constants
default exit delay in ms when agencies are terminated = "10000"
agencyExitDelayProp - Static variable in class org.objectweb.mobilitools.smi.api.Constants
property name for setting exit delay when agencies are terminated = "org.objectweb.mobilitools.smi.agencyExitDelay"
AgencyGUI - class org.objectweb.mobilitools.smi.goodies.AgencyGUI.
MobiliTools $Name: $, $Id: AgencyGUI.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ GUI for SMI agency.
AgencyGUI(Agency) - Constructor for class org.objectweb.mobilitools.smi.goodies.AgencyGUI
Opens a GUI for the specified agency.
agencyIsClosed - Static variable in class org.objectweb.mobilitools.smi.api.Constants
exception raised by some Agency methods when the agency is shutdown
AgencyPersonality - interface org.objectweb.mobilitools.smi.api.AgencyPersonality.
MobiliTools $Name: $, $Id: AgencyPersonality.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ Interface that must be implemented by an agency personality to give hooks to SMI generic Agency.
agencyPrefixDefault - Static variable in class org.objectweb.mobilitools.smi.api.Constants
default value for agency naming prefix = "agency"
agencyPrefixProp - Static variable in class org.objectweb.mobilitools.smi.api.Constants
property name for agency naming prefix = "org.objectweb.mobilitools.smi.agencyPrefix"
agencyShutdown() - Method in class org.objectweb.mobilitools.smi.api.Agency
Nothing special to do
agencyShutdown() - Method in interface org.objectweb.mobilitools.smi.api.AgencyPersonality
Called before agency shutdown (once all agents have been warned and terminated).
AgentEntry - class org.objectweb.mobilitools.smi.AgentEntry.
MobiliTools $Name: $, $Id: AgentEntry.java,v 1.1.1.1 2003/03/28 14:48:05 dillense Exp $ Data record holding information about an agent.
AgentEntry(MobileObject, Name, String, boolean, String, Properties) - Constructor for class org.objectweb.mobilitools.smi.AgentEntry
Creates a new data record describing an agent (with null as agency personality specific data)
AgentEntry(MobileObject, Name, String, boolean, String, Properties, Object) - Constructor for class org.objectweb.mobilitools.smi.AgentEntry
Creates a new data record describing an agent.
AgentInfo - interface org.objectweb.mobilitools.smi.api.AgentInfo.
MobiliTools $Name: $, $Id: AgentInfo.java,v 1.1.1.1 2003/03/28 14:48:05 dillense Exp $ Interface for getting information about an agent.
agentsByName - Variable in class org.objectweb.mobilitools.smi.api.Agency
 
agentsByRef - Variable in class org.objectweb.mobilitools.smi.api.Agency
 
AgentSystem - interface org.objectweb.mobilitools.smi.api.AgentSystem.
MobiliTools $Name: $, $Id: AgentSystem.java,v 1.1.1.1 2003/03/28 14:48:05 dillense Exp $ This empty interface represents the minimal interface offered by an agency to its agents.
AGENTTYPE - Static variable in class org.objectweb.mobilitools.smi.api.BadOperation
agent type is not recognized = 10
AlertFrame - class org.objectweb.mobilitools.util.gui.AlertFrame.
 
AlertFrame(String, String, String) - Constructor for class org.objectweb.mobilitools.util.gui.AlertFrame
Displays an independent information window with the specified title, message and button.
AlertWindow - class org.objectweb.mobilitools.util.gui.AlertWindow.
 
AlertWindow(boolean, Frame, String, String, String) - Constructor for class org.objectweb.mobilitools.util.gui.AlertWindow
 
AlertWindow(Frame, String, String, String) - Constructor for class org.objectweb.mobilitools.util.gui.AlertWindow
 
any2object(Any) - Static method in class org.objectweb.mobilitools.util.corba.CORBA
 
any2property(Any[]) - Static method in class org.objectweb.mobilitools.smi.Misc
 
authority() - Method in class org.objectweb.mobilitools.smi.api.Name
 

B

BadOperation - exception org.objectweb.mobilitools.smi.api.BadOperation.
MobiliTools $Name: $, $Id: BadOperation.java,v 1.1.1.1 2003/03/28 14:48:05 dillense Exp $ Exception indicating that a request has failed.
BadOperation(int, String) - Constructor for class org.objectweb.mobilitools.smi.api.BadOperation
Creates a new exception to signal any request failure.
BadOperation(int, String, Exception) - Constructor for class org.objectweb.mobilitools.smi.api.BadOperation
Creates a new exception to signal any request failure.
BasicMobileObject - class org.objectweb.mobilitools.smi.goodies.BasicMobileObject.
MobiliTools $Name: $, $Id: BasicMobileObject.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ Implementation of interface MobileObject, with (almost) empty methods, provided as a helper base class to implement mobile objects.
BasicMobileObject() - Constructor for class org.objectweb.mobilitools.smi.goodies.BasicMobileObject
 
beforeDeath() - Method in interface org.objectweb.mobilitools.smi.api.MobileObject
Called before discarding the agent. (note that an exception in afterBirth() does not result in beforeDeath() being called)
beforeDeath() - Method in class org.objectweb.mobilitools.smi.goodies.BasicMobileObject
Empty method.
beforeDeath(MobileObject) - Method in class org.objectweb.mobilitools.smi.api.Agency
Call beforeDeath() on agent
beforeDeath(MobileObject) - Method in interface org.objectweb.mobilitools.smi.api.AgencyPersonality
Called before discarding the agent. (note that an exception in afterBirth() does not result in beforeDeath() being called)
beforeMove(Location, String) - Method in interface org.objectweb.mobilitools.smi.api.MobileObject
Called before before moving.
beforeMove(Location, String) - Method in class org.objectweb.mobilitools.smi.goodies.BasicMobileObject
Empty method.
beforeMove(MobileObject, Location, String) - Method in class org.objectweb.mobilitools.smi.api.Agency
Call beforeMove() on agent.
beforeMove(MobileObject, Location, String) - Method in interface org.objectweb.mobilitools.smi.api.AgencyPersonality
Called before before moving.
beforeResume() - Method in interface org.objectweb.mobilitools.smi.api.MobileObject
Called to resume the agent activity (if any).
beforeResume() - Method in class org.objectweb.mobilitools.smi.goodies.BasicMobileObject
Empty method.
beforeResume(MobileObject) - Method in class org.objectweb.mobilitools.smi.api.Agency
Call beforeResume() on agent
beforeResume(MobileObject) - Method in interface org.objectweb.mobilitools.smi.api.AgencyPersonality
Called to resume the agent activity (if any).
beforeShutdown() - Method in interface org.objectweb.mobilitools.smi.api.MobileObject
Called before the agent's hosting agency shutdown.
beforeShutdown() - Method in class org.objectweb.mobilitools.smi.goodies.BasicMobileObject
Empty method.
beforeShutdown(MobileObject) - Method in class org.objectweb.mobilitools.smi.api.Agency
Call beforeShutdown() on agent
beforeShutdown(MobileObject) - Method in interface org.objectweb.mobilitools.smi.api.AgencyPersonality
Called before the agent's hosting agency shutdown.
beforeSuspend() - Method in interface org.objectweb.mobilitools.smi.api.MobileObject
Called to suspend the agent activity (if any).
beforeSuspend() - Method in class org.objectweb.mobilitools.smi.goodies.BasicMobileObject
Empty method.
beforeSuspend(MobileObject) - Method in class org.objectweb.mobilitools.smi.api.Agency
Call beforeSuspend() on agent
beforeSuspend(MobileObject) - Method in interface org.objectweb.mobilitools.smi.api.AgencyPersonality
Called to suspend the agent activity (if any).
bind(NameComponent[], Object) - Method in class org.objectweb.mobilitools.util.corba.NameService
 
bind(NameComponent[], Object, boolean) - Method in class org.objectweb.mobilitools.util.corba.NameService
 
bind(Properties) - Method in class org.objectweb.mobilitools.util.corba.NSbinder
Performs CORBA name service bindings specified by the provided properties.
bind(String, Object) - Method in class org.objectweb.mobilitools.util.corba.NameService
 
bindFromPropFile(String) - Method in class org.objectweb.mobilitools.util.corba.NSbinder
Parses the specified property file in order to make the specified bindings.
bindFromXMLFile(String) - Method in class org.objectweb.mobilitools.util.corba.NSbinder
Parses the specified XML file in order to make the specified bindings.

C

caches - Static variable in class org.objectweb.mobilitools.smi.lib.ClassCache
 
checkModel() - Method in class org.objectweb.mobilitools.util.gui.TableSorter
 
ClassCache - class org.objectweb.mobilitools.smi.lib.ClassCache.
MobiliTools $Name: $, $Id: ClassCache.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ Cache for classes, bytecode and any resource associated to a given codebase.
ClassCache() - Constructor for class org.objectweb.mobilitools.smi.lib.ClassCache
 
CLASSFAULT - Static variable in class org.objectweb.mobilitools.smi.api.BadOperation
agent class fetch problem = 4
classLoaderDefault - Static variable in class org.objectweb.mobilitools.smi.api.Constants
default value for classloader factory = "org.objectweb.mobilitools.smi.lib.SMIClassLoader"
classLoaderMethod - Static variable in class org.objectweb.mobilitools.smi.api.Constants
method name called on classloader factory is "getClassLoader"
classLoaderProp - Static variable in class org.objectweb.mobilitools.smi.api.Constants
property name for classloader factory = "org.objectweb.mobilitools.smi.classloader"
codebase2URLs(String) - Static method in class org.objectweb.mobilitools.smi.Misc
 
compare(int, int) - Method in class org.objectweb.mobilitools.util.gui.TableSorter
 
compareRowsByColumn(int, int, int) - Method in class org.objectweb.mobilitools.util.gui.TableSorter
 
compareTo(Object) - Method in class org.objectweb.mobilitools.smi.api.Name
 
Constants - class org.objectweb.mobilitools.smi.api.Constants.
MobiliTools $Name: $, $Id: Constants.java,v 1.1.1.1 2003/03/28 14:48:05 dillense Exp $ Set of constants for parameterizing SMI.
Constants() - Constructor for class org.objectweb.mobilitools.smi.api.Constants
 
CONTEXT - Static variable in class org.objectweb.mobilitools.util.corba.NSbinding
 
CORBA - class org.objectweb.mobilitools.util.corba.CORBA.
MobiliTools $Name: $, $Id: CORBA.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ Miscellaneous CORBA facilitators.
CORBA() - Constructor for class org.objectweb.mobilitools.util.corba.CORBA
 
COSNAMINGURI - Static variable in class org.objectweb.mobilitools.smi.api.Constants
COS naming URI prefix = "CosNaming:"
create_agent(Name, AgentProfile, byte[], String, byte[], ClassName[], String, MAFAgentSystem) - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
Creates an agent.
createAgent(Location, String, String, Name, String, AgentProfile, Serializable, Object) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
Creates an agent at the specified agent system location.
createAgent(String, Name, String, String, Name, String, AgentProfile, Serializable, Object[]) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
Creates an agent in the named agency of the specified region.
createLocalAgent(String, Name, AgentProfile, String, String, byte[], Object, MAFAgentSystem) - Method in class org.objectweb.mobilitools.smi.api.Agency
Creates an agent in current agency.
createLocalAgent(String, Name, String, String, Properties, Object) - Method in class org.objectweb.mobilitools.smi.api.Agency
Creates an agent in current agency.

D

dec(String) - Static method in class org.objectweb.mobilitools.smi.lib.ClassCache
Decrements the reference counter of the cache associated to the given codebase.
deepUnbind(NameComponent[]) - Method in class org.objectweb.mobilitools.util.corba.NameService
 
deepUnbind(String) - Method in class org.objectweb.mobilitools.util.corba.NameService
 
deploy(Properties) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
Performs agent creations specified by the provided properties.
deployFromPropFile(String) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
Parses the specified property file in order to make the specified agent creations.
deployFromXMLFile(String) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
Parses the specified XML file in order to make the specified agent creations.
DESCRIPTION - Static variable in class org.objectweb.mobilitools.smi.api.Constants
textual description of SMI agent system = "Simple MAF Implementation"
DESTINATION - Static variable in class org.objectweb.mobilitools.smi.api.BadOperation
destination agency for agent move is unknown = 3
destroy(NameComponent[]) - Method in class org.objectweb.mobilitools.util.corba.NameService
 
destroy(String) - Method in class org.objectweb.mobilitools.util.corba.NameService
 
DUMMYAGENTPROFILE - Static variable in class org.objectweb.mobilitools.smi.Misc
 
DUMMYAGENTSYSTEMINFO - Static variable in class org.objectweb.mobilitools.smi.Misc
 
DUMMYNAME - Static variable in class org.objectweb.mobilitools.smi.Misc
 

E

equals(Object) - Method in class org.objectweb.mobilitools.smi.api.Location
 
equals(Object) - Method in class org.objectweb.mobilitools.smi.api.Name
 
exception - Variable in class org.objectweb.mobilitools.util.corba.NameServiceException
 
exit() - Method in class org.objectweb.mobilitools.smi.Finder
Shuts the finder.
exitOnTerminate(boolean, long) - Method in class org.objectweb.mobilitools.smi.api.Agency
The agency may invoke System.exit() to make the JVM exit when the agency is terminated.

F

fetch_class(ClassName[], String, AgentProfile) - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
Returns code for requested classes.
finalize() - Method in class org.objectweb.mobilitools.smi.lib.SMIClassLoader
 
find_nearby_agent_system_of_profile(AgentProfile) - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
Not implemented.
findAgency(String, Name) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
 
findAgent(String, Name) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
 
findClass(String) - Method in class org.objectweb.mobilitools.smi.lib.SMIClassLoader
Gets the byte code for, and defines the requested class, either through local or remote bytecode load.
Finder - class org.objectweb.mobilitools.smi.Finder.
MobiliTools $Name: $, $Id: Finder.java,v 1.1.1.1 2003/03/28 14:48:05 dillense Exp $ Each instance launches a new implementation of the MAFFinder interface for a given region.
Finder(String) - Constructor for class org.objectweb.mobilitools.smi.Finder
Launches a MAFFinder for the given region, and registers its object reference in the default CORBA naming service.
Finder(String, ORB) - Constructor for class org.objectweb.mobilitools.smi.Finder
Launches a MAFFinder for the given region, and registers its object reference in the default CORBA naming service.
FinderEntry - class org.objectweb.mobilitools.smi.FinderEntry.
 
FinderEntry(Name, String, Object) - Constructor for class org.objectweb.mobilitools.smi.FinderEntry
 
FinderEntry(Name, String, Object) - Constructor for class org.objectweb.mobilitools.smi.FinderEntry
 
FinderGUI - class org.objectweb.mobilitools.smi.goodies.FinderGUI.
MobiliTools $Name: $, $Id: FinderGUI.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ GUI for SMI Finder.
FinderGUI(Finder) - Constructor for class org.objectweb.mobilitools.smi.goodies.FinderGUI
Opens a GUI for the specified Finder.
finderNameDefault - Static variable in class org.objectweb.mobilitools.smi.api.Constants
default value for finder naming prefix = "finder"
finderNameProp - Static variable in class org.objectweb.mobilitools.smi.api.Constants
property name for finder naming prefix = "org.objectweb.mobilitools.smi.finderPrefix"
findResource(String) - Method in class org.objectweb.mobilitools.smi.lib.SMIClassLoader
Gets the content of the named resource and keeps it in the cache associated to current SMI class loader's codebase.
findResources(String) - Method in class org.objectweb.mobilitools.smi.lib.SMIClassLoader
Since a codebase for SMI class loaders hold a single value, this method is similar to findResource().
FormFrame - class org.objectweb.mobilitools.util.gui.FormFrame.
 
FormFrame(String, String, String[], boolean[], String[]) - Constructor for class org.objectweb.mobilitools.util.gui.FormFrame
 
FormFrame(String, String, String[], String[]) - Constructor for class org.objectweb.mobilitools.util.gui.FormFrame
 
FormFrame(String, String, String[], String[], boolean[], String[]) - Constructor for class org.objectweb.mobilitools.util.gui.FormFrame
 
FormFrame(String, String, String[], String[], String[]) - Constructor for class org.objectweb.mobilitools.util.gui.FormFrame
 
FormListener - interface org.objectweb.mobilitools.util.gui.FormListener.
 
formResult(String[]) - Method in class org.objectweb.mobilitools.smi.goodies.AgencyGUI
 
formResult(String[]) - Method in interface org.objectweb.mobilitools.util.gui.FormListener
 

G

get_agent_profile(Name) - Method in class org.objectweb.mobilitools.smi.MAFFinder_impl
 
get_agent_status(Name) - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
 
get_agent_system_info() - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
 
get_authinfo(Name) - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
Not implemented.
get_MAFFinder() - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
 
getAgency() - Method in class org.objectweb.mobilitools.smi.api.Location
 
getAgent() - Method in class org.objectweb.mobilitools.smi.AgentEntry
 
getAgent() - Method in interface org.objectweb.mobilitools.smi.api.AgentInfo
 
getAgentInfo(MobileObject) - Method in class org.objectweb.mobilitools.smi.api.Agency
 
getAgentInfo(Name) - Method in class org.objectweb.mobilitools.smi.api.Agency
 
getAgentProfile(Name) - Method in class org.objectweb.mobilitools.smi.Finder
 
getAgentProperties(String, Name) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
 
getAgentSystemInfo() - Method in class org.objectweb.mobilitools.smi.api.Agency
 
getBytes(String) - Method in class org.objectweb.mobilitools.smi.lib.SMIClassLoader
Reads or retrieves from a cache the byte code for a given class name, or a resource content (accordingly to current class loader's code base).
getCache(String) - Static method in class org.objectweb.mobilitools.smi.lib.ClassCache
Ensure that a cache exists for the given codebase - creating a new cache instance if necessary - and returns its reference.
getClassLoader(ClassLoader, String, AgentProfile, MAFAgentSystem) - Static method in class org.objectweb.mobilitools.smi.Misc
Invokes the ClassLoader factory (as set by the appropriate system property) to get a classloader for the given parameters.
getClassLoader(ClassLoader, String, AgentProfile, MAFAgentSystem) - Static method in class org.objectweb.mobilitools.smi.lib.URLClassLoaderAdapter
Creates and a new URLClassLoader instance for the given codebase, if and and only if it does not already exist.
getClassLoader(ClassLoader, String, AgentProfile, MAFAgentSystem) - Static method in class org.objectweb.mobilitools.smi.lib.SMIClassLoader
Creates a new SMI class loader.
getClassLoader(ClassLoader, String, AgentProfile, MAFAgentSystem) - Static method in class org.objectweb.mobilitools.smi.lib.RMIClassLoaderAdapter
 
getCodebase() - Method in class org.objectweb.mobilitools.smi.AgentEntry
 
getCodebase() - Method in interface org.objectweb.mobilitools.smi.api.AgentInfo
 
getColumnClass(int) - Method in class org.objectweb.mobilitools.util.gui.TableMap
 
getColumnCount() - Method in class org.objectweb.mobilitools.util.gui.TableMap
 
getColumnName(int) - Method in class org.objectweb.mobilitools.util.gui.TableMap
 
getCosNamingName() - Method in class org.objectweb.mobilitools.smi.api.Location
 
getData() - Method in class org.objectweb.mobilitools.smi.AgentEntry
 
getData() - Method in interface org.objectweb.mobilitools.smi.api.AgentInfo
 
getLocation() - Method in class org.objectweb.mobilitools.smi.FinderEntry
 
getLocation() - Method in class org.objectweb.mobilitools.smi.api.Agency
 
getMAFFinder() - Method in class org.objectweb.mobilitools.smi.api.Agency
 
getmafname() - Method in class org.objectweb.mobilitools.smi.api.Name
 
getMessage() - Method in class org.objectweb.mobilitools.smi.api.BadOperation
 
getModel() - Method in class org.objectweb.mobilitools.util.gui.TableMap
 
getName() - Method in class org.objectweb.mobilitools.smi.AgentEntry
 
getName() - Method in class org.objectweb.mobilitools.smi.FinderEntry
 
getName() - Method in interface org.objectweb.mobilitools.smi.api.AgentInfo
 
getName() - Method in class org.objectweb.mobilitools.smi.api.Agency
 
getNested() - Method in class org.objectweb.mobilitools.smi.api.BadOperation
 
getNsName() - Method in class org.objectweb.mobilitools.smi.api.Agency
 
getOrb() - Static method in class org.objectweb.mobilitools.util.corba.CORBA
 
getORB() - Method in class org.objectweb.mobilitools.smi.Finder
 
getORB() - Method in class org.objectweb.mobilitools.smi.api.Agency
 
getPlace() - Method in class org.objectweb.mobilitools.smi.AgentEntry
 
getPlace() - Method in interface org.objectweb.mobilitools.smi.api.AgentInfo
 
getProfile() - Method in class org.objectweb.mobilitools.smi.FinderEntry
 
getProperties() - Method in class org.objectweb.mobilitools.smi.AgentEntry
 
getProperties() - Method in class org.objectweb.mobilitools.smi.FinderEntry
 
getProperties() - Method in interface org.objectweb.mobilitools.smi.api.AgentInfo
 
getReason() - Method in class org.objectweb.mobilitools.smi.api.BadOperation
 
getRegion() - Method in class org.objectweb.mobilitools.smi.Finder
 
getRegion() - Method in class org.objectweb.mobilitools.smi.api.Location
 
getRegion() - Method in class org.objectweb.mobilitools.smi.api.Agency
 
getRowCount() - Method in class org.objectweb.mobilitools.util.gui.TableMap
 
getStringRepresentation() - Method in class org.objectweb.mobilitools.smi.api.Name
 
getValueAt(int, int) - Method in class org.objectweb.mobilitools.util.gui.TableMap
 
getValueAt(int, int) - Method in class org.objectweb.mobilitools.util.gui.TableSorter
 

H

hashCode() - Method in class org.objectweb.mobilitools.smi.api.Name
 

I

identity() - Method in class org.objectweb.mobilitools.smi.api.Name
 
inc(String) - Static method in class org.objectweb.mobilitools.smi.lib.ClassCache
Increments the reference counter of the cache associated to the given codebase.
INFRASTRUCTURE - Static variable in class org.objectweb.mobilitools.smi.api.BadOperation
infrastructure (network, CORBA, naming service...) problem = 2
INSTANTIATION - Static variable in class org.objectweb.mobilitools.smi.api.BadOperation
agent class could not be instantiated (check access, security, abstract class, static constructor...)
INVALIDNAME - Static variable in class org.objectweb.mobilitools.smi.api.BadOperation
name is invalid (already exists?
isAgent() - Method in class org.objectweb.mobilitools.smi.FinderEntry
 
isCellEditable(int, int) - Method in class org.objectweb.mobilitools.util.gui.TableMap
 
isContext(NameComponent[]) - Method in class org.objectweb.mobilitools.util.corba.NameService
 
isContext(Object) - Static method in class org.objectweb.mobilitools.util.corba.NameService
 
isContext(String) - Method in class org.objectweb.mobilitools.util.corba.NameService
 
isRunning() - Method in class org.objectweb.mobilitools.smi.AgentEntry
 
isRunning() - Method in interface org.objectweb.mobilitools.smi.api.AgentInfo
 
isRunning(Location, Name) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
 
isRunning(String, Name) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
 
itemStateChanged(ItemEvent) - Method in class org.objectweb.mobilitools.smi.goodies.AgencyGUI
 
itemStateChanged(ItemEvent) - Method in class org.objectweb.mobilitools.util.corba.NSbrowser
 

K

kind - Variable in class org.objectweb.mobilitools.util.corba.NSbinding
 

L

LANGUAGE_ID - Static variable in class org.objectweb.mobilitools.smi.api.Constants
MAF-compliant language identifier for SMI agent system = 1
list_agents(AgentProfile) - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
 
list_all_agents_of_authority(byte[]) - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
 
list_all_agents() - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
 
list_all_places() - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
Not implemented.
list(NameComponent[]) - Method in class org.objectweb.mobilitools.util.corba.NameService
Returns an array of objects of contexts bound in the given context name.
list(String) - Method in class org.objectweb.mobilitools.util.corba.NameService
Returns an array of objects of contexts bound in the given context name.
listAgencies(String, Properties) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
 
listAgentLocations(String, Properties) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
 
listAgentNames(String, Properties) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
 
listAgents(AgentProfile) - Method in class org.objectweb.mobilitools.smi.api.Agency
 
listAgents(byte[]) - Method in class org.objectweb.mobilitools.smi.api.Agency
 
listAgentsIn(Location) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
 
listAgentsIn(Location, AgentProfile) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
 
listLocalAgents(AgentProfile) - Method in class org.objectweb.mobilitools.smi.api.Agency
 
localAgentIsRunning(MobileObject) - Method in class org.objectweb.mobilitools.smi.api.Agency
 
localAgentIsRunning(Name) - Method in class org.objectweb.mobilitools.smi.api.Agency
 
Location - class org.objectweb.mobilitools.smi.api.Location.
MobiliTools $Name: $, $Id: Location.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ SMI locations are based on a special naming scheme, based on CORBA naming service (see COS naming URI in MAF specification): CosNaming:region_prefix/region_name/agency_prefix/agency_name e.g.
Location(String) - Constructor for class org.objectweb.mobilitools.smi.api.Location
Creates a new Location object from the provided location string.
Location(String, String) - Constructor for class org.objectweb.mobilitools.smi.api.Location
Creates a new Location object from the provided region name and agency name.
lookup_agent_names(AgentProfile) - Method in class org.objectweb.mobilitools.smi.MAFFinder_impl
 
lookup_agent_system(Name, AgentSystemInfo) - Method in class org.objectweb.mobilitools.smi.MAFFinder_impl
Lookup an agent system from its name if the identity part is not empty, or lists all agent systems otherwise.
lookup_agent(Name, AgentProfile) - Method in class org.objectweb.mobilitools.smi.MAFFinder_impl
Lookup an agent from its name if the identity part is not empty, or lists all agents otherwise.
lookup_locations(Name, String, Object) - Method in class org.objectweb.mobilitools.smi.Finder
 
lookup_names(Object) - Method in class org.objectweb.mobilitools.smi.Finder
 
lookup_place(String) - Method in class org.objectweb.mobilitools.smi.MAFFinder_impl
Not implemented.

M

MAFAgentSystem_impl - class org.objectweb.mobilitools.smi.MAFAgentSystem_impl.
MobiliTools $Name: $, $Id: MAFAgentSystem_impl.java,v 1.1.1.1 2003/03/28 14:48:05 dillense Exp $ Implementation of MAF's MAFAgentSystem interface (always bound to an Agency instance).
MAFAgentSystem_impl(Agency) - Constructor for class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
Creates a new implementation of the MAFAgentSystem MAF interface.
MAFAgentSystem_impl(Agency, boolean) - Constructor for class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
Creates Creates a new implementation of the MAFAgentSystem MAF interface.
MAFFinder_impl - class 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.
MAFFinder_impl(Finder) - Constructor for class org.objectweb.mobilitools.smi.MAFFinder_impl
 
main(String[]) - Static method in class org.objectweb.mobilitools.smi.Finder
Launches a MAFFinder for the given region, and registers its object reference in the default CORBA naming service.
main(String[]) - Static method in class org.objectweb.mobilitools.smi.api.Constants
Displays version information
main(String[]) - Static method in class org.objectweb.mobilitools.smi.api.Agency
Launches a SMI agency.
main(String[]) - Static method in class org.objectweb.mobilitools.smi.goodies.RegionManager
Creates/deploys agents in existing agencies, from definitions read from a property file or an XML file.
main(String[]) - Static method in class org.objectweb.mobilitools.smi.goodies.FinderGUI
Creates a new finder with a GUI.
main(String[]) - Static method in class org.objectweb.mobilitools.smi.goodies.AgencyGUI
Creates a new agency.
main(String[]) - Static method in class org.objectweb.mobilitools.util.corba.NSbinder
Parses a property file or an xml file describing a set of CORBA name service bindings to do.
main(String[]) - Static method in class org.objectweb.mobilitools.util.corba.NSbrowser
Opens a CORBA naming service GUI for the default context of the default name service (i.e. from the initial reference).
MAJOR_VERSION - Static variable in class org.objectweb.mobilitools.smi.api.Constants
major version of SMI agent system = 1
makeAgentProfile(Properties) - Method in class org.objectweb.mobilitools.smi.api.Agency
 
makeAgentSystemInfo(byte[], byte[]) - Static method in class org.objectweb.mobilitools.smi.api.Constants
 
makePath(NameComponent[]) - Method in class org.objectweb.mobilitools.util.corba.NameService
 
makePath(String) - Method in class org.objectweb.mobilitools.util.corba.NameService
 
matchProfile(Object, Object) - Static method in class org.objectweb.mobilitools.smi.Misc
 
matchProperties(Properties, Properties) - Static method in class org.objectweb.mobilitools.smi.Misc
 
message - Variable in class org.objectweb.mobilitools.smi.api.BadOperation
failure explanation message
MINOR_VERSION - Static variable in class org.objectweb.mobilitools.smi.api.Constants
minor version of SMI agent system = 0
Misc - class org.objectweb.mobilitools.smi.Misc.
 
Misc() - Constructor for class org.objectweb.mobilitools.smi.Misc
 
MobileObject - interface org.objectweb.mobilitools.smi.api.MobileObject.
MobiliTools $Name: $, $Id: MobileObject.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ This interface must be implemented by any agent class in order to be managed by the SMI framework.
model - Variable in class org.objectweb.mobilitools.util.gui.TableMap
 
move_agent(Name, String, String) - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
 
moveAgent(Location, Name, Location, String) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
Moves an agent to the specified location.
moveAgent(String, Name, String, Name, String) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
Moves an agent to the named agency in the specified region.
moveLocalAgent(MobileObject, Location, String) - Method in class org.objectweb.mobilitools.smi.api.Agency
Invokes the beforeMove() callback on the agent, and then tries to move it if no exception has been thrown by beforeMove().
moveLocalAgent(Name, Location, String) - Method in class org.objectweb.mobilitools.smi.api.Agency
Invokes the beforeMove() callback on the agent, and then tries to move it if no exception has been thrown by beforeMove().
my_agency - Variable in class org.objectweb.mobilitools.smi.goodies.BasicMobileObject
reference to the hosting agent system
my_finder - Variable in class org.objectweb.mobilitools.smi.api.Agency
 
my_info - Variable in class org.objectweb.mobilitools.smi.api.Agency
 
my_location - Variable in class org.objectweb.mobilitools.smi.api.Agency
 
my_name - Variable in class org.objectweb.mobilitools.smi.api.Agency
 
my_ns - Variable in class org.objectweb.mobilitools.smi.api.Agency
 
my_ns_name - Variable in class org.objectweb.mobilitools.smi.api.Agency
 
my_orb - Variable in class org.objectweb.mobilitools.smi.api.Agency
 
my_personality - Variable in class org.objectweb.mobilitools.smi.api.Agency
 
my_region - Variable in class org.objectweb.mobilitools.smi.api.Agency
 
my_shell - Variable in class org.objectweb.mobilitools.smi.api.Agency
 

N

n2sort() - Method in class org.objectweb.mobilitools.util.gui.TableSorter
 
name - Variable in class org.objectweb.mobilitools.util.corba.NSbinding
 
Name - class org.objectweb.mobilitools.smi.api.Name.
MobiliTools $Name: $, $Id: Name.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ Wrapper class for MAF's Name class.
Name(byte[], byte[], short) - Constructor for class org.objectweb.mobilitools.smi.api.Name
Creates a new Name object from the given authority, identity and agent system type identifier.
Name(Name) - Constructor for class org.objectweb.mobilitools.smi.api.Name
Duplicates a Name.
Name(Name) - Constructor for class org.objectweb.mobilitools.smi.api.Name
Creates a new Name object from a MAF name (IDL-defined type).
Name(String) - Constructor for class org.objectweb.mobilitools.smi.api.Name
Creates a new Name from a string representation of a MAF name.
Name(String, String, short) - Constructor for class org.objectweb.mobilitools.smi.api.Name
Creates a new Name object from the given authority and identity in string representation, and agent system type identifier.
NameService - class org.objectweb.mobilitools.util.corba.NameService.
MobiliTools $Name: $, $Id: NameService.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ Front-end utility for the CORBA naming service.
NameService(Object) - Constructor for class org.objectweb.mobilitools.util.corba.NameService
Creates and initializes a new name service front-end.
NameService(ORB) - Constructor for class org.objectweb.mobilitools.util.corba.NameService
Creates and initializes a new name service front-end.
NameServiceException - exception org.objectweb.mobilitools.util.corba.NameServiceException.
 
NameServiceException() - Constructor for class org.objectweb.mobilitools.util.corba.NameServiceException
 
NameServiceException(Object) - Constructor for class org.objectweb.mobilitools.util.corba.NameServiceException
 
nameToString(NameComponent[]) - Static method in class org.objectweb.mobilitools.util.corba.NameService
 
nested - Variable in class org.objectweb.mobilitools.smi.api.BadOperation
nested exception
newDummyAgentProfile() - Static method in class org.objectweb.mobilitools.smi.Misc
 
newDummyAgentSystemInfo() - Static method in class org.objectweb.mobilitools.smi.Misc
 
newDummyName() - Static method in class org.objectweb.mobilitools.smi.Misc
 
NOTIFY_TERMINATE - Static variable in class org.objectweb.mobilitools.smi.api.Agency
 
NSbinder - class org.objectweb.mobilitools.util.corba.NSbinder.
MobiliTools $Name: $, $Id: NSbinder.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ Tool for making automatic bindings in CORBA naming service.
NSbinder() - Constructor for class org.objectweb.mobilitools.util.corba.NSbinder
Creates a new name service binder utility, using default/singleton ORB object.
NSbinder(ORB) - Constructor for class org.objectweb.mobilitools.util.corba.NSbinder
Creates a new name service binder utility, using the provided ORB object.
NSbinding - class org.objectweb.mobilitools.util.corba.NSbinding.
 
NSbinding(String, String, int, Object) - Constructor for class org.objectweb.mobilitools.util.corba.NSbinding
 
NSbrowser - class org.objectweb.mobilitools.util.corba.NSbrowser.
MobiliTools $Name: $, $Id: NSbrowser.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ Browser for CORBA name service.

O

object - Variable in class org.objectweb.mobilitools.util.corba.NSbinding
 
OBJECT - Static variable in class org.objectweb.mobilitools.util.corba.NSbinding
 
object2any(ORB, Object) - Static method in class org.objectweb.mobilitools.util.corba.CORBA
 
org.objectweb.mobilitools.smi - package org.objectweb.mobilitools.smi
The core Simple MAF Implementation.
org.objectweb.mobilitools.smi.api - package org.objectweb.mobilitools.smi.api
User API for Simple MAF Implementation.
org.objectweb.mobilitools.smi.goodies - package org.objectweb.mobilitools.smi.goodies
Goodies for the Simple MAF/MASIF Implementation (GUI tools, helper classes).
org.objectweb.mobilitools.smi.lib - package org.objectweb.mobilitools.smi.lib
SMI support library (classloader library)
org.objectweb.mobilitools.util.corba - package org.objectweb.mobilitools.util.corba
Miscellaneous CORBA facilitators.
org.objectweb.mobilitools.util.gui - package org.objectweb.mobilitools.util.gui
Miscellaneous GUI tools.
OTHER - Static variable in class org.objectweb.mobilitools.smi.api.BadOperation
unspecified failure = 0

P

printAllStackTrace() - Method in class org.objectweb.mobilitools.smi.api.BadOperation
Prints the execution stack trace first, and then the nested exception stack trace if any.
printAllStackTrace(PrintStream) - Method in class org.objectweb.mobilitools.smi.api.BadOperation
Prints the execution stack trace first, and then the nested exception stack trace if any.
printAllStackTrace(PrintWriter) - Method in class org.objectweb.mobilitools.smi.api.BadOperation
Prints the execution stack trace first, and then the nested exception stack trace if any.
printEntries() - Method in class org.objectweb.mobilitools.smi.Finder
 
property2any(Properties, ORB) - Static method in class org.objectweb.mobilitools.smi.Misc
 

Q

quit() - Method in class org.objectweb.mobilitools.smi.goodies.FinderGUI
Terminates the GUI.

R

reallocateIndexes() - Method in class org.objectweb.mobilitools.util.gui.TableSorter
 
reason - Variable in class org.objectweb.mobilitools.smi.api.BadOperation
failure identification
rebind(NameComponent[], Object) - Method in class org.objectweb.mobilitools.util.corba.NameService
 
rebind(String, Object) - Method in class org.objectweb.mobilitools.util.corba.NameService
 
receive_agent(Name, AgentProfile, byte[], String, ClassName[], String, MAFAgentSystem) - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
Receives a migrating agent.
receiveAgent(String, byte[], Name, AgentProfile, String, String, MAFAgentSystem) - Method in class org.objectweb.mobilitools.smi.api.Agency
Receives a moving agent, invokes callback afterMove() on the newly installed agent.
refCount - Variable in class org.objectweb.mobilitools.smi.lib.ClassCache
 
refFromFile(ORB, String) - Static method in class org.objectweb.mobilitools.util.corba.CORBA
 
refToFile(ORB, Object, String) - Static method in class org.objectweb.mobilitools.util.corba.CORBA
 
RegionManager - class org.objectweb.mobilitools.smi.goodies.RegionManager.
MobiliTools $Name: $, $Id: RegionManager.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ A RegionManager instance makes it possible to deploy and manage agents, as well as lookup agents and agent systems, through the MAF infrastructure (i.e. implementations of MAFAgentSystem and MAFFinder interfaces).
RegionManager() - Constructor for class org.objectweb.mobilitools.smi.goodies.RegionManager
 
RegionManager(ORB) - Constructor for class org.objectweb.mobilitools.smi.goodies.RegionManager
 
regionPrefixDefault - Static variable in class org.objectweb.mobilitools.smi.api.Constants
default value for region naming prefix property = "MAF"
regionPrefixProp - Static variable in class org.objectweb.mobilitools.smi.api.Constants
property name for region naming prefix = "org.objectweb.mobilitools.smi.regionPrefix"
register_agent_system(Name, String, AgentSystemInfo) - Method in class org.objectweb.mobilitools.smi.MAFFinder_impl
Registers an agent system if its name is unique, and if its identity is not empty.
register_agent(Name, String, AgentProfile) - Method in class org.objectweb.mobilitools.smi.MAFFinder_impl
Registers an agent if its name is unique, and if its identity is not empty.
register_place(String, String) - Method in class org.objectweb.mobilitools.smi.MAFFinder_impl
Not implemented.
register(FinderEntry) - Method in class org.objectweb.mobilitools.smi.Finder
 
REJECTED - Static variable in class org.objectweb.mobilitools.smi.api.BadOperation
the target agent rejected the operation = 1
resolve(NameComponent[]) - Method in class org.objectweb.mobilitools.util.corba.NameService
Resolves a name to the bound object reference.
resolve(String) - Method in class org.objectweb.mobilitools.util.corba.NameService
Resolves a String-fied name to the bound object reference.
resolveClass(ObjectStreamClass) - Method in class org.objectweb.mobilitools.smi.SMIObjectInputStream
 
resume_agent(Name) - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
Resumes the activity of an agent.
resumeAgent(Location, Name) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
Resumes the activity of the specified agent residing at the specified location.
resumeAgent(String, Name) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
Resumes the activity of the specified agent in the specified region.
resumeLocalAgent(MobileObject) - Method in class org.objectweb.mobilitools.smi.api.Agency
Invokes the beforeResume() callback on an agent in order to resume its activity.
resumeLocalAgent(Name) - Method in class org.objectweb.mobilitools.smi.api.Agency
Invokes the beforeResume() callback on an agent in order to resume its activity.
RETRY - Static variable in class org.objectweb.mobilitools.smi.api.BadOperation
a (temporary/normal or permanent/abnormal?)
RMIClassLoaderAdapter - class org.objectweb.mobilitools.smi.lib.RMIClassLoaderAdapter.
MobiliTools $Name: $, $Id: RMIClassLoaderAdapter.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ Classloader factory providing RMI classloaders.
RMIClassLoaderAdapter() - Constructor for class org.objectweb.mobilitools.smi.lib.RMIClassLoaderAdapter
 
run(FormListener) - Method in class org.objectweb.mobilitools.util.gui.FormFrame
 
RUNNING - Static variable in class org.objectweb.mobilitools.smi.api.BadOperation
agent is active after a suspend or resume request failure = 7

S

SERIALIZATION - Static variable in class org.objectweb.mobilitools.smi.api.Constants
MAF-compliant serialization identifier for SMI agent system = 1
SERIALIZATION - Static variable in class org.objectweb.mobilitools.smi.api.BadOperation
agent or argument object de/serialization failure = 6
setLocalAgentProperty(MobileObject, String, String) - Method in class org.objectweb.mobilitools.smi.api.Agency
Sets, changes or unsets an agent property.
setLocalAgentProperty(Name, String, String) - Method in class org.objectweb.mobilitools.smi.api.Agency
Sets, changes or unsets an agent property.
setModel(TableModel) - Method in class org.objectweb.mobilitools.util.gui.TableMap
 
setModel(TableModel) - Method in class org.objectweb.mobilitools.util.gui.TableSorter
 
setOrb(Applet, Properties) - Static method in class org.objectweb.mobilitools.util.corba.CORBA
 
setOrb(ORB) - Static method in class org.objectweb.mobilitools.util.corba.CORBA
 
setOrb(String[], Properties) - Static method in class org.objectweb.mobilitools.util.corba.CORBA
 
setValueAt(Object, int, int) - Method in class org.objectweb.mobilitools.util.gui.TableMap
 
setValueAt(Object, int, int) - Method in class org.objectweb.mobilitools.util.gui.TableSorter
 
shutdown(int) - Method in class org.objectweb.mobilitools.smi.goodies.AgencyGUI
Terminates every agent in the agency, and terminates the agency.
shutdownLock - Variable in class org.objectweb.mobilitools.smi.api.Agency
 
shuttlesort(int[], int[], int, int) - Method in class org.objectweb.mobilitools.util.gui.TableSorter
 
SMIClassLoader - class org.objectweb.mobilitools.smi.lib.SMIClassLoader.
MobiliTools $Name: $, $Id: SMIClassLoader.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ MAF-based class loader for SMI.
SMIObjectInputStream - class org.objectweb.mobilitools.smi.SMIObjectInputStream.
MobiliTools $Name: $, $Id: SMIObjectInputStream.java,v 1.1.1.1 2003/03/28 14:48:05 dillense Exp $ Responsible for deserializing (with a specific classloader) agents received by an agency.
SMIObjectInputStream(InputStream, ClassLoader) - Constructor for class org.objectweb.mobilitools.smi.SMIObjectInputStream
 
SMIObjectInputStream(InputStream, String, AgentProfile, MAFAgentSystem) - Constructor for class org.objectweb.mobilitools.smi.SMIObjectInputStream
 
sort(Object) - Method in class org.objectweb.mobilitools.util.gui.TableSorter
 
sortByColumn(int) - Method in class org.objectweb.mobilitools.util.gui.TableSorter
 
sortByColumn(int, boolean) - Method in class org.objectweb.mobilitools.util.gui.TableSorter
 
standalone - Static variable in class org.objectweb.mobilitools.smi.api.Agency
if using an agency personality, set this attribute to true if you wish the agency to perform System.exit(0) when terminating the agency.
stringToName(String) - Static method in class org.objectweb.mobilitools.util.corba.NameService
 
suspend_agent(Name) - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
Suspends the activity of an agent.
suspendAgent(Location, Name) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
Suspends the activity of the specified agent residing at the specified location.
suspendAgent(String, Name) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
Suspends the activity of the specified agent in the specified region.
SUSPENDED - Static variable in class org.objectweb.mobilitools.smi.api.BadOperation
agent is suspended after a suspend or resume request failure = 8
suspendLocalAgent(MobileObject) - Method in class org.objectweb.mobilitools.smi.api.Agency
Invokes the beforeSuspend() callback on an agent in order to suspend its activity.
suspendLocalAgent(Name) - Method in class org.objectweb.mobilitools.smi.api.Agency
Invokes the beforeSuspend() callback on an agent in order to suspend its activity.
swap(int, int) - Method in class org.objectweb.mobilitools.util.gui.TableSorter
 

T

tableChanged(TableModelEvent) - Method in class org.objectweb.mobilitools.util.gui.TableMap
 
tableChanged(TableModelEvent) - Method in class org.objectweb.mobilitools.util.gui.TableSorter
 
TableMap - class org.objectweb.mobilitools.util.gui.TableMap.
 
TableMap() - Constructor for class org.objectweb.mobilitools.util.gui.TableMap
 
TableSorter - class org.objectweb.mobilitools.util.gui.TableSorter.
 
TableSorter() - Constructor for class org.objectweb.mobilitools.util.gui.TableSorter
 
TableSorter(TableModel) - Constructor for class org.objectweb.mobilitools.util.gui.TableSorter
 
terminate_agent_system() - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
Terminates the agency.
terminate_agent(Name) - Method in class org.objectweb.mobilitools.smi.MAFAgentSystem_impl
Terminates an agent.
terminate() - Method in class org.objectweb.mobilitools.smi.api.Agency
Calls beforeShutdown() on the hosted agents, terminates agents that are still hosted, then calls agencyShutdown() on the agency, and finally shuts the agency down.
terminateAgency(Location) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
Terminates the specified agency in the specified region.
terminateAgency(String, Name) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
Terminates the specified agency in the specified region.
terminateAgent(Location, Name) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
Terminates the specified agent in the specified region.
terminateAgent(String, Name) - Method in class org.objectweb.mobilitools.smi.goodies.RegionManager
Terminates the specified agent in the specified region.
terminateLocalAgent(MobileObject) - Method in class org.objectweb.mobilitools.smi.api.Agency
Invokes the beforeDeath() callback on an agent, and then terminates it.
terminateLocalAgent(Name) - Method in class org.objectweb.mobilitools.smi.api.Agency
Invokes the beforeDeath() callback on an agent, and then terminates it.
tie - Variable in class org.objectweb.mobilitools.smi.api.Agency
 
toggleRunning() - Method in class org.objectweb.mobilitools.smi.AgentEntry
Toggle the activity status between running and suspended.
toggleRunning() - Method in interface org.objectweb.mobilitools.smi.api.AgentInfo
Toggle the activity status between running and suspended.
toString() - Method in class org.objectweb.mobilitools.smi.FinderEntry
 
toString() - Method in class org.objectweb.mobilitools.smi.api.Location
 
toString() - Method in class org.objectweb.mobilitools.smi.api.BadOperation
 
toString() - Method in class org.objectweb.mobilitools.smi.api.Name
 
toString() - Method in class org.objectweb.mobilitools.smi.lib.SMIClassLoader
 
toString() - Method in class org.objectweb.mobilitools.util.corba.NameServiceException
 
type - Variable in class org.objectweb.mobilitools.util.corba.NSbinding
 
TYPE_ID - Static variable in class org.objectweb.mobilitools.smi.api.Constants
agent system type identifier for SMI = 10
type() - Method in class org.objectweb.mobilitools.smi.api.Name
 

U

unbind(NameComponent[]) - Method in class org.objectweb.mobilitools.util.corba.NameService
 
unbind(String) - Method in class org.objectweb.mobilitools.util.corba.NameService
 
UNKNOWNAGENCY - Static variable in class org.objectweb.mobilitools.smi.api.BadOperation
unknown agency = 13
UNKNOWNAGENT - Static variable in class org.objectweb.mobilitools.smi.api.BadOperation
the target agent is unknown = 5
unregister_agent_system(Name) - Method in class org.objectweb.mobilitools.smi.MAFFinder_impl
Unregisters an agent system.
unregister_agent(Name) - Method in class org.objectweb.mobilitools.smi.MAFFinder_impl
Unregisters an agent.
unregister_place(String) - Method in class org.objectweb.mobilitools.smi.MAFFinder_impl
Not implemented.
unregister(Name) - Method in class org.objectweb.mobilitools.smi.Finder
 
update(Observable, Object) - Method in class org.objectweb.mobilitools.smi.goodies.FinderGUI
 
update(Observable, Object) - Method in class org.objectweb.mobilitools.smi.goodies.AgencyGUI
 
URLClassLoaderAdapter - class org.objectweb.mobilitools.smi.lib.URLClassLoaderAdapter.
MobiliTools $Name: $, $Id: URLClassLoaderAdapter.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ Classloader factory providing URL classloaders.
URLClassLoaderAdapter() - Constructor for class org.objectweb.mobilitools.smi.lib.URLClassLoaderAdapter
 

A B C D E F G H I K L M N O P Q R S T U