Class ScoController

  • All Implemented Interfaces:

    
    public final class ScoController
    
                        

    Manages callbacks for incoming set service requests.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final <T extends Any> InvocationResponse processIncomingSetOperation(String handle, InstanceIdentifier source, T request, String callerId) Invokes processing of an incoming network set service call.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • processIncomingSetOperation

         final <T extends Any> InvocationResponse processIncomingSetOperation(String handle, InstanceIdentifier source, T request, String callerId)

        Invokes processing of an incoming network set service call.

        Parameters:
        handle - the handle of the operation that was called.
        source - the instance identifier that represents the calling client.
        request - the request data.
        callerId - string that uniquely identifies the certificate of the calling consumer (e.g.
        Returns:

        the initial invocation info required for the response message. The initial invocation info is requested by the callback that is going to be invoked. In case that no callback can be found, a fail state is returned.