|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object scone.Plugin scone.accesstracking.AccessTracking
public class AccessTracking
Field Summary | |
---|---|
protected static PersistentProperties |
props
|
Fields inherited from class scone.Plugin |
---|
ACCESSTRACKING, ACCESSTRACKING2, ADDPREAMBLE, CALCFINGERPRINT, CONSIDERINCLUSIONS, CONSIDERKEYWORDS, CONSIDERLINKS, COPYRIGHT, DECENT_HOST_CONDITION, HTDOCCONDITION, NO_HTDOCCONDITION, NOCACHE, NOREQUIREMENTS, PAGETIMEOUT, PARSEDOCUMENT, POSTDATA, RAS, RESOURCEGENERATOR, SAVEBODYTEXT, SAVESOURCECODE, USEPARSINGMEG |
Constructor Summary | |
---|---|
AccessTracking()
|
Method Summary | |
---|---|
int |
getConnectionPort()
returns the connection port used by RAS. |
int |
getRasPort()
Specify the port of the RAS-Server. |
int |
getRequirements()
Define the requirements of this plugin by implementing this method. |
int |
getResourcePort()
returns the resource port of scone, where to load the included HTML and JavaScript code. |
java.lang.String |
getSconeIP()
returns the IP-Address of scone. |
void |
init()
Initialize Accesstracking: read local address, ras port etc, set up ras etc. |
void |
terminate()
overwrite this method to be notified when the Proxy terminates |
Methods inherited from class scone.Plugin |
---|
addMeg, disable, displayConfigGUI, displayConfigGUI, enable, getProperties, init, saveProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static PersistentProperties props
Constructor Detail |
---|
public AccessTracking()
Method Detail |
---|
public int getRequirements()
Plugin
These requirements have to be combined by the | operator: PARSEDOCUMENT | CONSIDERLINKS will cause scone to create HtmlDocument objects, Link objects and LinkToken objects.
If a feature is not required by any of the registered plugins, scone will not support it at runtime.
getRequirements
in class Plugin
public int getRasPort()
Plugin
getRasPort
in class Plugin
public void init()
init
in class Plugin
public java.lang.String getSconeIP()
public int getConnectionPort()
public int getResourcePort()
public void terminate()
Plugin
terminate
in class Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |