public abstract class tcBaseUtilityClient extends java.lang.Object implements tcUtilityOperationsIntf, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
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.
|
public java.lang.String getName() throws tcAPIException
getName
in interface tcUtilityOperationsIntf
tcAPIException
- If the server-side class cannot be retrievedpublic void setLanguage(java.lang.String psLanguage)
tcUtilityIntf
.setLanguage
in interface tcUtilityOperationsIntf
psLanguage
- The language.public void setCountry(java.lang.String psCountry)
tcUtilityIntf
.setCountry
in interface tcUtilityOperationsIntf
psCountry
- The country.public void setVariant(java.lang.String psVariant)
tcUtilityIntf
.setVariant
in interface tcUtilityOperationsIntf
psVariant
- The locality variant.public void close()
close
in interface tcUtilityOperationsIntf
public void close(boolean calledFromFinalize)