This project has retired. For details please refer to its Attic page.
LensSessionImpl.LensSessionPersistInfo (Lens 2.0.1-beta-incubating API)

org.apache.lens.server.session
Class LensSessionImpl.LensSessionPersistInfo

java.lang.Object
  extended by org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
LensSessionImpl

public static class LensSessionImpl.LensSessionPersistInfo
extends Object
implements Externalizable

The Class LensSessionPersistInfo.

See Also:
Serialized Form

Constructor Summary
LensSessionImpl.LensSessionPersistInfo()
           
 
Method Summary
 Map<String,String> getConfig()
           
 String getDatabase()
           
 long getLastAccessTime()
           
 String getPassword()
           
 List<LensSessionImpl.ResourceEntry> getResources()
           
 LensSessionHandle getSessionHandle()
           
 String getUsername()
           
 void readExternal(ObjectInput in)
           
 void setConfig(Map<String,String> config)
           
 void setDatabase(String database)
           
 void setLastAccessTime(long accessTime)
           
 void setPassword(String password)
           
 void setResources(List<LensSessionImpl.ResourceEntry> resources)
           
 void setSessionConf(Map<String,String> sessionConf)
           
 void setSessionHandle(LensSessionHandle sessionHandle)
           
 void setUsername(String username)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LensSessionImpl.LensSessionPersistInfo

public LensSessionImpl.LensSessionPersistInfo()
Method Detail

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getResources

public List<LensSessionImpl.ResourceEntry> getResources()

setResources

public void setResources(List<LensSessionImpl.ResourceEntry> resources)

getConfig

public Map<String,String> getConfig()

setConfig

public void setConfig(Map<String,String> config)

getDatabase

public String getDatabase()

setDatabase

public void setDatabase(String database)

getSessionHandle

public LensSessionHandle getSessionHandle()

setSessionHandle

public void setSessionHandle(LensSessionHandle sessionHandle)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

setLastAccessTime

public void setLastAccessTime(long accessTime)

getLastAccessTime

public long getLastAccessTime()

setSessionConf

public void setSessionConf(Map<String,String> sessionConf)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.