|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prolixtech.jaminid.ContentOracle
public class ContentOracle
The content oracle is a very special class. It completely allows us to delegate the computation of
| Field Summary | |
|---|---|
protected static ContentOracle |
theInstance
|
| Constructor Summary | |
|---|---|
ContentOracle()
|
|
| Method Summary | |
|---|---|
java.lang.String |
demultiplex(Request connRequest,
Response connResponse)
the main function of the oracle, is to demux the request and produce an output that is relative to the request. |
ContentOracle |
getDelegatedOracle(Request serviceRequest)
|
static ContentOracle |
Instance()
pertains to the singleton DESIGN PATTERN |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static ContentOracle theInstance
| Constructor Detail |
|---|
public ContentOracle()
| Method Detail |
|---|
public static ContentOracle Instance()
public java.lang.String demultiplex(Request connRequest,
Response connResponse)
connRequest - connResponse -
public ContentOracle getDelegatedOracle(Request serviceRequest)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||