All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

ACTIVE. Static variable in class COM.meitca.concordia.Agent
Agent is active.
addAgentListener(AgentListener). Method in class COM.meitca.concordia.AgentTransporter
Add an object to the list of listeners to notify about important agent activity.
addAgentListener(RemoteAgentListener, String, int). Method in class COM.meitca.concordia.Agent
Adds a new remote agent listener to the list of objects that wish to receive agent notification events.
addAgentListener(RemoteAgentListener, String, int, boolean). Method in class COM.meitca.concordia.Agent
Adds a new remote agent listener to the list of objects that wish to receive agent notification events.
addClientRestriction(ResourceOption, String[]). Method in class COM.meitca.concordia.SecureAgent
Add a ClientRestriction to the Agent.
addClientRestriction(ResourceOption, String[]). Method in class COM.meitca.concordia.SecureCollaboratingAgent
Add a ClientRestriction to the Agent.
addDestination(Destination). Method in class COM.meitca.concordia.Itinerary
Adds a new Destination to the end of the Agents Itinerary.
addGroup(AgentGroup). Method in class COM.meitca.concordia.CollaboratorAgent
Joins this CollaboratorAgent to an AgentGroup.
addGroup(AgentGroupProxy). Method in class COM.meitca.concordia.CollaboratorAgent
Joins this CollaboratorAgent to an AgentGroup via a proxy.
Agent(). Constructor for class COM.meitca.concordia.Agent
Constructs an Agent.
AgentExceptionEvent(). Constructor for class COM.meitca.concordia.AgentExceptionEvent
Default constructor.
AgentExceptionEvent(Agent, Exception). Constructor for class COM.meitca.concordia.AgentExceptionEvent
Constructs an AgentExceptionEvent
AgentGroupException(). Constructor for class COM.meitca.concordia.collaborate.AgentGroupException
Constructs an AgentGroupException.
AgentGroupException(String). Constructor for class COM.meitca.concordia.collaborate.AgentGroupException
Constructs an AgentGroupException.
AgentGroupImpl(). Constructor for class COM.meitca.concordia.collaborate.AgentGroupImpl
Constructs an AgentGroupImpl object.
AgentGroupImpl(boolean). Constructor for class COM.meitca.concordia.collaborate.AgentGroupImpl
Constructs an AgentGroupImpl object.
AgentGroupImpl(boolean, boolean). Constructor for class COM.meitca.concordia.collaborate.AgentGroupImpl
Constructs an AgentGroupImpl object.
AgentGroupImpl(int). Constructor for class COM.meitca.concordia.collaborate.AgentGroupImpl
Constructs an AgentGroupImpl object.
AgentGroupImpl(int, long, boolean, boolean). Constructor for class COM.meitca.concordia.collaborate.AgentGroupImpl
Constructs an AgentGroupImpl object.
AgentGroupImpl(long). Constructor for class COM.meitca.concordia.collaborate.AgentGroupImpl
Constructs an AgentGroupImpl object.
AgentGroupProxy(CachedObjectFactory, Class). Constructor for class COM.meitca.concordia.collaborate.AgentGroupProxy
Constructs an AgentGroupProxy and allocates a new AgentGroup, if necssary.
AgentGroupProxy(CachedObjectFactory, Class, int, Class[], Object[]). Constructor for class COM.meitca.concordia.collaborate.AgentGroupProxy
Constructs an AgentGroupProxy and obtains a reference to an AgentGroup from the CachedObjectFactory.
AgentGroupProxy(CachedObjectFactory, String, Class). Constructor for class COM.meitca.concordia.collaborate.AgentGroupProxy
Constructs an AgentGroupProxy and allocates a new AgentGroup, if necssary.
AgentGroupProxy(CachedObjectFactory, String, Class, int, Class[], Object[]). Constructor for class COM.meitca.concordia.collaborate.AgentGroupProxy
Constructs an AgentGroupProxy and obtains a reference to an AgentGroup from the CachedObjectFactory.
AgentGroupProxyException(String). Constructor for class COM.meitca.concordia.collaborate.AgentGroupProxyException
Constructs an AgentGroupProxyException.
AgentTransporter(). Constructor for class COM.meitca.concordia.AgentTransporter
Create a new AgentTransporter object with the default name "AgentTransporter", and security level = 1 (on).
AgentTransporter(String, int). Constructor for class COM.meitca.concordia.AgentTransporter
Create a new AgentTransporter object with the specified name and security level.
AgentTransportException(). Constructor for class COM.meitca.concordia.AgentTransportException
Constructs an AgentTransportException.
AgentTransportException(String). Constructor for class COM.meitca.concordia.AgentTransportException
Constructs an AgentTransportException.
ALIVE1. Static variable in class COM.meitca.concordia.service.HeartbeatMsg
Service is alive and well
ALIVE2. Static variable in class COM.meitca.concordia.service.HeartbeatMsg
Service is alive, but missed a few heartbeats
ALIVE3. Static variable in class COM.meitca.concordia.service.HeartbeatMsg
Service is possibly down, give it one more chance
AlreadyInitializedException(). Constructor for class COM.meitca.concordia.service.AlreadyInitializedException
Constructs an AlreadyInitializedException.
AlreadyInitializedException(String). Constructor for class COM.meitca.concordia.service.AlreadyInitializedException
Constructs an AlreadyInitializedException.
analyzeResults(Enumeration). Method in class COM.meitca.concordia.collaborate.AgentGroupImpl
An empty implementaton of analyzeResults().

C

clearItinerary(). Method in class COM.meitca.concordia.Itinerary
Clears all Destinations from the Agents Itinerary
clone(). Method in class COM.meitca.concordia.Agent
Makes a clone of the agent.
clone(). Method in class COM.meitca.concordia.CollaboratorAgent
Makes a clone of the CollaboratorAgent.
clone(). Method in class COM.meitca.concordia.Itinerary
Makes a clone of the Itinerary.
cloneDestination(). Method in class COM.meitca.concordia.Destination
Makes a clone of the Destination object.
cloneItinerary(boolean). Method in class COM.meitca.concordia.Itinerary
Makes a clone of the Itinerary.
collaborate(AgentGroup, Object). Method in class COM.meitca.concordia.CollaboratorAgent
Performs synchronous collaboration with the specified result on the designated AgentGroup.
collaborate(AgentGroupProxy, Object). Method in class COM.meitca.concordia.CollaboratorAgent
Performs synchronous collaboration with the indicated result on the AgentGroup represented by the specified AgentGroupProxy.
collaborate(AgentGroupProxy, Object, boolean). Method in class COM.meitca.concordia.CollaboratorAgent
Performs asynchronous collaboration with the indicated result on the AgentGroup represented by the specified AgentGroupProxy.
CollaboratorAgent(). Constructor for class COM.meitca.concordia.CollaboratorAgent
Constructs a CollaboratorAgent that has not joined any AgentGroups.
CollaboratorAgent(AgentGroup). Constructor for class COM.meitca.concordia.CollaboratorAgent
Constructs a CollaboratorAgent and joins it to an AgentGroup.
CollaboratorAgent(Vector). Constructor for class COM.meitca.concordia.CollaboratorAgent
Constructs a CollaboratorAgent and joins it to a list of AgentGroups.
COMPLETE. Static variable in class COM.meitca.concordia.Agent
Agent has completed its travels.
completedItinerary(). Method in class COM.meitca.concordia.Agent
This is called by the Concordia Server when the Agent completes its Itinerary.
completedTransport(). Method in class COM.meitca.concordia.Agent
This is called by the Concordia Server when the Agent arrives at its new destination.
ConcordiaApplet(). Constructor for class COM.meitca.concordia.ConcordiaApplet

D

DEAD. Static variable in class COM.meitca.concordia.service.HeartbeatMsg
Service is presumed down
debug(String, int, String). Method in class COM.meitca.concordia.Agent
Logs a debug message to the Concordia log file on behalf of the Agent.
debug(String, int, String). Method in class COM.meitca.concordia.service.ServiceBridge
Logs a debug message to the Concordia log file on behalf of the ServiceBridge.
DEFAULT_RETRIES. Static variable in class COM.meitca.concordia.collaborate.AgentGroupImpl
The default number of times to retry an operation, if the server fails to respond.
DEFAULT_TIMEOUT. Static variable in class COM.meitca.concordia.collaborate.AgentGroupImpl
Default timeout for collaboration in ms.
deleteClientRestriction(ResourceOption). Method in class COM.meitca.concordia.SecureAgent
Delete a ClientRestriction from the SecureAgent.
deleteClientRestriction(ResourceOption). Method in class COM.meitca.concordia.SecureCollaboratingAgent
Delete a ClientRestriction from the SecureCollaboratingAgent.
dequeue(). Method in class COM.meitca.concordia.event.EventQueueImpl
Dequeues an event.
Destination(). Constructor for class COM.meitca.concordia.Destination
Constructs an empty Destination object.
Destination(String, String). Constructor for class COM.meitca.concordia.Destination
Constructs a Destination object.
destinations(). Method in class COM.meitca.concordia.Itinerary
Retrieves an enumeration of all of the Destinations in the Itinerary.
destroy(). Method in class COM.meitca.concordia.ConcordiaApplet
Final cleanup of the Concordia Server within this applet
DIRECTORY_MANAGER_NAME. Static variable in class COM.meitca.concordia.service.DirectoryImpl
DirectoryImpl(). Constructor for class COM.meitca.concordia.service.DirectoryImpl
Constructs a DirectoryImpl.
DOWN. Static variable in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Server is down

E

enqueue(EventType). Method in class COM.meitca.concordia.event.EventQueueImpl
Enqueues an event.
equals(Object). Method in class COM.meitca.concordia.Destination
equals(Object). Method in class COM.meitca.concordia.Itinerary
EventException(). Constructor for class COM.meitca.concordia.event.EventException
Constructs an EventException.
EventException(String). Constructor for class COM.meitca.concordia.event.EventException
Constructs an EventException.
EventHandlerException(). Constructor for class COM.meitca.concordia.event.EventHandlerException
Constructs an EventHandlerException.
EventHandlerException(String). Constructor for class COM.meitca.concordia.event.EventHandlerException
Constructs an EventHandlerException.
EventManagerConnection(). Constructor for class COM.meitca.concordia.event.EventManagerConnection
EventManagerException(String). Constructor for class COM.meitca.concordia.event.EventManagerException
Constructs an EventManagerException.
EventManagerURL(String). Static method in class COM.meitca.concordia.event.EventManagerConnection
This method builds a full RMI URL for the Event Manager on the given host.
EventNotifyImpl(EventHandler). Constructor for class COM.meitca.concordia.event.EventNotifyImpl
Constructs an EventNotifyImpl.
EventQueueImpl(EventHandler). Constructor for class COM.meitca.concordia.event.EventQueueImpl
Constructs an EventQueueImpl.
EventQueueImpl(EventHandler, long). Constructor for class COM.meitca.concordia.event.EventQueueImpl
Constructs an EventQueueImpl
EventType(). Constructor for class COM.meitca.concordia.event.EventType
Constructs an EventType
EventType(String). Constructor for class COM.meitca.concordia.event.EventType
Constructs an EventType

F

FailsafeDirectoryImpl(). Constructor for class COM.meitca.concordia.service.FailsafeDirectoryImpl
Default Constructor Create a new Failsafe Directory Manager
finalize(). Method in class COM.meitca.concordia.Itinerary
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
flush(). Method in class COM.meitca.concordia.event.EventQueueImpl
Flushes the event queue.

G

getAgent(). Method in class COM.meitca.concordia.Itinerary
getAgentGroup(). Method in class COM.meitca.concordia.collaborate.AgentGroupProxy
Returns a reference to the AgentGroup represented by this proxy.
getAgentID(). Method in class COM.meitca.concordia.Agent
Retrieves the Agent's ID.
getAgentID(). Method in class COM.meitca.concordia.AgentExceptionEvent
Retrieves the ID of the Agent who caught the exception.
getAgentTransporter(). Method in class COM.meitca.concordia.ConcordiaApplet
Get a reference to the AgentTransporter embedded in this applet.
getClientRestrictions(). Method in class COM.meitca.concordia.SecureAgent
Return an Emumeration of the ClientRestrictions associated with the SecureAgent.
getClientRestrictions(). Method in class COM.meitca.concordia.SecureCollaboratingAgent
Return an Emumeration of the ClientRestrictions associated with the SecureCollaboratingAgent.
getCurrentLocation(). Method in class COM.meitca.concordia.Itinerary
Retrieves the Destination object identifying the current location of the Agent.
getData(). Method in class COM.meitca.concordia.service.PerformanceData
Returns the measured data.
getDate(). Method in class COM.meitca.concordia.service.HeartbeatMsg
getDescription(). Method in class COM.meitca.concordia.service.PerformanceInfo
Returns the description of the component being monitored.
getDestinationHost(). Method in class COM.meitca.concordia.Destination
Retrieves the hostname of the machine in which to travel
getEventDescription(). Method in class COM.meitca.concordia.event.EventType
Retrieve an event's description.
getEventHandler(). Method in class COM.meitca.concordia.event.EventNotifyImpl
Returns a reference to the event handler.
getEventID(). Method in class COM.meitca.concordia.event.EventType
Retrieve an event's ID.
getEventManagerHost(). Method in class COM.meitca.concordia.event.EventManagerConnection
Returns the Event Manager's hostname or an RMI URL to the Event Manager.
getException(). Method in class COM.meitca.concordia.AgentExceptionEvent
Retrieves the exception that was caught
getGroupName(). Method in interface COM.meitca.concordia.collaborate.AgentGroup
Returns the group's unique Name.
getGroupName(). Method in class COM.meitca.concordia.collaborate.AgentGroupImpl
Returns the group's unique Name.
getGroupName(). Method in class COM.meitca.concordia.collaborate.AgentGroupProxy
Returns the name of the group.
getGroups(). Method in class COM.meitca.concordia.CollaboratorAgent
Returns a list of AgentGroups the CollaboratorAgent has joined.
getGroupSize(). Method in interface COM.meitca.concordia.collaborate.AgentGroup
Returns the number of Agents in the group.
getGroupSize(). Method in class COM.meitca.concordia.collaborate.AgentGroupImpl
Returns the number of Agents in the group.
getGroupSize(). Method in class COM.meitca.concordia.collaborate.AgentGroupProxy
Returns the number of Agents in the group.
getGroupsProxies(). Method in class COM.meitca.concordia.CollaboratorAgent
Returns a list of AgentGroupProxy objects representing the groups the CollaboratorAgent has joined via proxies.
getHeartbeatInterval(). Method in interface COM.meitca.concordia.service.FailsafeDirectory
Return the preferred time-interval for heartbeat messages
getHeartbeatInterval(). Method in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Return the preferred time-interval for heartbeat messages
getHomeCodebaseURL(). Method in class COM.meitca.concordia.Agent
Returns a URL pointing to the Agent's codebase on its home machine.
getHost(). Method in class COM.meitca.concordia.service.HeartbeatMsg
getItinerary(). Method in class COM.meitca.concordia.Agent
Returns a reference to the Agent's Itinerary.
getItineraryMethods(). Method in class COM.meitca.concordia.Agent
This method retrieves a list of the methods of the Agent which are eligible to be included in the Agent's itinerary.
getMethodName(). Method in class COM.meitca.concordia.Destination
Retrieves the method name of the method to invoke
getName(). Method in class COM.meitca.concordia.AgentTransporter
Returns the name of this Agent Transporter.
getName(). Method in class COM.meitca.concordia.service.PerformanceData
Returns the name of the component being measured.
getName(). Method in class COM.meitca.concordia.service.PerformanceInfo
Returns the name of the component being monitored.
getName(). Method in class COM.meitca.concordia.service.ServiceBridge
Returns the name of this ServiceBridge.
getNextDestination(). Method in class COM.meitca.concordia.Itinerary
Retrieves the Destination object identifying the next location of the Agent
getNumberOfDestinationsRemaining(). Method in class COM.meitca.concordia.Itinerary
Retrieves the number of unvisited Destinations in the Itinerary.
getNumberOfDestinationsVisited(). Method in class COM.meitca.concordia.Itinerary
Retrieves the number of Destinations in the Itinenary the Agent has visited.
getPriority(). Method in class COM.meitca.concordia.service.HeartbeatMsg
getProperties(). Method in class COM.meitca.concordia.service.ServiceBridge
Returns a java.util.Properties object containing all of the properties set for the service bridge.
getProperty(String). Method in class COM.meitca.concordia.service.ServiceBridge
Returns the value of a property.
getProperty(String, String). Method in class COM.meitca.concordia.service.ServiceBridge
Returns the value of a property.
getRelatedClasses(). Method in class COM.meitca.concordia.Agent
Retrieves a list of the Agent's related classes (classes whose bytecodes automatically travel with an Agent).
getService(). Method in class COM.meitca.concordia.service.HeartbeatMsg
getServiceBridge(String). Static method in class COM.meitca.concordia.service.ServiceBridge
Returns a reference to a specified ServiceBridge.
getServices(). Method in interface COM.meitca.concordia.service.Directory
Returns a Vector containing all the available services.
getServices(). Method in class COM.meitca.concordia.service.DirectoryImpl
Returns a Vector containing all the available services.
getServiceStatistics(). Method in class COM.meitca.concordia.service.ServiceBridge
Requests an table containing current execution statistics for the ServiceBridge.
getServiceStatisticsInfo(). Method in class COM.meitca.concordia.service.ServiceBridge
Requests an array of objects containing descriptive text for each of the performance objects that could be returned by getServerStatistics().
getState(). Method in class COM.meitca.concordia.service.HeartbeatMsg
getStatus(). Method in class COM.meitca.concordia.Agent
Returns the agent's status.
getUserId(). Method in class COM.meitca.concordia.SecureAgent
Return the SecureAgents Security Identification.
getUserId(). Method in class COM.meitca.concordia.SecureCollaboratingAgent
Return the SecureCollaboratingAgents Security Identification.

H

handleAgent(Agent). Method in interface COM.meitca.concordia.AgentListener
Handle an agent travelling through the AgentTransporter.
handleEvent(EventType). Method in class COM.meitca.concordia.Agent
An empty implementation of an event handler.
handleEvent(EventType). Method in interface COM.meitca.concordia.event.EventHandler
Handles the specified event in an application-specific way.
hbInterval. Variable in class COM.meitca.concordia.service.FailsafeDirectoryImpl
The time interval between expected heatbeats from remote services
HeartbeatMsg(String, String, int, Date). Constructor for class COM.meitca.concordia.service.HeartbeatMsg
heartbeatThr. Variable in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Thread that monitors heartbeat messages from remote services
host. Variable in class COM.meitca.concordia.service.HeartbeatMsg

I

init(). Method in class COM.meitca.concordia.ConcordiaApplet
Setup the AgentTransporter within the Applet to allow sending/receiving/executing Concordia Agents.
insertDestinationAfterCurrent(Destination). Method in class COM.meitca.concordia.Itinerary
Adds a new Destination to the Itinerary after the current Destination.
insertDestinationAt(Destination, int). Method in class COM.meitca.concordia.Itinerary
Adds a new Destination to the Itinerary at the given index.
insertDestinationBeforeLast(Destination). Method in class COM.meitca.concordia.Itinerary
Adds a new Destination to the Itinerary before the last Destinantion.
INTRANSIT. Static variable in class COM.meitca.concordia.Agent
Agent is intransit.
InvalidAgentUserException(). Constructor for class COM.meitca.concordia.InvalidAgentUserException

Constructs an InvalidAgentUserException

InvalidAgentUserException(String). Constructor for class COM.meitca.concordia.InvalidAgentUserException

Constructs an InvalidAgentUserException with the specified detail message.

InvalidMethodNameException(). Constructor for class COM.meitca.concordia.InvalidMethodNameException
InvalidMethodNameException(String). Constructor for class COM.meitca.concordia.InvalidMethodNameException
isAlive(String, String). Method in interface COM.meitca.concordia.service.FailsafeDirectory
Checks if the specified service & host is currently available
isAlive(String, String). Method in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Checks if the specified service & host is currently available
isCompressed(). Method in class COM.meitca.concordia.Agent
Retrieves the value of the agent's Compressed property.
isEncrypted(). Method in class COM.meitca.concordia.Agent
Retrieves the value of the agent's Encrypted property.
isPersistent(). Method in class COM.meitca.concordia.Agent
Retrieves the value of the agent's Persistent property.
isQueued(). Method in class COM.meitca.concordia.Agent
Retrieves the value of the agent's Queued property.
Itinerary(). Constructor for class COM.meitca.concordia.Itinerary
Constructs an Itinerary object

K

killService(). Method in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Force the service to stop
killService(). Method in class COM.meitca.concordia.service.ServiceBridge
Stops the ServiceBridge with prejudice.

L

lastHeartbeat. Variable in class COM.meitca.concordia.service.HeartbeatMsg
launch(). Method in class COM.meitca.concordia.Agent
Launches the Agent.
launch(). Method in class COM.meitca.concordia.SecureAgent
Launch the Agent
launch(). Method in class COM.meitca.concordia.SecureCollaboratingAgent
Launch the Agent
LaunchException(). Constructor for class COM.meitca.concordia.LaunchException
LaunchException(String). Constructor for class COM.meitca.concordia.LaunchException
lookupPrimaryServer(String). Method in interface COM.meitca.concordia.service.FailsafeDirectory
Returns the host with the highest priority that provides the service specified and is still alive.
lookupPrimaryServer(String). Method in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Returns the host with the highest priority that provides the service specified and is still alive.
lookupService(String). Method in interface COM.meitca.concordia.service.Directory
Returns a list of hosts providing a service.
lookupService(String). Method in class COM.meitca.concordia.service.DirectoryImpl
Returns a list of hosts providing a service.
lookupServices(String[]). Method in interface COM.meitca.concordia.service.Directory
Returns an array, where each element is a list of hosts providing the service specified by the entry in the services array with the same index.
lookupServices(String[]). Method in class COM.meitca.concordia.service.DirectoryImpl
Returns an array, where each element is a list of hosts providing the service specified by the entry in the services array with the same index.

M

makeAgentResult(Object). Method in class COM.meitca.concordia.CollaboratorAgent
Creates an AgentResult object with the specified result.
makeConnection(boolean). Method in class COM.meitca.concordia.event.EventManagerConnection
This method establishes a connection with the Event Manager on the same host the caller is currently executing on.
makeConnection(String, boolean). Method in class COM.meitca.concordia.event.EventManagerConnection
This method establishes a connection to a potentially remote Event Manager.
makeEventHandler(boolean). Method in class COM.meitca.concordia.Agent
This method sets up this Agent's event handler.
makeEventManagerConnection(boolean). Method in class COM.meitca.concordia.Agent
This method establishes a connection with the Event Manager on the same host the Agent is currently executing on.
makeEventManagerConnection(boolean). Method in class COM.meitca.concordia.SecureAgent
This method establishes a connection with the Event Manager on the same host the Agent is currently executing on.
makeEventManagerConnection(String, boolean). Method in class COM.meitca.concordia.Agent
This method establishes a connection to a potentially remote Event Manager.
makeEventManagerConnection(String, boolean). Method in class COM.meitca.concordia.SecureAgent
This method establishes a connection to a potentially remote Event Manager.
makeProxy(CachedObjectFactory, Class). Static method in class COM.meitca.concordia.collaborate.AgentGroupProxy
Constructs and returns an AgentGroupProxy.
makeProxy(CachedObjectFactory, String, Class). Static method in class COM.meitca.concordia.collaborate.AgentGroupProxy
Constructs and returns an AgentGroupProxy.
makeProxy(CachedObjectFactory, String, Class, boolean). Static method in class COM.meitca.concordia.collaborate.AgentGroupProxy
Constructs and returns an AgentGroupProxy.
makeProxy(CachedObjectFactory, String, Class, boolean, boolean). Static method in class COM.meitca.concordia.collaborate.AgentGroupProxy
Constructs and returns an AgentGroupProxy.
makeProxy(CachedObjectFactory, String, Class, int). Static method in class COM.meitca.concordia.collaborate.AgentGroupProxy
Constructs and returns an AgentGroupProxy.
makeProxy(CachedObjectFactory, String, Class, int, long, boolean, boolean). Static method in class COM.meitca.concordia.collaborate.AgentGroupProxy
Constructs and returns an AgentGroupProxy.
makeProxy(CachedObjectFactory, String, Class, long). Static method in class COM.meitca.concordia.collaborate.AgentGroupProxy
Constructs and returns an AgentGroupProxy.

N

nextDestination(). Method in class COM.meitca.concordia.Itinerary
Retrieves the next Destination to which an Agent should travel and increments the Itineraries internal state to the next Destination.
NoSuchServiceException(String). Constructor for class COM.meitca.concordia.service.NoSuchServiceException
notifyListeners(AgentNotificationEvent). Method in class COM.meitca.concordia.Agent
Sends the specified notification event to all of the currently registered listeners.
notifyServiceAlive(String, String, int). Method in interface COM.meitca.concordia.service.FailsafeDirectory
Notification that the specified service provider is now available and should be re-registered.
notifyServiceAlive(String, String, int). Method in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Notification that the specified service provider is now available and should be re-registered.
notifyServiceDead(String, String). Method in interface COM.meitca.concordia.service.FailsafeDirectory
Notification that the specified service provider is unavailable and should be de-registered.
notifyServiceDead(String, String). Method in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Notification that the specified service provider is unavailable and should be de-registered.
numberOfClientRestrictions(). Method in class COM.meitca.concordia.SecureAgent
Return the number of ClientRestrictions associated with the SecureAgent.
numberOfClientRestrictions(). Method in class COM.meitca.concordia.SecureCollaboratingAgent
Return the number of ClientRestrictions associated with the SecureCollaboratingAgent.

P

PerformanceData(String, Object). Constructor for class COM.meitca.concordia.service.PerformanceData
Constructs a PerformanceData
PerformanceInfo(String, String). Constructor for class COM.meitca.concordia.service.PerformanceInfo
Constructs a PerformanceInfo
postEvent(AgentGroup, EventType). Method in class COM.meitca.concordia.CollaboratorAgent
Forwards an event to all members of the specified AgentGroup.
postEvent(AgentGroup, EventType, String). Method in class COM.meitca.concordia.CollaboratorAgent
Forwards an event to the specified member of an AgentGroup.
postEvent(AgentGroupProxy, EventType). Method in class COM.meitca.concordia.CollaboratorAgent
Forwards an event to all members of the AgentGroup represented by the specified AgentGroupProxy.
postEvent(AgentGroupProxy, EventType, String). Method in class COM.meitca.concordia.CollaboratorAgent
Forwards an event to the specified member of an AgentGroup represented by the AgentGroupProxy.
postEvent(EventType). Method in class COM.meitca.concordia.Agent
Send an event to all objects registered to receive it.
postEvent(EventType). Method in class COM.meitca.concordia.event.EventManagerConnection
Post an event to the Event Manager.
postEvent(EventType). Method in class COM.meitca.concordia.event.SecureEventManagerConnection
Post an event to the Event Manager.
postEvent(MobileClassWrapper). Method in class COM.meitca.concordia.event.EventManagerConnection
Post an event to the Event Manager.
postEvent(MobileClassWrapper). Method in class COM.meitca.concordia.event.EventNotifyImpl
An implementation of the EventPost postEvent() method that synchronously invokes the event handler.
postEvent(MobileClassWrapper). Method in interface COM.meitca.concordia.event.EventPost
Send a single event.
postEvent(MobileClassWrapper). Method in class COM.meitca.concordia.event.EventQueueImpl
An implementation of the EventPost postEvent() method that asynchronously handles the event by enqueueing it and waking up the queue's thread.
postEvent(MobileClassWrapper). Method in class COM.meitca.concordia.event.SecureEventManagerConnection
Post an event to the Event Manager.
postEvents(AgentGroup, Vector). Method in class COM.meitca.concordia.CollaboratorAgent
Forwards multiple events to all members of the AgentGroup.
postEvents(AgentGroupProxy, Vector). Method in class COM.meitca.concordia.CollaboratorAgent
Forwards multiple events to all members of the AgentGroup represented by the specified AgentGroupProxy.
postEvents(Vector). Method in class COM.meitca.concordia.event.EventNotifyImpl
An implementation of the EventPost postEvents() method that synchronously invokes the event handler.
postEvents(Vector). Method in interface COM.meitca.concordia.event.EventPost
Send multiple events.
postEvents(Vector). Method in class COM.meitca.concordia.event.EventQueueImpl
An implementation of the EventPost postEvents() method that asynchronously handles the events by enqueueing them and waking up the queue's thread.
prepareForTransport(). Method in class COM.meitca.concordia.Agent
This is called by the Concordia Server immediately prior to the agent being transported to its next destination.
previousDestination(). Method in class COM.meitca.concordia.Itinerary
Retrieves the previous Destination in th Agents Itinerary and decrements the Itineraries internal state to reference that previous Destination.
priority. Variable in class COM.meitca.concordia.service.HeartbeatMsg

R

ReceptionDisabledException(). Constructor for class COM.meitca.concordia.ReceptionDisabledException
Constructs an AgentTransportException.
ReceptionDisabledException(String). Constructor for class COM.meitca.concordia.ReceptionDisabledException
Constructs an AgentTransportException.
recoverStateList(). Method in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Allocate a persistent store manager and restore stateList.
registerAll(EventPost). Method in class COM.meitca.concordia.event.EventManagerConnection
Register interest in receiving all events posted to the EventManager.
registerAll(EventPost). Method in class COM.meitca.concordia.event.SecureEventManagerConnection
Register interest in receiving all events posted to this EventManager.
registerAllEvents(). Method in class COM.meitca.concordia.Agent
Register interest in receiving all events posted to this EventManager.
registerEvents(Class[]). Method in class COM.meitca.concordia.Agent
Register interest in receiving specified events.
registerEvents(Class[], EventPost). Method in class COM.meitca.concordia.event.EventManagerConnection
registerEvents(Class[], EventPost). Method in class COM.meitca.concordia.event.SecureEventManagerConnection
Register interest in receiving specified events.
registerEvents(MobileClassWrapper[], EventPost). Method in class COM.meitca.concordia.event.EventManagerConnection
Register interest in receiving specified events.
registerEvents(MobileClassWrapper[], EventPost). Method in class COM.meitca.concordia.event.SecureEventManagerConnection
Register interest in receiving specified events.
registerHeartbeat(String, String, int). Method in interface COM.meitca.concordia.service.FailsafeDirectory
Register the "heartbeat" from a service provider, to signal that it is still alive.
registerHeartbeat(String, String, int). Method in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Register the "heartbeat" from a service provider, to signal that it is still alive
registerService(String, String). Method in interface COM.meitca.concordia.service.Directory
Registers a service on a specific host.
registerService(String, String). Method in class COM.meitca.concordia.service.DirectoryImpl
Registers a service on a specific host.
registerService(String, String). Method in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Registers a new service only.
registerService(String, String, int). Method in class COM.meitca.concordia.service.DirectoryImpl
Registers a service on a specific host, with the priority (position) indicated.
registerService(String, String, int). Method in interface COM.meitca.concordia.service.FailsafeDirectory
Registers a new service.
registerService(String, String, int). Method in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Registers a new service.
removeAgentListener(AgentListener). Method in class COM.meitca.concordia.AgentTransporter
Remove an object from the list of listeners to notify about important agent activity.
removeAgentListener(RemoteAgentListener, String, int). Method in class COM.meitca.concordia.Agent
Removes the specified remote agent listener.
removeDestinationAt(int). Method in class COM.meitca.concordia.Itinerary
Removes the Destination at the given index.
removeGroup(AgentGroup). Method in class COM.meitca.concordia.CollaboratorAgent
Removes this CollaboratorAgent from the specified group.
removeGroup(AgentGroupProxy). Method in class COM.meitca.concordia.CollaboratorAgent
Removes this CollaboratorAgent from the AgentGroup represented by the specified AgentGroupProxy object.
removeLastDestination(). Method in class COM.meitca.concordia.Itinerary
Removes the final Destination in the Itinerary
removeNextDestination(). Method in class COM.meitca.concordia.Itinerary
Removes the next Destination in the Itinerary
removeService(String, String). Method in interface COM.meitca.concordia.service.Directory
Removes a service registered on a specific host.
removeService(String, String). Method in class COM.meitca.concordia.service.DirectoryImpl
Removes a service registered on a specific host.
removeService(String, String). Method in interface COM.meitca.concordia.service.FailsafeDirectory
Removes a service from the registry and from the state list.
removeService(String, String). Method in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Removes a service from the registry and from the state list.
resetItinerary(). Method in class COM.meitca.concordia.Itinerary
Resets the Itinerary back to the initial Destination and sets all Destinations to the uncompleted state.
resetServiceStatistics(). Method in class COM.meitca.concordia.service.ServiceBridge
Resets any statistics counters being maintained by the ServiceBridge back to their initial state (usually zero).
resumeService(). Method in class COM.meitca.concordia.service.ServiceBridge
ServiceBridge specific extensions to be performed while resuming the ServiceBridge.

S

SecureAgent(). Constructor for class COM.meitca.concordia.SecureAgent
Construct a SecureAgent.
Note: In order to be considered a trusted Agent by Concordia Security, the SecureAgents Identification must be set via the setUserId method.
SecureCollaboratingAgent(). Constructor for class COM.meitca.concordia.SecureCollaboratingAgent
Construct a SecureCollaboratingAgent.
Note: In order to be considered a trusted Agent by Concordia Security, the SecureCollaboratingAgents Identification must be set via the setUserId method.
SecureCollaboratingAgent(AgentGroup). Constructor for class COM.meitca.concordia.SecureCollaboratingAgent
Constructs a SecureCollaboratingAgent.
SecureCollaboratingAgent(Vector). Constructor for class COM.meitca.concordia.SecureCollaboratingAgent
Constructs a SecureCollaboratingAgent.
SecureEventManagerConnection(SecureUserIdentification). Constructor for class COM.meitca.concordia.event.SecureEventManagerConnection
Constructs a SecureEventManagerConnection.
sendMessage(String, int, String). Method in class COM.meitca.concordia.Agent
Sends a message to the agent debugger or any other listener that is registered to receive AgentMessageNotificationEvents.
ServerDownException(String). Constructor for class COM.meitca.concordia.ServerDownException
ServerSuspendedException(String). Constructor for class COM.meitca.concordia.ServerSuspendedException
ServerUnavailableException(String). Constructor for class COM.meitca.concordia.ServerUnavailableException
service. Variable in class COM.meitca.concordia.service.HeartbeatMsg
ServiceBridge(String). Constructor for class COM.meitca.concordia.service.ServiceBridge
Creates a ServiceBridge object with the specified name.
ServiceBridge(String, Properties). Constructor for class COM.meitca.concordia.service.ServiceBridge
Creates a ServiceBridge object with the specified name and default properties.
ServiceBridge(String, String, Properties). Constructor for class COM.meitca.concordia.service.ServiceBridge
Creates a ServiceBridge object with the specified name, default properties, and debug-facility name.
ServiceException(String). Constructor for class COM.meitca.concordia.service.ServiceException
ServicePropertySyncException(String, String[]). Constructor for class COM.meitca.concordia.service.ServicePropertySyncException
Consturcts a ServicePropertySyncException object.
ServiceTimeoutException(String). Constructor for class COM.meitca.concordia.service.ServiceTimeoutException
ServiceWrongStateException(String). Constructor for class COM.meitca.concordia.service.ServiceWrongStateException
setAgent(Agent). Method in class COM.meitca.concordia.Itinerary
Sets the agent for which this itinerary is valid.
setCompressed(boolean). Method in class COM.meitca.concordia.Agent
Sets the agent's Compressed property.
setDate(Date). Method in class COM.meitca.concordia.service.HeartbeatMsg
setDestinationHost(String). Method in class COM.meitca.concordia.Destination
Sets the hostname of the machine in which to travel
setEncrypted(boolean). Method in class COM.meitca.concordia.Agent
Sets the agent's Encrypted property.
setHomeCodebaseURL(String). Method in class COM.meitca.concordia.Agent
Sets the URL of the Agent's codebase.
setItinerary(Itinerary). Method in class COM.meitca.concordia.Agent
Sets the Agent's Itinerary.
setMethodName(String). Method in class COM.meitca.concordia.Destination
Sets the method name of the method to invoke.
setPersistent(boolean). Method in class COM.meitca.concordia.Agent
Sets the agent's Persistent property.
setProperties(Properties). Method in class COM.meitca.concordia.service.ServiceBridge
The setProperties allows the ServiceBridge to replace it existing properties with an entirely new set of values.
setProperty(String, String). Method in class COM.meitca.concordia.service.ServiceBridge
Sets the specified property to the new value.
setQueued(boolean). Method in class COM.meitca.concordia.Agent
Sets the agent's Queued property.
setRelatedClasses(String[]). Method in class COM.meitca.concordia.Agent
Sets the list of the Agent's related classes (classes whose bytecodes automatically travel with an Agent).
setState(int). Method in class COM.meitca.concordia.service.HeartbeatMsg
setUserId(String, String, String). Method in class COM.meitca.concordia.SecureAgent
Set the SecureAgents UserIdentification.
setUserId(String, String, String). Method in class COM.meitca.concordia.SecureCollaboratingAgent
Set the SecureCollaboratingAgents Identification.
SHUTDOWN. Static variable in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Server is shutting down
shutdown(). Method in class COM.meitca.concordia.collaborate.AgentGroupImpl
Shuts down the AgentGroup.
shutdown(). Method in class COM.meitca.concordia.event.EventNotifyImpl
Shuts down the event handler, making it unusable.
shutdown(). Method in class COM.meitca.concordia.event.EventQueueImpl
Shuts down the event queue, making it unusable.
shutdownExtensions(). Method in class COM.meitca.concordia.collaborate.AgentGroupImpl
Application-specific actions performed when shutting down an AgentGroup.
startService(). Method in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Start the service and recover state list from persistent storage.
startService(). Method in class COM.meitca.concordia.service.ServiceBridge
The startService method is invoked by the Concordia Server to handle any ServiceBridge-specific startup and begin service processing.
STARTUP. Static variable in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Server is starting up
state. Variable in class COM.meitca.concordia.service.HeartbeatMsg
stateList. Variable in class COM.meitca.concordia.service.FailsafeDirectoryImpl
stopService(Date). Method in class COM.meitca.concordia.service.ServiceBridge
ServiceBridge specific extensions to be performed before stopping the ServiceBridge.
SUSPEND. Static variable in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Server is suspended
suspendService(). Method in class COM.meitca.concordia.service.ServiceBridge
Suspends the main thread of the ServiceBridge.
syncServiceProperties(). Method in class COM.meitca.concordia.service.ServiceBridge
Notifies the ServiceBridge that some of it operating properties have been changed by a remote administrator.
syncWithGroup(AgentGroup). Method in class COM.meitca.concordia.CollaboratorAgent
Synchronizes agents in the designated AgentGroup.

T

toString(). Method in class COM.meitca.concordia.Agent
Converts an Agent to a String.
toString(). Method in class COM.meitca.concordia.event.EventType
String representation of event.
toString(). Method in class COM.meitca.concordia.service.HeartbeatMsg
toString(). Method in class COM.meitca.concordia.service.PerformanceData
Returns a String representation of the measured data.
toString(). Method in class COM.meitca.concordia.service.PerformanceInfo
Returns a description of the component being monitored.

U

UNKNOWN. Static variable in class COM.meitca.concordia.Agent
Agent is in an unknown state.
UNKNOWN. Static variable in class COM.meitca.concordia.service.HeartbeatMsg
unregisterAll(EventPost). Method in class COM.meitca.concordia.event.EventManagerConnection
Remove registration for all events.
unregisterAllEvents(). Method in class COM.meitca.concordia.Agent
Remove registration for all events.
unregisterEvents(Class[]). Method in class COM.meitca.concordia.Agent
Remove registration for specified events.
unregisterEvents(Class[], EventPost). Method in class COM.meitca.concordia.event.EventManagerConnection
Remove registration for specified events.
unregisterEvents(MobileClassWrapper[], EventPost). Method in class COM.meitca.concordia.event.EventManagerConnection
Remove registration for specified events.
unsyncdProps. Variable in class COM.meitca.concordia.service.ServicePropertySyncException
An array containing the names of the Properties that could not be synchronized
UP. Static variable in class COM.meitca.concordia.service.FailsafeDirectoryImpl
Server is fully up
useProxy(). Method in class COM.meitca.concordia.event.EventManagerConnection
Indicates if a proxy is being used.