com.esri.aims.mtier.model.admin
Class Monitor

java.lang.Object
  extended by com.esri.aims.mtier.model.admin.Monitor

public class Monitor
extends Object

Implements a Monitor.


Constructor Summary
Monitor()
           
 
Method Summary
static Vector getMonitors(ConnectionProxy connection)
          Returns a Vector of Monitor names as strings for the given connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Monitor

public Monitor()
Method Detail

getMonitors

public static Vector getMonitors(ConnectionProxy connection)
                          throws ConnectionParameterException,
                                 AuthenticationException,
                                 com.esri.aims.mtier.io.http.UnableToPingEsrimapException,
                                 com.esri.aims.mtier.model.axl.AXLAttributeException,
                                 com.esri.aims.mtier.model.axl.ErrorAndWarningException,
                                 SAXException
Returns a Vector of Monitor names as strings for the given connection

Parameters:
connection - the ConnectionProxy object
Throws:
ConnectionParameterException, - when the parameters used to initialize a MetadataConnectionProxy contain errors.
AuthenticationException, - when the ConnectionProxy cannot validate the user and/or the password supplied.
UnableToPingEsrimapException, - when trying to construct a BaseEsrimap and the code is unable to ping the ESRIMAP.
AXLAttributeException, - when an error occurs during reading or writing an AXL attribute.
ConnectionParameterException
AuthenticationException
com.esri.aims.mtier.io.http.UnableToPingEsrimapException
com.esri.aims.mtier.model.axl.AXLAttributeException
com.esri.aims.mtier.model.axl.ErrorAndWarningException
SAXException