|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wily.introscope.client.alerts.manager.IntroscopeWebServiceGateway
public class IntroscopeWebServiceGateway
This is the gateway between all the subscription services provided by the SDK and your implementation of the use of the SDK. It provides access to the IntroscopeClientRegisterer. It also launches the post startup handler (if it has been specified in the IScopeWebServiceGateway.properties) after the SDK web application has started up.
Field Summary | |
---|---|
static java.lang.String |
FILE__WEB_SERVICE_GATEWAY
|
static java.lang.String |
PROPERTY__WSSDK_POST_STARTUP_HANDLER_CLASS
|
Method Summary | |
---|---|
IIntroscopeClientRegisterer |
getIscopeClientRegisterer()
Method to fetch the IIntroscopeClientRegisterer, which exposes all the subscription and lifecycle services provided by the SDK. |
static IntroscopeWebServiceGateway |
initialize(IIntroscopeClientRegisterer registerer)
The Gateway initialization method. |
static IntroscopeWebServiceGateway |
instance()
Use this method top get access to the gateway and functionality offered by the SDK. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String FILE__WEB_SERVICE_GATEWAY
public static java.lang.String PROPERTY__WSSDK_POST_STARTUP_HANDLER_CLASS
Method Detail |
---|
public static IntroscopeWebServiceGateway initialize(IIntroscopeClientRegisterer registerer)
registerer
-
public static IntroscopeWebServiceGateway instance() throws java.lang.Exception
java.lang.Exception
public IIntroscopeClientRegisterer getIscopeClientRegisterer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |