org.ow2.carol.rmi.interceptor.api
Interface JInitInfo


public interface JInitInfo

Interface JInitInfo is the CAROL JRMP Interceptor Information Interface this interface for storing interceptor initialisation informations

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

Method Summary
 void addClientRequestInterceptor(JClientRequestInterceptor interceptor)
          add client interceptor
 void addServerRequestInterceptor(JServerRequestInterceptor interceptor)
          add server interceptor
 JClientRequestInterceptor[] getClientRequestInterceptors()
          get all the client interceptor
 JServerRequestInterceptor[] getServerRequestInterceptors()
          get all the server interceptor
 

Method Detail

addClientRequestInterceptor

void addClientRequestInterceptor(JClientRequestInterceptor interceptor)
                                 throws JDuplicateName
add client interceptor

Parameters:
JClientRequestInterceptor - the client interceptor to add
Throws:
JDuplicateName

addServerRequestInterceptor

void addServerRequestInterceptor(JServerRequestInterceptor interceptor)
                                 throws JDuplicateName
add server interceptor

Parameters:
JServerRequestInterceptor - the server interceptor to add
Throws:
JDuplicateName

getClientRequestInterceptors

JClientRequestInterceptor[] getClientRequestInterceptors()
get all the client interceptor

Returns:
array of ClientRequestInterceptor

getServerRequestInterceptors

JServerRequestInterceptor[] getServerRequestInterceptors()
get all the server interceptor

Returns:
array of ServerRequestInterceptor


Copyright © 2008 OW2 Consortium. All Rights Reserved.