|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.topology.Application
public abstract class Application
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:
https:Server_DNS_Name:port_value
(e.g. https://jbslnxvh02.ottawa.ibm.com:9443
)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:
getPageUrl(String)
: Return the page URL from
the given link.getTitle()
: Return the application title.getTitleSuffix()
: Return the application title suffix.
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 |
---|
public java.lang.String getLocation()
String
.public java.lang.String getTitle()
String
.public java.lang.String getTitleSuffix()
Default is no suffix.
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |