|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wily.introscope.client.alerts.manager.ConsumerSpecifier
public class ConsumerSpecifier
This is an implementation of the IConsumerSpecifier interface. This represents the TOMCAT or other web container in which the SDK web app is hosted.
Field Summary |
---|
Fields inherited from interface com.wily.introscope.client.alerts.interfaces.IConsumerSpecifier |
---|
CONTEXTPATH__SDK_CONSUMER_PUBSUBWS |
Constructor Summary | |
---|---|
ConsumerSpecifier(java.lang.String consumerHost,
int consumerPort,
java.lang.String clientMagicKey)
Constructor for constructing the specifier to represent the web container which will consume all notifications |
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 client that is used for authentication |
int |
getClientPort()
Returns the port of the web container on which this SDK Web Application is running. |
void |
setClientMagicKey(java.lang.String clientMagicKey)
Sets the key for the client that is used for authentication |
java.lang.String |
toString()
Converts the Host and port to a string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConsumerSpecifier(java.lang.String consumerHost, int consumerPort, java.lang.String clientMagicKey) throws java.lang.Exception
consumerHost
- consumerPort
- clientMagicKey
-
java.lang.Exception
Method Detail |
---|
public java.lang.String getClientHost()
getClientHost
in interface IConsumerSpecifier
public int getClientPort()
getClientPort
in interface IConsumerSpecifier
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getClientMagicKey()
getClientMagicKey
in interface IConsumerSpecifier
public void setClientMagicKey(java.lang.String clientMagicKey)
clientMagicKey
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |