org.xiruss.repository.multiuser.api
Class NullUser

java.lang.Object
  extended by org.xiruss.snapcm.api.NullRepositoryObject
      extended by org.xiruss.repository.multiuser.api.NullUser
All Implemented Interfaces:
User, RepositoryObject

public class NullUser
extends NullRepositoryObject
implements User


Constructor Summary
NullUser()
           
 
Method Summary
 void endSession()
           
 Session getSession()
           
 java.lang.String getUserId()
           
 java.lang.String getUserName()
           
 void startSession(Session session)
           
 
Methods inherited from class org.xiruss.snapcm.api.NullRepositoryObject
accept, compareTo, getId, getName, getProperties, getProperty, getPropertyNames, getRepository, getType, hasProperty, initialize, isNull, setId, setName, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xiruss.snapcm.api.RepositoryObject
accept, compareTo, getId, getName, getProperties, getProperty, getPropertyNames, getRepository, getType, hasProperty, initialize, isNull, setId, setName, setProperty, toString
 

Constructor Detail

NullUser

public NullUser()
Method Detail

getUserId

public java.lang.String getUserId()
Specified by:
getUserId in interface User

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface User

getSession

public Session getSession()
Specified by:
getSession in interface User

startSession

public void startSession(Session session)
Specified by:
startSession in interface User

endSession

public void endSession()
Specified by:
endSession in interface User