com.wily.introscope.server.webservicesapi.alerts
Class DEMConfig

java.lang.Object
  extended by com.wily.introscope.server.webservicesapi.alerts.DEMConfig

public class DEMConfig
extends java.lang.Object

This class defines all the configuration information that will be needed about an Introscope Enterprise Manager installation.


Constructor Summary
DEMConfig()
          Default constructor for the Enterprise Manager Configuration
DEMConfig(java.lang.String emHostName, java.lang.String emIpAddress, long emLaunchTime, int emWebServerPort)
          Constructor for the Enterprise Manager Configuration
 
Method Summary
 java.lang.String getEmDashboardURL()
          Obtains the dashboard URL for the Introscope Enterprise Manager.
 java.lang.String getEmHostName()
          Returns the host name on which the Introscope Enterprise Manager has been installed
 java.lang.String getEmIpAddress()
          Returns the ip address on which the Introscope Enterprise Manager has been installed
 long getEmLaunchTime()
          Returns the launch time of the Introscope Enterprise Manager
 int getEmWebServerPort()
          Returns Web Server port for the Introscope Enterprise Manager
 void setEmDashboardURL(java.lang.String emDashboardURL)
          Sets the dashboard URL for the Introscope Enterprise Manager.
 void setEmHostName(java.lang.String emHostName)
          Sets the host name on which the Introscope Enterprise Manager has been installed
 void setEmIpAddress(java.lang.String emIpAddress)
          Sets the ip address on which the Introscope Enterprise Manager has been installed
 void setEmLaunchTime(long emLaunchTime)
          Sets the launch time of the Introscope Enterprise Manager
 void setEmWebServerPort(int emWebServerPort)
          Sets the Web Server port for the Introscope Enterprise Manager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DEMConfig

public DEMConfig()
Default constructor for the Enterprise Manager Configuration


DEMConfig

public DEMConfig(java.lang.String emHostName,
                 java.lang.String emIpAddress,
                 long emLaunchTime,
                 int emWebServerPort)
Constructor for the Enterprise Manager Configuration

Parameters:
emHostName - Enterprise Manager Host Name
emIpAddress - Enterprise Manager Ip Address
emLaunchTime - Enterprise Manager Launch Time
emWebServerPort - Port for the Web Server on the Enterprise Manager
Method Detail

getEmHostName

public java.lang.String getEmHostName()
Returns the host name on which the Introscope Enterprise Manager has been installed

Returns:
String Enterprise Manager Host Name

setEmHostName

public void setEmHostName(java.lang.String emHostName)
Sets the host name on which the Introscope Enterprise Manager has been installed

Parameters:
emHostName - Enterprise Manager Host Name

getEmIpAddress

public java.lang.String getEmIpAddress()
Returns the ip address on which the Introscope Enterprise Manager has been installed

Returns:
String Enterprise Manager Ip Address

setEmIpAddress

public void setEmIpAddress(java.lang.String emIpAddress)
Sets the ip address on which the Introscope Enterprise Manager has been installed

Parameters:
emIpAddress - Enterprise Manager Ip Address

getEmLaunchTime

public long getEmLaunchTime()
Returns the launch time of the Introscope Enterprise Manager

Returns:
long Enterprise Manager Launch Time

setEmLaunchTime

public void setEmLaunchTime(long emLaunchTime)
Sets the launch time of the Introscope Enterprise Manager

Parameters:
emLaunchTime - Enterprise Manager Launch Time

getEmWebServerPort

public int getEmWebServerPort()
Returns Web Server port for the Introscope Enterprise Manager

Returns:
int Port for the Web Server on the Enterprise Manager

setEmWebServerPort

public void setEmWebServerPort(int emWebServerPort)
Sets the Web Server port for the Introscope Enterprise Manager

Parameters:
emWebServerPort - Port for the Web Server on the Enterprise Manager

getEmDashboardURL

public java.lang.String getEmDashboardURL()
Obtains the dashboard URL for the Introscope Enterprise Manager.

Returns:
String The emDashboardURL link

setEmDashboardURL

public void setEmDashboardURL(java.lang.String emDashboardURL)
Sets the dashboard URL for the Introscope Enterprise Manager.

Parameters:
emDashboardURL - the emDashboardURL to set


Copyright © 2007 CA Inc. All Rights Reserved.