org.jacorb.notification.container
Class BiDirGiopPOAComponentAdapter

java.lang.Object
  extended by DecoratingComponentAdapter
      extended by org.jacorb.notification.container.BiDirGiopPOAComponentAdapter

public class BiDirGiopPOAComponentAdapter
extends DecoratingComponentAdapter


Constructor Summary
BiDirGiopPOAComponentAdapter(ComponentAdapter delegate)
           
 
Method Summary
static void addBiDirGiopPolicy(java.util.List policies, org.omg.CORBA.ORB orb, org.apache.avalon.framework.configuration.Configuration config)
          add an optional Policy to enable Bidirectional GIOP to the supplied list.
 java.lang.Object getComponentInstance(PicoContainer container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BiDirGiopPOAComponentAdapter

public BiDirGiopPOAComponentAdapter(ComponentAdapter delegate)
Method Detail

getComponentInstance

public java.lang.Object getComponentInstance(PicoContainer container)
                                      throws PicoInitializationException,
                                             PicoIntrospectionException
Throws:
PicoInitializationException
PicoIntrospectionException

addBiDirGiopPolicy

public static void addBiDirGiopPolicy(java.util.List policies,
                                      org.omg.CORBA.ORB orb,
                                      org.apache.avalon.framework.configuration.Configuration config)
                               throws org.omg.CORBA.PolicyError
add an optional Policy to enable Bidirectional GIOP to the supplied list. the decision if BiDir GIOP should be enabled is based on the Configuration settings.

Parameters:
policies - will be modified by this method if BiDir GIOP is enabled
orb -
config -
Throws:
org.omg.CORBA.PolicyError