Eclipse Platform
2.0

org.eclipse.update.core
Class WebInstallHandler

java.lang.Object
  |
  +--org.eclipse.update.core.WebInstallHandler

public abstract class WebInstallHandler
extends Object

This is a utility class used find information about the update web application (handling web-triggered requests)

Since:
2.0

Constructor Summary
WebInstallHandler()
           
 
Method Summary
static String getCallbackString()
          Returns the callback string to be passed to the web page containing install triggers.
static String getCallbackURLAsString()
          Returns the callback URL (as string) to be passed to the web page containing install triggers.
static String getWebAppServerHost()
          Returns the host identifier for the web application server listener for install requests
static int getWebAppServerPort()
          Returns the port identifier for the web application server listener for install requests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebInstallHandler

public WebInstallHandler()
Method Detail

getWebAppServerHost

public static String getWebAppServerHost()
Returns the host identifier for the web application server listener for install requests

Returns:
host identifier, or null if web application server is not available
Since:
2.0

getWebAppServerPort

public static int getWebAppServerPort()
Returns the port identifier for the web application server listener for install requests

Returns:
port identifier, or 0 if web application server is not available
Since:
2.0

getCallbackString

public static String getCallbackString()
Returns the callback string to be passed to the web page containing install triggers.

Returns:
callback string
Since:
2.0

getCallbackURLAsString

public static String getCallbackURLAsString()
Returns the callback URL (as string) to be passed to the web page containing install triggers.

Returns:
callback URL as string
Since:
2.0

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.