com.wily.introscope.client.wssdk.testimpl
Class TestAlertInventorySyncer

java.lang.Object
  extended by com.wily.introscope.client.wssdk.testimpl.TestAlertInventorySyncer

public class TestAlertInventorySyncer
extends java.lang.Object

This is a test implementation which shows how to fetch the alerts inventory information for an Introscope Enterprise Manager using the Alerts Polling Web Service


Constructor Summary
TestAlertInventorySyncer()
          Default Constructor
 
Method Summary
static void main(java.lang.String[] args)
           
 void syncup(IIntroscopeClient iscopeClient)
          Fetch the inventory of all elements in the Introscope Enterprise Manager using the Alerts Polling Web Service for a given Introscope Client
 void syncupInventories(IIntroscopeClient[] introscopeClients)
          This method syncs up the inventories for all the Introscope Clients specified.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAlertInventorySyncer

public TestAlertInventorySyncer()
Default Constructor

Method Detail

syncupInventories

public void syncupInventories(IIntroscopeClient[] introscopeClients)
                       throws java.lang.Exception
This method syncs up the inventories for all the Introscope Clients specified.

Parameters:
introscopeClients -
Throws:
java.lang.Exception

syncup

public void syncup(IIntroscopeClient iscopeClient)
            throws java.lang.Exception
Fetch the inventory of all elements in the Introscope Enterprise Manager using the Alerts Polling Web Service for a given Introscope Client

Parameters:
iscopeClient -
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args -
Throws:
java.lang.Exception


Copyright © 2007 CA Inc. All Rights Reserved.