summaryrefslogtreecommitdiff
path: root/CIAO/ciao/extension/CCM_ContainerServantRequestInfo.idl
blob: 0a3348b8f7ec1a68a0134562a08471280b39442c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// $Id$

#if !defined (CCM_CONTAINERSERVANTREQUESTINFO_IDL)
#define CCM_CONTAINERSERVANTREQUESTINFO_IDL

#include "ciao/CCM_ContainerRequestInfo.idl"
#include "ciao/CCM_EnterpriseComponent.idl"
#include "tao/AnyTypeCode/Dynamic.pidl"

module Components
{
  module ContainerPortableInterceptor
  {
    local interface ContainerServantRequestInfo : ContainerRequestInfo
    {
      attribute Dynamic::ParameterList arguments;
      readonly attribute string operation;
      attribute any result;
      attribute Components::EnterpriseComponent target;
      attribute any the_exception;
    };
  };
};

#endif /* CCM_CONTAINERSERVANTREQUESTINFO_IDL */