org.jacorb.notification.container
Class BiDirGiopPOAComponentAdapter
java.lang.Object
DecoratingComponentAdapter
org.jacorb.notification.container.BiDirGiopPOAComponentAdapter
public class BiDirGiopPOAComponentAdapter
- extends DecoratingComponentAdapter
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 |
BiDirGiopPOAComponentAdapter
public BiDirGiopPOAComponentAdapter(ComponentAdapter delegate)
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 enabledorb
- config
-
- Throws:
org.omg.CORBA.PolicyError