|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.deployment.SurfRefreshRunnable
public class SurfRefreshRunnable
Post-deployment runnable that refreshes the cache on a Surf application. This opens a URL connection to the cache control servlet from the core Web Framework package.
Constructor Summary | |
---|---|
SurfRefreshRunnable()
|
Method Summary | |
---|---|
java.lang.String |
getSurfLocation()
Gets the location of the Surf application |
void |
init(Deployment deployment)
An initialization method. |
void |
run()
|
void |
setSurfLocation(java.lang.String surfLocation)
Sets the location of the Surf application |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SurfRefreshRunnable()
Method Detail |
---|
public void init(Deployment deployment)
FSDeploymentRunnable
init
in interface FSDeploymentRunnable
deployment
- The deployment that has just been committed.public void setSurfLocation(java.lang.String surfLocation)
surfLocation
- the location of the Surf applicationpublic java.lang.String getSurfLocation()
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |