org.globus.ogsa.router
Interface HostStarter

All Superinterfaces:
ProxyTargetStarter
All Known Implementing Classes:
HostingEnvStarter

public interface HostStarter
extends ProxyTargetStarter


Method Summary
 java.lang.String getUserName(java.lang.Exception e)
          The user name (not the principal, no spaces allowed) of the person whose hosting environment is being started
 void targetCreated(java.lang.String localServicePath, java.lang.String remoteTargetUrl, java.lang.Exception e)
          Called by the RedirectProvider after it has created a new target for a new instance in the new hosting environment.
 
Methods inherited from interface org.globus.ogsa.router.ProxyTargetStarter
startProxyTarget
 

Method Detail

getUserName

public java.lang.String getUserName(java.lang.Exception e)
The user name (not the principal, no spaces allowed) of the person whose hosting environment is being started


targetCreated

public void targetCreated(java.lang.String localServicePath,
                          java.lang.String remoteTargetUrl,
                          java.lang.Exception e)
Called by the RedirectProvider after it has created a new target for a new instance in the new hosting environment. This will look like localServicePath="base/jobmanager/someJob" remoteTargetUrl="http://127.0.0.1:8081/ogsa/services/rob/base/jobmanager/someJob" ^different port ^userName This could be passed along to the MasterJobManager it is the same value returned by RedirectProvider.getTarget(localServicePath);



Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.