wt.lite
Interface LightweightInfo

All Known Implementing Classes:
DefaultLightweightInfo

public interface LightweightInfo



Supported API: false

Extendable: false


Method Summary
 int compareFreshness(Lightweight a_lightweight)
          

Supported API: false
 boolean equals(Lightweight a_lightweight, Object an_object)
          

Supported API: false
 Object getHeavyWeight(Lightweight a_lightweight)
          

Supported API: false
 int hashCode()
          

Supported API: false
 void initialize(Lightweight a_lightweight, Object a_context_object)
          

Supported API: false
 boolean isStillValid()
          

Supported API: false
 boolean references(Lightweight a_lightweight)
          

Supported API: false
 boolean references(Persistable an_object)
          

Supported API: false
 void refresh()
          

Supported API: false
 

Method Detail

isStillValid

public boolean isStillValid()


Supported API: false

Returns:
boolean

getHeavyWeight

public Object getHeavyWeight(Lightweight a_lightweight)


Supported API: false

Parameters:
a_lightweight -
Returns:
Object

equals

public boolean equals(Lightweight a_lightweight,
                      Object an_object)


Supported API: false

Parameters:
a_lightweight -
an_object -
Returns:
boolean

hashCode

public int hashCode()


Supported API: false

Returns:
int

refresh

public void refresh()


Supported API: false


references

public boolean references(Persistable an_object)


Supported API: false

Parameters:
an_object -
Returns:
boolean

references

public boolean references(Lightweight a_lightweight)


Supported API: false

Parameters:
a_lightweight -
Returns:
boolean

initialize

public void initialize(Lightweight a_lightweight,
                       Object a_context_object)


Supported API: false

Parameters:
a_lightweight -
a_context_object -

compareFreshness

public int compareFreshness(Lightweight a_lightweight)


Supported API: false

Parameters:
a_lightweight -
Returns:
int