summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/CCM_ContainerStubRequestInfo.idl
blob: da14afa9e087c8eb0a9a1aceb37708561dbfc36e (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
// $Id$

#if !defined (CCM_CONTAINERSTUBREQUESTINFO_IDL)
#define CCM_CONTAINERSTUBREQUESTINFO_IDL

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

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

#endif /* CCM_CONTAINERSTUBREQUESTINFO_IDL */