org.globus.wsrf.impl.servicegroup.client
Class ServiceGroupAdd

java.lang.Object
  extended byorg.globus.wsrf.client.BaseClient
      extended byorg.globus.wsrf.impl.servicegroup.client.ServiceGroupAdd

public class ServiceGroupAdd
extends org.globus.wsrf.client.BaseClient


Nested Class Summary
protected  class ServiceGroupAdd.ShutdownHook
           
 
Field Summary
protected  ServiceGroupRegistrationClient regClient
           
protected  ServiceGroupAdd.ShutdownHook shutdownHook
           
 
Fields inherited from class org.globus.wsrf.client.BaseClient
ANON, anonymous, APPLICATION_ERROR, authorization, AUTHZ, CERT_KEY, certFile, clientSecDesc, COMMAND_LINE_ERROR, CONTEXT, contextLifetime, convActor, customUsage, DEBUG, debugMode, DELEG, delegation, DESCRIPTOR, descriptorFile, endpoint, EPR_FILE, HELP, helpFooter, helpHeader, keyFile, mechanism, MECHANISM, msgActor, options, protection, PROTECTION, PROXY, proxyFile, PUB_KEY_FILE, publicKeyFilename, RESOURCE_KEY, SERVICE_URL, timeout, TIMEOUT
 
Constructor Summary
ServiceGroupAdd()
           
 
Method Summary
 String getOutputFilename()
          Gets the location of a output file where currently registered EPRs are written.
 long getRunDuration()
          Gets the duration in seconds that the client will run before terminating all registration tasks.
 ServiceGroupAdd.ShutdownHook getShutdownHook()
           
static void main(String[] args)
           
protected  void parseEndpoint(org.apache.commons.cli.CommandLine line)
           
 void setOutputFilename(String outputFilename)
          Sets the location of a output file where currently registered EPRs are written.
 void setRunDuration(long duration)
          Sets the duration in seconds that the client will run before terminating all registration tasks.
 
Methods inherited from class org.globus.wsrf.client.BaseClient
addEPROptions, addOption, addOptions, constructClientSecDesc, displayUsage, getEPR, getSecurityDescriptor, isDebugMode, parse, parse, setCustomUsage, setEPR, setHelpFooter, setHelpHeader, setOptions, validateOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

regClient

protected ServiceGroupRegistrationClient regClient

shutdownHook

protected ServiceGroupAdd.ShutdownHook shutdownHook
Constructor Detail

ServiceGroupAdd

public ServiceGroupAdd()
Method Detail

getShutdownHook

public ServiceGroupAdd.ShutdownHook getShutdownHook()

setOutputFilename

public void setOutputFilename(String outputFilename)
Sets the location of a output file where currently registered EPRs are written.

Since:
GT4.1.0

getOutputFilename

public String getOutputFilename()
Gets the location of a output file where currently registered EPRs are written.

Since:
GT4.1.0

setRunDuration

public void setRunDuration(long duration)
Sets the duration in seconds that the client will run before terminating all registration tasks.

Since:
GT4.1.0

getRunDuration

public long getRunDuration()
Gets the duration in seconds that the client will run before terminating all registration tasks.

Since:
GT4.1.0

parseEndpoint

protected void parseEndpoint(org.apache.commons.cli.CommandLine line)
                      throws Exception
Throws:
Exception

main

public static void main(String[] args)


Copyright © 1999-2006 University of Chicago. All rights reserved.