org.omg.PortableInterceptor
Interface IORInfoOperations

All Known Subinterfaces:
IORInfo
All Known Implementing Classes:
IORInfo_impl

public interface IORInfoOperations


Method Summary
 ObjectReferenceTemplate adapter_template()
           
 void add_ior_component_to_profile(TaggedComponent a_component, int profile_id)
           
 void add_ior_component(TaggedComponent a_component)
           
 ObjectReferenceFactory current_factory()
           
 void current_factory(ObjectReferenceFactory val)
           
 Policy get_effective_policy(int type)
           
 String manager_id()
           
 short state()
           
 

Method Detail

get_effective_policy

Policy get_effective_policy(int type)

add_ior_component

void add_ior_component(TaggedComponent a_component)

add_ior_component_to_profile

void add_ior_component_to_profile(TaggedComponent a_component,
                                  int profile_id)

adapter_template

ObjectReferenceTemplate adapter_template()

current_factory

ObjectReferenceFactory current_factory()

current_factory

void current_factory(ObjectReferenceFactory val)

manager_id

String manager_id()

state

short state()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.