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

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
 void addToDatabase(String database)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 boolean isAddedToDatabase(String database)
           
 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

isAddedToDatabase

public boolean isAddedToDatabase(String database)

addToDatabase

public void addToDatabase(String database)

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.