|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wily.introscope.server.webservicesapi.alerts.DEMConfig
public class DEMConfig
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 |
---|
public DEMConfig()
public DEMConfig(java.lang.String emHostName, java.lang.String emIpAddress, long emLaunchTime, int emWebServerPort)
emHostName
- Enterprise Manager Host NameemIpAddress
- Enterprise Manager Ip AddressemLaunchTime
- Enterprise Manager Launch TimeemWebServerPort
- Port for the Web Server on the
Enterprise ManagerMethod Detail |
---|
public java.lang.String getEmHostName()
public void setEmHostName(java.lang.String emHostName)
emHostName
- Enterprise Manager Host Namepublic java.lang.String getEmIpAddress()
public void setEmIpAddress(java.lang.String emIpAddress)
emIpAddress
- Enterprise Manager Ip Addresspublic long getEmLaunchTime()
public void setEmLaunchTime(long emLaunchTime)
emLaunchTime
- Enterprise Manager Launch Timepublic int getEmWebServerPort()
public void setEmWebServerPort(int emWebServerPort)
emWebServerPort
- Port for the Web Server on the
Enterprise Managerpublic java.lang.String getEmDashboardURL()
public void setEmDashboardURL(java.lang.String emDashboardURL)
emDashboardURL
- the emDashboardURL to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |