|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.webcache.population.PopulationConnection
| Field Summary |
| Type | Field |
|---|---|
protected oracle.net.http.HttpConnection |
m_conn
|
| Constructor Summary |
PopulationConnection()
Constructs a Web Cache population connection Connection details (including hostname and port no.) are taken from an XML configuration file - more specifically, from the attributes: host=" |
PopulationConnection(java.lang.String tagName)
|
| Method Summary |
| Type | Method |
|---|---|
boolean |
send(PopulationMessage msg)
Sends population message to the Web Cache and returns true
or false to indicate that the messsage has, or has not,
been accepted by the Web Cache. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected oracle.net.http.HttpConnection m_conn
| Constructor Detail |
public PopulationConnection()
public PopulationConnection(java.lang.String tagName)
| Method Detail |
public boolean send(PopulationMessage msg)
throws java.io.IOException
true
or false to indicate that the messsage has, or has not,
been accepted by the Web Cache.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||