org.ow2.carol.rmi.interceptor.spi
Interface JServiceContext

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasicServiceContext

public interface JServiceContext
extends java.io.Serializable

Interface JServiceContext is the CAROL JRMP Service context Unlike IIOP the class isn't static final class, you can use inheritance mechanism for context propagation. See the carol documentation propagation context for performance issue

Version:
1.0, 15/07/2002
Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

Method Summary
 int getContextId()
          the JServiceContext id
 

Method Detail

getContextId

int getContextId()
the JServiceContext id



Copyright © 2008 OW2 Consortium. All Rights Reserved.