com.softwareag.centrasite.appl.framework.fixed
Class CSAppUser

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
      extended by com.softwareag.centrasite.appl.framework.fixed.CSAppUser
All Implemented Interfaces:
RegistryBean

public class CSAppUser
extends CSAppFixedRegistryObject

An instance of this class provides a representation of a fixed user. Instances of this class are thread safe and may be held in static variables or singleton objects. However, the CSAppUser itself is no singleton.


Constructor Summary
CSAppUser(javax.xml.registry.infomodel.User pUser)
          Creates a new instance, which represents the given user.
 
Method Summary
 
Methods inherited from class com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
equals, getDescription, getIntDescription, getIntName, getKey, getName, hashCode, setDescription, setName
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSAppUser

public CSAppUser(javax.xml.registry.infomodel.User pUser)
          throws javax.xml.registry.JAXRException
Creates a new instance, which represents the given user.

Throws:
javax.xml.registry.JAXRException