A B C G H J N O P R S

A

addAllReplyServiceContext(Collection<JServiceContext>) - Method in interface org.ow2.carol.rmi.interceptor.api.JServerRequestInfo
Add the all the reply service context
addAllRequestServiceContext(Collection<JServiceContext>) - Method in interface org.ow2.carol.rmi.interceptor.api.JClientRequestInfo
Add the all the request service context
addClientRequestInterceptor(JClientRequestInterceptor) - Method in interface org.ow2.carol.rmi.interceptor.api.JInitInfo
add client interceptor
addReplyServiceContext(JServiceContext) - Method in interface org.ow2.carol.rmi.interceptor.api.JServerRequestInfo
add a JServicecontext
addRequestServiceContext(JServiceContext) - Method in interface org.ow2.carol.rmi.interceptor.api.JClientRequestInfo
Add a JServicecontext
addServerRequestInterceptor(JServerRequestInterceptor) - Method in interface org.ow2.carol.rmi.interceptor.api.JInitInfo
add server interceptor

B

BasicServiceContext<Data extends java.io.Serializable> - Class in org.ow2.carol.rmi.interceptor.impl
A service context that wraps serializable data.
BasicServiceContext(int, Data) - Constructor for class org.ow2.carol.rmi.interceptor.impl.BasicServiceContext
 

C

clearAllContexts() - Method in interface org.ow2.carol.rmi.interceptor.api.JRequestInfo
clear the service contexts table

G

getAllReplyServiceContext() - Method in interface org.ow2.carol.rmi.interceptor.api.JRequestInfo
Get the all the reply service context if there is no context return null
getAllRequestServiceContext() - Method in interface org.ow2.carol.rmi.interceptor.api.JRequestInfo
Get the all the request service context if there is no context return null
getClientRequestInterceptors() - Method in interface org.ow2.carol.rmi.interceptor.api.JInitInfo
get all the client interceptor
getContextData() - Method in class org.ow2.carol.rmi.interceptor.impl.BasicServiceContext
 
getContextId() - Method in class org.ow2.carol.rmi.interceptor.impl.BasicServiceContext
 
getContextId() - Method in interface org.ow2.carol.rmi.interceptor.spi.JServiceContext
the JServiceContext id
getReplyServiceContext(int) - Method in interface org.ow2.carol.rmi.interceptor.api.JRequestInfo
Get the context specified by this id if there is no context corresponding with this id return null
getRequestServiceContext(int) - Method in interface org.ow2.carol.rmi.interceptor.api.JRequestInfo
Get the context specified by this id if there is no context corresponding with this id return null
getServerRequestInterceptors() - Method in interface org.ow2.carol.rmi.interceptor.api.JInitInfo
get all the server interceptor

H

hasContexts() - Method in interface org.ow2.carol.rmi.interceptor.api.JRequestInfo
true if exit one or more context

J

JClientRequestInfo - Interface in org.ow2.carol.rmi.interceptor.api
Interface JClientRequestInfo is the CAROL JRMP Client Interception Information stucturs this class is used by the other package class to manage client interception
JClientRequestInterceptor - Interface in org.ow2.carol.rmi.interceptor.spi
Interface JClientRequestInterceptor is the CAROL JRMP Client Interceptor Interface this interface is use for client interceptor definition
JDuplicateName - Exception in org.ow2.carol.rmi.interceptor.api
Exception JDuplicateName is the CAROL JRMP Interceptor Registering Exception This Exception occur when 2 Interceptors with the same name are registered
JDuplicateName() - Constructor for exception org.ow2.carol.rmi.interceptor.api.JDuplicateName
EMPTY constructor
JDuplicateName(String) - Constructor for exception org.ow2.carol.rmi.interceptor.api.JDuplicateName
Constructor
JDuplicateName(Throwable) - Constructor for exception org.ow2.carol.rmi.interceptor.api.JDuplicateName
 
JDuplicateName(String, Throwable) - Constructor for exception org.ow2.carol.rmi.interceptor.api.JDuplicateName
 
JInitializer - Interface in org.ow2.carol.rmi.interceptor.spi
Interface JInitializer is the CAROL JRMP Initializer interface This interface is used to register Interceptor
JInitInfo - Interface in org.ow2.carol.rmi.interceptor.api
Interface JInitInfo is the CAROL JRMP Interceptor Information Interface this interface for storing interceptor initialisation informations
JRequestInfo - Interface in org.ow2.carol.rmi.interceptor.api
Class JRequestInfo is the CAROL JRMP general Request info
JServerRequestInfo - Interface in org.ow2.carol.rmi.interceptor.api
Interface JServerRequestInfo is the CAROL JServerRequestInfo this inetrface describe the server interceptor information structur
JServerRequestInterceptor - Interface in org.ow2.carol.rmi.interceptor.spi
Interface JServerRequestIntercepto is the CAROL JRMP Server Interceptor interface
JServiceContext - Interface in org.ow2.carol.rmi.interceptor.spi
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.

N

name() - Method in interface org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptor
get the name of this interceptor
name() - Method in interface org.ow2.carol.rmi.interceptor.spi.JServerRequestInterceptor
get the name of this interceptor

O

org.ow2.carol.rmi.interceptor.api - package org.ow2.carol.rmi.interceptor.api
 
org.ow2.carol.rmi.interceptor.impl - package org.ow2.carol.rmi.interceptor.impl
 
org.ow2.carol.rmi.interceptor.spi - package org.ow2.carol.rmi.interceptor.spi
 

P

postInit(JInitInfo) - Method in interface org.ow2.carol.rmi.interceptor.spi.JInitializer
In JRMP the 2 methods (pre and post init) have the same consequences...
preInit(JInitInfo) - Method in interface org.ow2.carol.rmi.interceptor.spi.JInitializer
In JRMP the 2 methods (pre and post init) have the same consequences...

R

receiveException(JClientRequestInfo) - Method in interface org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptor
Receive exception interception
receiveOther(JClientRequestInfo) - Method in interface org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptor
 
receiveReply(JClientRequestInfo) - Method in interface org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptor
Receive reply interception
receiveRequest(JServerRequestInfo) - Method in interface org.ow2.carol.rmi.interceptor.spi.JServerRequestInterceptor
Receive request

S

sendException(JServerRequestInfo) - Method in interface org.ow2.carol.rmi.interceptor.spi.JServerRequestInterceptor
send exception with context
sendOther(JServerRequestInfo) - Method in interface org.ow2.carol.rmi.interceptor.spi.JServerRequestInterceptor
 
sendPoll(JClientRequestInfo) - Method in interface org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptor
send client context in pool
sendReply(JServerRequestInfo) - Method in interface org.ow2.carol.rmi.interceptor.spi.JServerRequestInterceptor
send reply with context
sendRequest(JClientRequestInfo) - Method in interface org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptor
send client context with the request.

A B C G H J N O P R S

Copyright © 2008 OW2 Consortium. All Rights Reserved.