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

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

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


Field Summary
protected  ServiceGroupRegistrationClient regClient
           
 
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
SetMultipleTerminationTime()
           
 
Method Summary
 Calendar getCalendar()
          Gets the date/time Calendar that will be used as the exact termination time at the remote resource
 int getDelay()
          Gets the integer wait delay in seconds that will be added to the current time at the remote resource to generate the termination time
 String getInputFilename()
          Gets the location of a input file where currently registered EPRs are written.
static void main(String[] args)
           
protected  void parseEndpoint(org.apache.commons.cli.CommandLine line)
           
 void setCalendar(Calendar cal)
          Sets the date/time Calendar that will be used as the exact termination time at the remote resource
 void setDelay(int delay)
          Sets the integer wait delay in seconds that will be added to the current time at the remote resource to generate the termination time
 void setInputFilename(String inputFilename)
          Sets the location of a input file where currently registered EPRs are written.
 
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
Constructor Detail

SetMultipleTerminationTime

public SetMultipleTerminationTime()
Method Detail

setInputFilename

public void setInputFilename(String inputFilename)
Sets the location of a input file where currently registered EPRs are written.

Since:
GT4.1.0

getInputFilename

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

Since:
GT4.1.0

setDelay

public void setDelay(int delay)
Sets the integer wait delay in seconds that will be added to the current time at the remote resource to generate the termination time


getDelay

public int getDelay()
Gets the integer wait delay in seconds that will be added to the current time at the remote resource to generate the termination time


setCalendar

public void setCalendar(Calendar cal)
Sets the date/time Calendar that will be used as the exact termination time at the remote resource


getCalendar

public Calendar getCalendar()
Gets the date/time Calendar that will be used as the exact termination time at the remote resource


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.