- getAgentCount() - Method in class birthing.BirthRoom
-
this returns the number of agents active on this host CPU.
- getArguments(String) - Method in class server.MsgInterface
-
this returns the string arguments embedded in the buffered parameter
describing the requested Agency (instantiation).
- getBid() - Method in class birthing.BirthRoom.OtherMidwife
-
- getClusterLoading(ArrayList<String>) - Method in class birthing.BirthRoom
-
this returns an ArrayList containing the counts of agents currently
active on each respective host CPU in the cluster.
- getCountOfAgents() - Method in class birthing.BirthRoom.OtherMidwife
-
- getFreezeXpansion() - Method in class gui.Console
-
this gets the value of the user choice to continue expanding Agent
load.
- getHiIPA(String[]) - Method in class network.GetSubnetIPAs
-
this attempts to recover and then return the IPA address high range value
// from the console input argument string.
- getIPA() - Method in class birthing.BirthRoom.OtherMidwife
-
- getIPA(byte[]) - Method in class server.Server
-
this returns an InetAddress based on a 32-bit byte array while checking
for exceptions.
- getIPA(String) - Method in class server.Server
-
this returns an InetAddress based on a String name while checking for
exceptions.
- getIPAOffset(String) - Method in class birthing.BirthRoom
-
this returns the offset address in the cluster of the parameter
ipaString.
- getLoadingStatus(String, int) - Method in class server.MsgInterface
-
this is the load status requester.
- getLocalHostStr() - Method in class network.GetLocalIPA
-
this returns the value of the local host's IPA as a String.
- GetLocalIPA - Class in network
-
- GetLocalIPA() - Constructor for class network.GetLocalIPA
-
this is a default constructor.
- getLowIPA(String[]) - Method in class network.GetSubnetIPAs
-
this attempts to recover and then return the IPA address low range value
// from the console input argument string.
- getOperatingSystemName() - Static method in class Midwife
-
this method returns, as a String, the name of the operating system.
- getOSTaskMgrExec(String) - Static method in class Midwife
-
this method returns the name of the OS Task Manager executable.
- getParamList() - Method in class server.MsgInterface
-
this returns the parameter list of new agent instantiation particulars.
- getProcessList(String) - Method in class birthing.BirthRoom
-
this asks the OS for a list of the running processes and returns it
as an ArrayList of type String.
- getServerSocket(int, int, InetAddress) - Method in class server.Server
-
this returns a Server Socket while checking for exceptions.
- getSocket() - Method in class server.Server
-
this returns a Socket while checking for exceptions.
- getSocket(String, int) - Method in class server.Server
-
this returns a Socket while checking for exceptions.
- GetSubnetIPAs - Class in network
-
- GetSubnetIPAs(int, int, String) - Constructor for class network.GetSubnetIPAs
-
this is the constructor.
- getSubnetList() - Method in class network.GetSubnetIPAs
-
this returns the values of the discovered IPAs as an Array List.
- getTasking() - Method in class server.MsgInterface
-
this returns the last message received in inter-Midwife communications.
- gui - package gui
-
- SAY_PARAMETER_LIST - Variable in class server.MsgInterface
-
- scrollPane - Variable in class gui.Console
-
- SEC1 - Static variable in class Midwife
-
- SEC10 - Static variable in class Midwife
-
- SEC20 - Static variable in class Midwife
-
- SEC30 - Static variable in class Midwife
-
- selfIPAInetAddr - Variable in class birthing.BirthRoom
-
- send(String, OutputStream) - Method in class server.MsgInterface
-
this converts a String message (botschaft) into a byte array
and then transmits that array over the network.
- serialVersionUID - Static variable in class gui.Console
-
- server - package server
-
- server - Static variable in class birthing.BirthRoom
-
- server - Variable in class network.GetLocalIPA
-
- server - Variable in class network.GetSubnetIPAs
-
- Server - Class in server
-
- Server() - Constructor for class server.Server
-
this is the network interface.
- Server(String, int, int, int) - Constructor for class server.Server
-
this is the server thread constructor.
- serverSocket - Static variable in class server.MsgInterface
-
- setAgentCount(int) - Method in class birthing.BirthRoom
-
this synchronized setter sets count of agents active on this host CPU.
- setAgentCount(int) - Method in class server.MsgInterface
-
this sets the (local, reportable, and current) agent count.
- setAgentCount(int) - Method in class server.Server
-
this sets the current agent count.
- setAgentCountValue(int) - Method in class gui.Console
-
this sets the value of the agent count display.
- setBid(int) - Method in class birthing.BirthRoom.OtherMidwife
-
- setCountOfAgents(int) - Method in class birthing.BirthRoom.OtherMidwife
-
- setFreezeXpansion(boolean) - Method in class birthing.BirthRoom
-
this sets the value of the user choice to continue expanding Agent
load.
- setIPASubnet(ArrayList<String>) - Method in class birthing.BirthRoom
-
this synchronized setter sets the list of known CPUs in the cluster.
- setNetListenName(String) - Method in class birthing.BirthRoom
-
this sets the name of the Agents.
- setReadBuffers(byte[], String) - Method in class server.MsgInterface
-
this sets the data into the network read after recieve GLOBAL buffers.
- setupEnvironment() - Static method in class Midwife
-
this method initializes the operating environment.
- shortenTheQueue(ArrayList<String>) - Method in class birthing.BirthRoom
-
this returns a shortened ArrayList.
- socket - Static variable in class server.MsgInterface
-
- socketFactory - Static variable in class server.Server
-
- split(String, String, int) - Method in class server.Server
-
this returns a string array built around matches of the given
parameters.
- startAgent - Variable in class server.MsgInterface
-
- startLocalAgent(String) - Method in class birthing.BirthRoom
-
this method starts an agent object executable locally.
- startRemoteAgent(String, int, String) - Method in class server.MsgInterface
-
this sends a message to a remote Midwife that DEMANDS a new agent
start.
- startupFolder - Variable in class birthing.BirthRoom
-
- STATUS_REPORT - Variable in class server.MsgInterface
-
- STATUS_REQUESTED - Variable in class server.MsgInterface
-
- surrogateSocket - Static variable in class server.Server
-