org.opencrx.kernel.layer.application
Class RequestContext

java.lang.Object
  extended by org.opencrx.kernel.layer.application.RequestContext

public class RequestContext
extends Object


Field Summary
 org.openmdx.application.dataprovider.spi.Layer_1_0 delegatingLayer
           
 org.openmdx.application.dataprovider.cci.RequestCollection delegatingRequests
           
 org.openmdx.application.dataprovider.cci.ServiceHeader header
           
 org.openmdx.application.dataprovider.cci.RequestCollection localRequests
           
 org.openmdx.base.mof.cci.Model_1_0 model
           
 List<String> readOnlyTypes
           
 
Constructor Summary
RequestContext(org.openmdx.base.mof.cci.Model_1_0 model, org.openmdx.application.dataprovider.cci.ServiceHeader header, org.openmdx.application.dataprovider.cci.RequestCollection delegatingRequests, org.openmdx.application.dataprovider.spi.Layer_1_0 delegatingLayer, org.openmdx.application.dataprovider.cci.RequestCollection localRequests, List<String> readOnlyTypes)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

public final org.openmdx.base.mof.cci.Model_1_0 model

header

public final org.openmdx.application.dataprovider.cci.ServiceHeader header

delegatingRequests

public final org.openmdx.application.dataprovider.cci.RequestCollection delegatingRequests

delegatingLayer

public final org.openmdx.application.dataprovider.spi.Layer_1_0 delegatingLayer

localRequests

public final org.openmdx.application.dataprovider.cci.RequestCollection localRequests

readOnlyTypes

public final List<String> readOnlyTypes
Constructor Detail

RequestContext

public RequestContext(org.openmdx.base.mof.cci.Model_1_0 model,
                      org.openmdx.application.dataprovider.cci.ServiceHeader header,
                      org.openmdx.application.dataprovider.cci.RequestCollection delegatingRequests,
                      org.openmdx.application.dataprovider.spi.Layer_1_0 delegatingLayer,
                      org.openmdx.application.dataprovider.cci.RequestCollection localRequests,
                      List<String> readOnlyTypes)


This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.