public interface VwmServiceInterface extends VwmInterface
PageMaster| Modifier and Type | Method and Description |
|---|---|
boolean |
fileChange(String number,
String ctype)
Handles a service-request on a file, registered in the netfiles builder.
|
boolean |
fileChange(String service,
String subservice,
String filename)
Handles a service-request on a file, registered in the netfiles builder.
|
addClient, init, releaseClientnodeLocalChanged, nodeRemoteChangedboolean fileChange(String number, String ctype)
number - Number of the node in the netfiles buidler than contain service request information.ctype - the type of change to that nodetrue if the request was succesfully handledboolean fileChange(String service, String subservice, String filename)
service - the service to be performedsubservice - the subservice to be performedfilename - the filename to servicetrue if the request was handledMMBase 1.9-SNAPSHOT - ${javadoctimestamp}