|
SmartFrog 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Apache
This interface defines the methods that can be called upon Apache by a Remote client.
| Field Summary | |
|---|---|
static java.lang.String |
APACHECTLLOCATION
|
static java.lang.String |
BASECONFIGFILENAME
|
static java.lang.String |
BASECONFIGLOCATION
|
static java.lang.String |
CONFIGFILENAME
|
static java.lang.String |
CONFIGLOCATION
|
static java.lang.String |
ENVVARS
|
static java.lang.String |
INTERCHECKTIME
|
static java.lang.String |
LOCATION
|
static java.lang.String |
LOGTO
|
static java.lang.String |
MANAGEDAEMON
|
| Method Summary | |
|---|---|
void |
refreshConfig(java.lang.String scriptURL,
java.lang.String fileName)
This would be used to reset/update the configuration of Apache. |
void |
refreshDaemon()
This refreshes the httpd daemon and therfore updates the current configuration. |
void |
startDaemon()
As the method name indicates, this simply starts the httpd daemon |
void |
stopDaemon()
As the method name indicates, this simply stops the httpd daemon |
| Field Detail |
|---|
static final java.lang.String LOCATION
static final java.lang.String BASECONFIGLOCATION
static final java.lang.String CONFIGLOCATION
static final java.lang.String BASECONFIGFILENAME
static final java.lang.String CONFIGFILENAME
static final java.lang.String ENVVARS
static final java.lang.String APACHECTLLOCATION
static final java.lang.String INTERCHECKTIME
static final java.lang.String LOGTO
static final java.lang.String MANAGEDAEMON
| Method Detail |
|---|
void startDaemon()
throws java.rmi.RemoteException
java.rmi.RemoteException - in case of Remote/network error
void stopDaemon()
throws java.rmi.RemoteException
java.rmi.RemoteException - in case of Remote/network error
void refreshDaemon()
throws java.rmi.RemoteException
java.rmi.RemoteException - in case of Remote/network error
void refreshConfig(java.lang.String scriptURL,
java.lang.String fileName)
throws java.rmi.RemoteException
scriptURL - script urlfileName - file name
java.rmi.RemoteException - in case of Remote/network error
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||