ABLE 2.3.0 07/13/2005 14:21:00

Uses of Class
com.ibm.able.platform.AbleAgentSituation

Packages that use AbleAgentSituation
com.ibm.able.platform The com.ibm.able.platform package provides a set of classes that allows a distributed platform consisting of platform services and agents to be configured and run across physical systems. 
 

Uses of AbleAgentSituation in com.ibm.able.platform
 

Methods in com.ibm.able.platform that return AbleAgentSituation
 AbleAgentSituation AbleAgentSituationReport.getSituation()
          Gets the AgentSituation of this AgentSituationReport.
 AbleAgentSituation AbleAgentCapability.getSituation(java.io.Serializable theSituationIdentifier)
          Gets the AgentSituation specified by the situation identifier.
 

Methods in com.ibm.able.platform with parameters of type AbleAgentSituation
protected  AbleAgentSituationReport AblePlatformDefaultAgent.createAgentSituationReport(java.io.Serializable theIdentifier, AbleAgentCapability theCapability, AbleAgentSituation theSituation, AbleMessageContainer theSuggestedResponse, AbleMessageContainer theResponseTaken, AbleMessageContainer theResultsSummary, boolean theProblemState)
          Helper method used to create an AgentSituationReport for this agent.
 

Constructors in com.ibm.able.platform with parameters of type AbleAgentSituation
AbleAgentSituationReport(java.io.Serializable theIdentifier, AbleAgentCapability theAgentCapability, AbleAgentSituation theAgentSituation, AbleMessageContainer theSuggestedResponse, AbleMessageContainer theResponseTaken, AbleMessageContainer theResultsSummary, boolean theProblemState, javax.agent.AgentName theAgentName, java.lang.String theAgentDescription, long theTimeCreated, java.lang.String theSystemName, java.lang.Integer theAutomationLevel)
          Creates an AgentSituationReport that may be either a simple history log or a problem that requires a response, depending on the specified parameters.
AbleAgentSituationReport(java.io.Serializable theIdentifier, AbleAgentCapability theAgentCapability, AbleAgentSituation theAgentSituation, AbleMessageContainer theSuggestedResponse, javax.agent.AgentName theAgentName, java.lang.String theAgentDescription, long theTimeCreated, java.lang.String theSystemName, java.lang.Integer theAutomationLevel)
          Creates an AgentSituationReport that requires a response; the problem state is set to true.
AbleAgentSituationReport(AbleAgentSituation theAgentSituation, AbleMessageContainer theResponseTaken, AbleMessageContainer theResultsSummary, javax.agent.AgentName theAgentName, java.lang.String theAgentDescription, long theTimeCreated, java.lang.String theSystemName, java.lang.Integer theAutomationLevel)
          Creates an AgentSituationReport that is a history log; that is, no response is required and the problem state is set to false.
AbleAgentSituation(AbleAgentSituation theAgentSituation)
          Creates an AgentSituation from another AgentSituation (copy constructor).
 


ABLE 2.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005