com.wily.introscope.client.alerts.interfaces
Interface IConsumerSpecifier

All Known Implementing Classes:
ConsumerSpecifier

public interface IConsumerSpecifier

This interface represents the the TOMCAT or other web container in which the SDK web app is hosted.


Field Summary
static java.lang.String CONTEXTPATH__SDK_CONSUMER_PUBSUBWS
           
 
Method Summary
 java.lang.String getClientHost()
          Returns the host of the web container on which this SDK Web Application is running.
 java.lang.String getClientMagicKey()
          Obtains the key for the EM connection that is used for authentication
 int getClientPort()
          Returns the port of the web container on which this SDK Web Application is running.
 

Field Detail

CONTEXTPATH__SDK_CONSUMER_PUBSUBWS

static final java.lang.String CONTEXTPATH__SDK_CONSUMER_PUBSUBWS
See Also:
Constant Field Values
Method Detail

getClientHost

java.lang.String getClientHost()
Returns the host of the web container on which this SDK Web Application is running.

Returns:
String

getClientPort

int getClientPort()
Returns the port of the web container on which this SDK Web Application is running.

Returns:
int

getClientMagicKey

java.lang.String getClientMagicKey()
Obtains the key for the EM connection that is used for authentication

Returns:
String


Copyright © 2007 CA Inc. All Rights Reserved.