org.omg.PortableInterceptor
Class ServerRequestInterceptorLocalTie

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.omg.PortableInterceptor._ServerRequestInterceptorLocalBase
          extended by org.omg.PortableInterceptor.ServerRequestInterceptorLocalTie
All Implemented Interfaces:
java.io.Serializable, LocalInterface, Object, IDLEntity, Interceptor, InterceptorOperations, ServerRequestInterceptor, ServerRequestInterceptorOperations

public class ServerRequestInterceptorLocalTie
extends _ServerRequestInterceptorLocalBase

Generated from IDL interface "ServerRequestInterceptor".

Version:
generated at Mar 23, 2009 3:46:19 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Constructor Summary
ServerRequestInterceptorLocalTie(ServerRequestInterceptorOperations delegate)
           
 
Method Summary
 ServerRequestInterceptorOperations _delegate()
           
 void _delegate(ServerRequestInterceptorOperations delegate)
           
 java.lang.String name()
           
 void receive_request_service_contexts(ServerRequestInfo ri)
           
 void receive_request(ServerRequestInfo ri)
           
 void send_exception(ServerRequestInfo ri)
           
 void send_other(ServerRequestInfo ri)
           
 void send_reply(ServerRequestInfo ri)
           
 
Methods inherited from class org.omg.PortableInterceptor._ServerRequestInterceptorLocalBase
_ids
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerRequestInterceptorLocalTie

public ServerRequestInterceptorLocalTie(ServerRequestInterceptorOperations delegate)
Method Detail

_delegate

public ServerRequestInterceptorOperations _delegate()

_delegate

public void _delegate(ServerRequestInterceptorOperations delegate)

receive_request

public void receive_request(ServerRequestInfo ri)
                     throws ForwardRequest
Throws:
ForwardRequest

name

public java.lang.String name()

send_other

public void send_other(ServerRequestInfo ri)
                throws ForwardRequest
Throws:
ForwardRequest

send_exception

public void send_exception(ServerRequestInfo ri)
                    throws ForwardRequest
Throws:
ForwardRequest

receive_request_service_contexts

public void receive_request_service_contexts(ServerRequestInfo ri)
                                      throws ForwardRequest
Throws:
ForwardRequest

send_reply

public void send_reply(ServerRequestInfo ri)


Copyright © 2009. All Rights Reserved.