org.ourgrid.common.url
Class MyGridURLProvider

java.lang.Object
  extended by org.ourgrid.common.url.URLProvider
      extended by org.ourgrid.common.url.MyGridURLProvider

public class MyGridURLProvider
extends URLProvider

This class provides URLs and addresses for the main components that needed to be remotely referenced.


Field Summary
static java.lang.String MYGRID_MANAGER
           
 
Constructor Summary
MyGridURLProvider()
           
 
Method Summary
static java.lang.String externalGumpClient()
           
static java.lang.String failureDetector()
          This method is used like a common point to get the address of the MYGRID_FAILURE_DETECTOR.
static java.lang.String getGuiPort()
           
static java.lang.String gridManager()
          This method is used like a common point to get the address of the GRID_MANAGER.
static java.lang.String guiListener()
          This method is used like a common point to get the address of the GUI_LISTENER.
static java.lang.String gumpClient()
          This method is used like a common point to get the address of the GUMP_CLIENT.
static java.lang.String gumpManager()
          This method is used like a common point to get the address of the GUMP_MANAGER.
static java.lang.String mygridUIManager()
          This method is used like a common point to get the address of the MYGRID_MANAGER.
static java.lang.String scheduler()
          This method is used like a common point to get the address of the SCHEDULER.
 
Methods inherited from class org.ourgrid.common.url.URLProvider
getExternalName, getFullURL, getHost, getName, getPort, getPort, getScheme
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MYGRID_MANAGER

public static final java.lang.String MYGRID_MANAGER
See Also:
Constant Field Values
Constructor Detail

MyGridURLProvider

public MyGridURLProvider()
Method Detail

scheduler

public static java.lang.String scheduler()
This method is used like a common point to get the address of the SCHEDULER.

Returns:
the RMI URL that points to the SCHEDULER

gridManager

public static java.lang.String gridManager()
This method is used like a common point to get the address of the GRID_MANAGER.

Returns:
the RMI URL that points to the GUM_MANAGER

gumpManager

public static java.lang.String gumpManager()
This method is used like a common point to get the address of the GUMP_MANAGER.

Returns:
the RMI URL that points to the GUMP_MANAGER

gumpClient

public static java.lang.String gumpClient()
This method is used like a common point to get the address of the GUMP_CLIENT.

Returns:
the RMI URL that points to the GUMP_CLIENT

externalGumpClient

public static java.lang.String externalGumpClient()

guiListener

public static java.lang.String guiListener()
This method is used like a common point to get the address of the GUI_LISTENER.

Returns:
the RMI URL that points to the MyGridGUIListener

getGuiPort

public static java.lang.String getGuiPort()

mygridUIManager

public static java.lang.String mygridUIManager()
This method is used like a common point to get the address of the MYGRID_MANAGER.

Returns:
the RMI URL that points to the MyGridManager

failureDetector

public static java.lang.String failureDetector()
This method is used like a common point to get the address of the MYGRID_FAILURE_DETECTOR.

Returns:
the RMI URL that points to the MyGridFailureDetector