asjava.uniobjects
Class UniNLS

java.lang.Object
  extended byasjava.uniobjects.UniBase
      extended byasjava.uniobjects.UniNLS

public abstract class UniNLS
extends UniBase

UniNLS is an abstract class used to define UniNLSMap and UniNLSLocale This internal error handling method is based on Java's method of handling errors. This exception class is derived from the base UniObjects exception class, UniException. We have also carried over the idea of having an integer identifier for the message which can make the handling of said message a lot easier.

Since:
UNIOBJECTS 1.0
Version:
Version 1.0
Author:
David T. Meeks

Field Summary
 
Fields inherited from class asjava.uniobjects.UniBase
inPacket, outPacket, uniConnection, uniEncryptionType, uniParentSession, uniStatus
 
Method Summary
abstract  UniString getClientNames()
           
abstract  UniString getServerNames()
           
abstract  void setName()
           
 
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

setName

public abstract void setName()

getClientNames

public abstract UniString getClientNames()

getServerNames

public abstract UniString getServerNames()