Skip navigation links


Thor.API.Base
Interface tcUtilityOperationsIntf

All Known Subinterfaces:
AttestationDefinitionOperationsIntf, AttestationOperationsIntf, ConnectorInstallationOperationsIntf, DataCollectionOperationsIntf, ErrorOperationsIntf, GCOperationsIntf, RemoteManagerOperationsIntf, TaskDefinitionOperationsIntf, tcAccessPolicyOperationsIntf, tcAdapterOperationsIntf, tcAuditOperationsIntf, tcEmailOperationsIntf, tcEntitlementsOperationsIntf, tcExportOperationsIntf, tcFormDefinitionOperationsIntf, tcFormInstanceOperationsIntf, tcGroupOperationsIntf, tcHelpOperationsIntf, tcImportOperationsIntf, tcITResourceDefinitionOperationsIntf, tcITResourceInstanceOperationsIntf, tcLookupOperationsIntf, tcObjectOperationsIntf, tcOrganizationOperationsIntf, tcPasswordOperationsIntf, tcPermissionOperationsIntf, tcPropertyOperationsIntf, tcProvisioningOperationsIntf, tcReconciliationOperationsIntf, tcRulesOperationsIntf, tcSchedulerOperationsIntf, tcUnauthenticatedOperationsIntf, tcUserOperationsIntf, tcWorkflowDefinitionOperationsIntf
All Known Implementing Classes:
tcBaseUtility, tcBaseUtilityClient

public interface tcUtilityOperationsIntf

Base Utility Operations Interface.


Method Summary
 void close()
          This method will clean up all resources associated with this object.
 java.lang.String getName()
          Returns the name of the utility class.
 void setCountry(java.lang.String psCountry)
          Sets the country.
 void setLanguage(java.lang.String psLanguage)
          Sets the language.
 void setVariant(java.lang.String psVariant)
          Sets the variant.

 

Method Detail

getName

java.lang.String getName()
                         throws tcAPIException
Returns the name of the utility class.
Returns:
The name.
Throws:
tcAPIException

setLanguage

void setLanguage(java.lang.String psLanguage)
Sets the language.
Parameters:
psLanguage - The language.

setCountry

void setCountry(java.lang.String psCountry)
Sets the country.
Parameters:
psCountry - The country.

setVariant

void setVariant(java.lang.String psVariant)
Sets the variant.
Parameters:
psVariant - The variant.

close

void close()
This method will clean up all resources associated with this object. Called when it will no longer be used.

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.