| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
Thor.API.Base.tcBaseUtilityClient
public abstract class tcBaseUtilityClient
Base utility client-side class. All client-side Utility/API classes must extend from this class. It provides all the base functionality necessary for a client-side object.
| Method Summary | |
|---|---|
 void | 
close()This method will try to remove the bean instance on the server side so that the bean can return to the ready pool.  | 
 void | 
close(boolean calledFromFinalize)This method will notify the object manager that it is finished with the server-side object, and can remove it from the orb.  | 
 java.lang.String | 
getName()Returns the descriptive name.  | 
 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.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public java.lang.String getName()
                         throws tcAPIException
getName in interface tcUtilityOperationsIntftcAPIException - If the server-side class cannot be retrievedpublic void setLanguage(java.lang.String psLanguage)
tcUtilityIntf.setLanguage in interface tcUtilityOperationsIntfpsLanguage - The language.public void setCountry(java.lang.String psCountry)
tcUtilityIntf.setCountry in interface tcUtilityOperationsIntfpsCountry - The country.public void setVariant(java.lang.String psVariant)
tcUtilityIntf.setVariant in interface tcUtilityOperationsIntfpsVariant - The locality variant.public void close()
close in interface tcUtilityOperationsIntfpublic void close(boolean calledFromFinalize)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||