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

org.apache.lens.api
Class LensSessionHandle

java.lang.Object
  extended by org.apache.lens.api.LensSessionHandle

public class LensSessionHandle
extends Object

The Class LensSessionHandle.


Constructor Summary
LensSessionHandle()
           
 
Method Summary
 String toString()
           
static LensSessionHandle valueOf(String sessionStr)
          Value of.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LensSessionHandle

public LensSessionHandle()
Method Detail

valueOf

public static LensSessionHandle valueOf(String sessionStr)
Value of.

Parameters:
sessionStr - the session str
Returns:
the lens session handle

toString

public String toString()
Overrides:
toString in class Object


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