|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.wsrf.client.BaseClient
org.globus.wsrf.impl.servicegroup.client.SetMultipleTerminationTime
| 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 |
protected ServiceGroupRegistrationClient regClient
| Constructor Detail |
public SetMultipleTerminationTime()
| Method Detail |
public void setInputFilename(String inputFilename)
public String getInputFilename()
public void setDelay(int delay)
public int getDelay()
public void setCalendar(Calendar cal)
public Calendar getCalendar()
protected void parseEndpoint(org.apache.commons.cli.CommandLine line)
throws Exception
Exceptionpublic static void main(String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||