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

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

Packages that use AgentLoggingException
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 AgentLoggingException in com.ibm.able.platform
 

Methods in com.ibm.able.platform that throw AgentLoggingException
 void RmiAgentLoggingSystem.logAgentSituationReport(AbleAgentSituationReport theAbleAgentSituationReport, AbleSecureKey key)
           
 void RmiAgentLoggingSystem.updateAgentSituationReport(AbleAgentSituationReport oldLog, AbleAgentSituationReport updatedLog, AbleSecureKey key)
           
 void RmiAgentLoggingSystem.removeAgentSituationReports(java.util.Vector asrsToRemove, AbleSecureKey key)
           
 void RmiAgentLoggingSystem.answerAgentRequest(AbleAgentSituationReport asr, AbleSecureKey key)
           
 void RmiAgentLoggingSystem.removeAgentLogs(javax.agent.AgentName agentName, AbleSecureKey key)
           
 java.util.Vector RmiAgentLoggingSystem.search(AbleAgentSituationReport asr)
           
 void RmiAgentLoggingServiceProxy.logAgentSituationReport(AbleAgentSituationReport theAgentSituationReport, AbleSecureKey theSecureKey)
           
 void RmiAgentLoggingServiceProxy.updateAgentSituationReport(AbleAgentSituationReport theOldAgentSituationReport, AbleAgentSituationReport theReplacementAgentSituationReport, AbleSecureKey theSecureKey)
           
 void RmiAgentLoggingServiceProxy.removeAgentSituationReports(java.util.Vector theAgentSituationReports, AbleSecureKey theSecureKey)
           
 java.util.Vector RmiAgentLoggingServiceProxy.getAllLogs()
           
 java.util.Vector RmiAgentLoggingServiceProxy.getAllProblems()
           
 java.util.Vector RmiAgentLoggingServiceProxy.getAgentHistory(javax.agent.AgentName theAgentName)
           
 java.util.Vector RmiAgentLoggingServiceProxy.getAgentProblems(javax.agent.AgentName theAgentName)
           
 void RmiAgentLoggingServiceProxy.answerAgentRequest(AbleAgentSituationReport theAgentSituationReport, AbleSecureKey theSecureKey)
           
 void RmiAgentLoggingServiceProxy.removeAgentLogs(javax.agent.AgentName theAgentName, AbleSecureKey theSecureKey)
           
 java.util.Vector RmiAgentLoggingServiceProxy.search(AbleAgentSituationReport theAgentSituationReport)
           
 void RmiAgentLoggingService.logAgentSituationReport(AbleAgentSituationReport theAgentSituationReport, AbleSecureKey theSecureKey)
          Log an AbleAgentSituationReport to the Logging Service, and notify all interested listeners about this added log.
 void RmiAgentLoggingService.updateAgentSituationReport(AbleAgentSituationReport theOldLog, AbleAgentSituationReport theUpdatedLog, AbleSecureKey theSecureKey)
          Update an AgentSituationReport in the Logging Service, and notify all interested listeners about this update.
 void RmiAgentLoggingService.removeAgentSituationReports(java.util.Vector theAgentSituationReportsToRemove, AbleSecureKey theSecureKey)
          Removes AgentSituationReports from the Logging Service, and notify all interested listeners about these removals.
 void RmiAgentLoggingService.answerAgentRequest(AbleAgentSituationReport theAnsweredAgentSituationReport, AbleSecureKey theSecureKey)
          When someone is attempting to answer and existing problem AgentSituationReport, this method will take the answered AgentSituationReport and contact the one who originally logged the request.
 void RmiAgentLoggingService.removeAgentLogs(javax.agent.AgentName theAgentName, AbleSecureKey theSecureKey)
          Removes all of the AgentSituationReports that belong to a certain agent.
 java.util.Vector RmiAgentLoggingService.search(AbleAgentSituationReport theSearchAgentSituationReport)
          Return a Vector of all of the AgentSituationReports that match the criteria supplied in the passed in AgentSituationReport.
 void AgentLoggingService.logAgentSituationReport(AbleAgentSituationReport theAgentSituationReport, AbleSecureKey theSecureKey)
          Logs an AgentSituationReport to the AgentLoggingService, and notifies all interested listeners about the added entry.
 void AgentLoggingService.updateAgentSituationReport(AbleAgentSituationReport theOldAgentSituationReport, AbleAgentSituationReport theReplacementAgentSituationReport, AbleSecureKey theSecureKey)
          Updates an AgentSituationReport in the Logging Service, and notifies all interested listeners about this update.
 void AgentLoggingService.removeAgentSituationReports(java.util.Vector theAgentSituationReportsToRemove, AbleSecureKey theSecureKey)
          Removes AgentSituationReports from the AgentLoggingService, and notifies all interested listeners about these removals.
 java.util.Vector AgentLoggingService.getAllLogs()
          Returns a list of all AgentSituationReports.
 java.util.Vector AgentLoggingService.getAllProblems()
          Returns a list of all AgentSituationReports that are in the problem state.
 java.util.Vector AgentLoggingService.getAgentHistory(javax.agent.AgentName theAgentName)
          Returns a list of all AgentSituationReports that belong to the specified agent and that are not in the problem state.
 java.util.Vector AgentLoggingService.getAgentProblems(javax.agent.AgentName theAgentName)
          Returns a list of all AgentSituationReports that belong to the specified agent and that are in the problem state.
 void AgentLoggingService.answerAgentRequest(AbleAgentSituationReport theAnsweredAgentSituationReport, AbleSecureKey theSecureKey)
          When an attempt is made to answer an existing problem AgentSituationReport, this method takes the answered AgentSituationReport and contacts the original logger of the request.
 void AgentLoggingService.removeAgentLogs(javax.agent.AgentName theAgentName, AbleSecureKey theSecureKey)
          Removes all of the AgentSituationReports that belong to the specified agent.
 java.util.Vector AgentLoggingService.search(AbleAgentSituationReport theSearchAgentSituationReport)
          Returns a list of all AgentSituationReports that match the criteria supplied in the specified AgentSituationReport.
 


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

(C) Copyright IBM Corporation 1999, 2005