Uses of Class
com.prolixtech.jaminid.ContentOracle

Packages that use ContentOracle
com.prolixtech.jaminid   
com.prolixtech.jaminid_examples   
com.prolixtech.jaminid_examples.ajax   
 

Uses of ContentOracle in com.prolixtech.jaminid
 

Subclasses of ContentOracle in com.prolixtech.jaminid
 class StreamingOracle
           
 

Methods in com.prolixtech.jaminid that return ContentOracle
 ContentOracle ContentOracle.getDelegatedOracle(Request serviceRequest)
           
 ContentOracle Daemon.getOracle()
           
static ContentOracle StreamingOracle.Instance()
           
static ContentOracle ContentOracle.Instance()
          pertains to the singleton DESIGN PATTERN
 

Constructors in com.prolixtech.jaminid with parameters of type ContentOracle
Daemon(int serverPort, ContentOracle cOra)
          creates a new daemon and opens on specific port
 

Uses of ContentOracle in com.prolixtech.jaminid_examples
 

Subclasses of ContentOracle in com.prolixtech.jaminid_examples
 class HelloWorldServer
           
 class SimpleServer
           
 

Uses of ContentOracle in com.prolixtech.jaminid_examples.ajax
 

Subclasses of ContentOracle in com.prolixtech.jaminid_examples.ajax
 class SimpleAjaxServer