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

java.lang.Object
  extended by org.apache.lens.server.session.LensSessionImpl.ResourceEntry
Enclosing class:
LensSessionImpl

public static class LensSessionImpl.ResourceEntry
extends Object

The Class ResourceEntry.


Constructor Summary
LensSessionImpl.ResourceEntry(String type, String location)
          Instantiates a new resource entry.
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 void restoredResource()
          Restored resource.
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LensSessionImpl.ResourceEntry

public LensSessionImpl.ResourceEntry(String type,
                                     String location)
Instantiates a new resource entry.

Parameters:
type - the type
location - the location
Method Detail

restoredResource

public void restoredResource()
Restored resource.


toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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