|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectasjava.uniobjects.UniBase
asjava.uniobjects.UniNLSmap
UniNLSmap
is used to control the NLS map settings. It is only available
if NLS is enabled on the server uniConnection.
Field Summary |
---|
Fields inherited from class asjava.uniobjects.UniBase |
---|
inPacket, outPacket, uniConnection, uniEncryptionType, uniParentSession, uniStatus |
Method Summary | |
---|---|
java.lang.String |
getClientNames()
returns the client representation of the map name. |
java.lang.String |
getMarkCharacter(int aTokenVal)
returns the requested mark character. |
java.lang.String |
getServerNames()
returns the server representation of the map name. |
void |
setName(java.lang.Object aName)
sets the specified map. |
Methods inherited from class asjava.uniobjects.UniBase |
---|
getEncryptionType, isCommandActive, setEncryptionType, status |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void setName(java.lang.Object aName) throws UniNLSException
aName
aName
- New NLS map name to be set for this client/server relationship
UniNLSException
- is thrown if an error occursgetClientNames()
,
getServerNames()
public java.lang.String getClientNames()
setName
method.
getServerNames()
,
setName(java.lang.Object)
public java.lang.String getServerNames() throws UniNLSException
setName
method. This is due to
a client-server NLS Map name mapping that is done.
UniNLSException
- is thrown if an error occursgetClientNames()
,
setName(java.lang.Object)
public java.lang.String getMarkCharacter(int aTokenVal) throws UniNLSException
UniNLSException
- is thrown if an error occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |