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

java.lang.Object
  |
  +--com.esri.aims.mtier.model.admin.Monitor

public class Monitor
extends Object

Implements a Monitor.


Constructor Summary
Monitor()
          Constructs a new Monitor object.
 
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()
Constructs a new Monitor object.

Method Detail

getMonitors

public static Vector getMonitors(ConnectionProxy connection)
                          throws ConnectionParameterException,
                                 AuthenticationException,
                                 UnableToPingEsrimapException,
                                 AXLAttributeException,
                                 ErrorAndWarningException,
                                 com.esri.xml.sax.SAXException
Returns a Vector of Monitor names as strings for the given connection

Parameters:
connection - the ConnectionProxy object
ConnectionParameterException
AuthenticationException
UnableToPingEsrimapException
AXLAttributeException
ErrorAndWarningException
com.esri.xml.sax.SAXException