com.ibm.team.fvt.tests.topology
Class Application

java.lang.Object
  extended by com.ibm.team.fvt.tests.topology.Application

public abstract class Application
extends java.lang.Object

Abstract class for a topology application.

An application is identified by its location which is assumed to be the prefix for any web page URL of this application.

It's also assumed that this location is the concatenation of two strings:

  1. the server address: expected format is https:Server_DNS_Name:port_value (e.g. https://jbslnxvh02.ottawa.ibm.com:9443)
  2. the context root: usually a simple name (e.g. jts)

A user might be stored in the application let the topology know who is connected to this application.

An application is responsible to provide web pages address to client.

Following functionalities are also defined by this page:


Method Summary
 java.lang.String getLocation()
          The application location.
 java.lang.String getTitle()
          Returns the application title.
 java.lang.String getTitleSuffix()
          Returns the title suffix.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLocation

public java.lang.String getLocation()
The application location.

Returns:
The location as a String.

getTitle

public java.lang.String getTitle()
Returns the application title.

Returns:
The application title as a String.

getTitleSuffix

public java.lang.String getTitleSuffix()
Returns the title suffix.

Default is no suffix.

Returns:
The title suffix as a String