Uses of Interface
com.tibco.amf.platform.runtime.extension.context.RequestContext

Packages that use RequestContext
com.tibco.amf.platform.runtime.extension.context   
 

Uses of RequestContext in com.tibco.amf.platform.runtime.extension.context
 

Subinterfaces of RequestContext in com.tibco.amf.platform.runtime.extension.context
 interface MutableRequestContext
           Interface that defines a mutable RequestContext.
 

Methods in com.tibco.amf.platform.runtime.extension.context that return RequestContext
 RequestContext BaseContext.createRequestContextFromBytes(byte[] bytes)
          Create a RequestContext from byte array
 RequestContext RequestContext.getParentRequestContext()
          Returns the parent request context for this request context
 RequestContext CallbackContext.getRequestContext()
          Provides the RequestContext that created this context.
 

Methods in com.tibco.amf.platform.runtime.extension.context with parameters of type RequestContext
 MutableRequestContext BaseContext.createMutableRequestContext(RequestContext initialRequestContext)
          Creates a MutableRequestContext that the component can use to set contextual information for a request.
 void ComponentContext.setRequestContext(RequestContext requestContext)
          Sets context for the current SCA service request, or null if there is no current request or if the context is unavailable.
 



Copyright © 2010 TIBCO Software Inc. All Rights Reserved.