All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.galasa.ipnetwork.package-info Maven / Gradle / Ivy

There is a newer version: 0.38.0
Show newest version
/*
 * Licensed Materials - Property of IBM
 * 
 * (c) Copyright IBM Corp. 2020.
 */
/**
 * IP Network Manager
 * 
 * @galasa.manager IPNetwork 
 * 
 * @galasa.release.state Alpha
 * 
 * @galasa.description
 *
 *  The IP Network Manager enables access to applications over TCP/IP networks for those 
 *  applications whose native communication is over TCP/IP. It can be used by other 
 *  application specific managers that will build upon the basic address capabilities 
 *  provided by the IP Network Manager. 
  * 

* The Manager interrogates the Configuration Properties Store (CPS) to get hostname * and port information so that you do not need to hard-code these values into * your tests. *

* * You can view the Javadoc documentation for the Manager here. *

* */ package dev.galasa.ipnetwork;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy