org.jacorb.orb.giop

Class BiDirConnectionServerInterceptor

Implemented Interfaces:
IDLEntity, Interceptor, InterceptorOperations, Object, java.io.Serializable, ServerRequestInterceptor, ServerRequestInterceptorOperations

public class BiDirConnectionServerInterceptor
extends DefaultServerInterceptor

BiDirConnectionServerInterceptor.java Created: Sun Sep 2 18:16:27 2002

Version:
$Id: BiDirConnectionServerInterceptor.java,v 1.13 2004/05/06 12:40:00 nicolas Exp $

Author:
Nicolas Noffke

Constructor Summary

BiDirConnectionServerInterceptor(ORB orb, Codec codec)

Method Summary

void
destroy()
String
name()
void
receive_request_service_contexts(ServerRequestInfo ri)

Methods inherited from class org.jacorb.orb.portableInterceptor.DefaultServerInterceptor

destroy, name, receive_request, receive_request_service_contexts, send_exception, send_other, send_reply

Methods inherited from class org.omg.CORBA.LocalObject

_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface, _get_interface_def, _get_policy, _hash, _ids, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection

Constructor Details

BiDirConnectionServerInterceptor

public BiDirConnectionServerInterceptor(ORB orb,
                                        Codec codec)

Method Details

destroy

public void destroy()
Specified by:
destroy in interface InterceptorOperations
Overrides:
destroy in interface DefaultServerInterceptor


name

public String name()
Specified by:
name in interface InterceptorOperations
Overrides:
name in interface DefaultServerInterceptor


receive_request_service_contexts

public void receive_request_service_contexts(ServerRequestInfo ri)
            throws ForwardRequest
Specified by:
receive_request_service_contexts in interface ServerRequestInterceptorOperations
Overrides:
receive_request_service_contexts in interface DefaultServerInterceptor