com.wily.introscope.client.alerts.manager
Class IntroscopeWebServiceGateway

java.lang.Object
  extended by com.wily.introscope.client.alerts.manager.IntroscopeWebServiceGateway

public class IntroscopeWebServiceGateway
extends java.lang.Object

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

FILE__WEB_SERVICE_GATEWAY

public static java.lang.String FILE__WEB_SERVICE_GATEWAY

PROPERTY__WSSDK_POST_STARTUP_HANDLER_CLASS

public static java.lang.String PROPERTY__WSSDK_POST_STARTUP_HANDLER_CLASS
Method Detail

initialize

public static IntroscopeWebServiceGateway initialize(IIntroscopeClientRegisterer registerer)
The Gateway initialization method. This is called when the SDK web application is initializaed in the web container.

Parameters:
registerer -
Returns:
IntroscopeWebServiceGateway

instance

public static IntroscopeWebServiceGateway instance()
                                            throws java.lang.Exception
Use this method top get access to the gateway and functionality offered by the SDK.

Returns:
IntroscopeWebServiceGateway
Throws:
java.lang.Exception

getIscopeClientRegisterer

public IIntroscopeClientRegisterer getIscopeClientRegisterer()
Method to fetch the IIntroscopeClientRegisterer, which exposes all the subscription and lifecycle services provided by the SDK.

Returns:
IIntroscopeClientRegisterer


Copyright © 2007 CA Inc. All Rights Reserved.