|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteConfigurationLog
The RemoteConfigurationLog takes charge of the logging configuration interfaces
invoked by JSP logging configuration pages.
Note: since V8.1, only the first three new added API methods (getLoggers(),
load() and update()) are useful in this interface.
All the other old API methods defined before V8 are deprecated.
| Method Summary | |
|---|---|
java.util.Vector |
getLoggers()
Gets all loggers provided by JReport Server. |
void |
load()
Loads the latest configuration file to a list and clears the cache of the changes previously. |
boolean |
update()
Updates the changes, saves the changed properties to the configuration file and invokes configuration service to take effect immediately. |
| Method Detail |
|---|
java.util.Vector getLoggers()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
void load()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
boolean update()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||