Uses of Interface
scone.netobjects.Cacheable

Packages that use Cacheable
scone.netobjects This package provides objects which represent real objects from the internet and the WWW. 
 

Uses of Cacheable in scone.netobjects
 

Classes in scone.netobjects that implement Cacheable
 class Access
          Access-Objects contain information about single access actions See scone.examples.OberserverTestPlugin for an example how to use the acess-Events
 class HtmlNode
          a HtmlNode represents a Html document.
 class Inclusion
          An Inclusion represents the objects included in one web page, like applets, pictures etc.
 class Keyword
          represents a keyword of a NetNode object.
 class Link
          a Link represents a links-set from the database
 class NetNode
          a NetNode represents a node from the Internet.
 class Node2Key
          a Link represents a links-set from the database
 class Person
           
 class Server
          a Server represents a ServerCache-set from the database
 class TableRecord
          Defines which methods an object must implement to be handled by a cache
 class User
          A User represents a Scone user.
 

Methods in scone.netobjects that return Cacheable
 Cacheable CacheTable.get(int keyNo, java.lang.Object key)
          get an Object from the Cache
 

Methods in scone.netobjects with parameters of type Cacheable
 void CacheTable.put(Cacheable entity)
          Put an entity into CacheTable