public class NodeInfoService extends Object implements StructuredService
 This service will be called by the Cluster manager running on the other members.
| Constructor and Description | 
|---|
| NodeInfoService() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | call(ServiceCall call,
    sirius.kernel.xml.StructuredOutput out)Handles the incoming call while using out to generate the result. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleExceptionpublic void call(ServiceCall call, sirius.kernel.xml.StructuredOutput out) throws Exception
StructuredServicecall in interface StructuredServicecall - the HTTP request to processout - the encoder used to generate the desired outputException - in case of an error. An appropriate result will be generated in the selected format.Copyright © 2018. All rights reserved.