Class ServerSideCallContext

java.lang.Object
org.distributeme.core.AbstractCallContext
org.distributeme.core.ServerSideCallContext

public class ServerSideCallContext extends AbstractCallContext
Contains all required infromation in the context of the current call on the server side.
Version:
$Id: $Id
Author:
lrosenberg
  • Constructor Details

    • ServerSideCallContext

      public ServerSideCallContext(String aMethodName, Map<?,?> transportableCallContext)

      Constructor for ServerSideCallContext.

      Parameters:
      aMethodName - a String object.
      transportableCallContext - a Map object.