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

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

public class TestIntroscopeClientsProvider
extends java.lang.Object

This is a test implementation of a IIntroscopeClient Provider. It shows one way to create IIntroscopeClient by reading properties from a property file.


Constructor Summary
TestIntroscopeClientsProvider()
          Default Constructor
 
Method Summary
 IConsumerSpecifier getConsumerSpecifier()
          Returns the consumerSpecifier which identifies the Web Container on which the SDK Web Application is running
 IIntroscopeClient[] getIntroscopeClients()
          Obtains all the IIntroscopeClient objects that have been created
 void initialize()
          Creates IntroscopeClients from information provided in the IscopeIntegrationConfig.properties file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestIntroscopeClientsProvider

public TestIntroscopeClientsProvider()
Default Constructor

Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Creates IntroscopeClients from information provided in the IscopeIntegrationConfig.properties file

Throws:
java.lang.Exception

getConsumerSpecifier

public IConsumerSpecifier getConsumerSpecifier()
Returns the consumerSpecifier which identifies the Web Container on which the SDK Web Application is running

Returns:

getIntroscopeClients

public IIntroscopeClient[] getIntroscopeClients()
Obtains all the IIntroscopeClient objects that have been created

Returns:
IIntroscopeClient[]


Copyright © 2007 CA Inc. All Rights Reserved.