org.gridbus.broker.util
Class RemoteGassServerUtil

java.lang.Object
  extended byorg.gridbus.broker.util.RemoteGassServerUtil

public class RemoteGassServerUtil
extends java.lang.Object

This class contains methods to work with a remote Gass Server

Author:
Jia Yu (jiayu@cs.mu.oz.au)
See Also:
GassServer, GassServerUtil

Constructor Summary
RemoteGassServerUtil()
           
 
Method Summary
 org.ietf.jgss.GSSCredential getProxy()
           
 java.lang.String getURL()
           
 void setProxy(org.ietf.jgss.GSSCredential credential)
           
 void shutdown()
           
 void start(java.lang.String remServer)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGassServerUtil

public RemoteGassServerUtil()
Method Detail

start

public void start(java.lang.String remServer)
Parameters:
remServer -
See Also:
GassServerUtil.start()

getURL

public java.lang.String getURL()
Returns:
string
See Also:
GassServerUtil.getURL()

shutdown

public void shutdown()
See Also:
GassServerUtil.shutdown()

getProxy

public org.ietf.jgss.GSSCredential getProxy()
Returns:
proxy
See Also:
GassServerUtil.getProxy()

setProxy

public void setProxy(org.ietf.jgss.GSSCredential credential)
Parameters:
credential -
See Also:
GassServerUtil.setProxy(GSSCredential)