org.glassfish.enterprise.iiop.impl
Class CSIv2SSLTaggedComponentHandlerImpl

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.glassfish.enterprise.iiop.impl.CSIv2SSLTaggedComponentHandlerImpl
All Implemented Interfaces:
com.sun.corba.ee.impl.folb.CSIv2SSLTaggedComponentHandler, com.sun.corba.ee.spi.orb.ORBConfigurator, org.omg.CORBA.Object

public class CSIv2SSLTaggedComponentHandlerImpl
extends org.omg.CORBA.LocalObject
implements com.sun.corba.ee.impl.folb.CSIv2SSLTaggedComponentHandler, com.sun.corba.ee.spi.orb.ORBConfigurator

Author:
Harold Carr

Constructor Summary
CSIv2SSLTaggedComponentHandlerImpl()
           
 
Method Summary
 void configure(com.sun.corba.ee.spi.orb.DataCollector collector, com.sun.corba.ee.spi.orb.ORB orb)
           
 java.util.List<com.sun.corba.ee.spi.transport.SocketInfo> extract(com.sun.corba.ee.spi.ior.IOR ior)
           
 org.omg.IOP.TaggedComponent insert(org.omg.PortableInterceptor.IORInfo iorInfo, java.util.List<com.sun.corba.ee.spi.folb.ClusterInstanceInfo> clusterInstanceInfo)
           
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSIv2SSLTaggedComponentHandlerImpl

public CSIv2SSLTaggedComponentHandlerImpl()
Method Detail

insert

public org.omg.IOP.TaggedComponent insert(org.omg.PortableInterceptor.IORInfo iorInfo,
                                          java.util.List<com.sun.corba.ee.spi.folb.ClusterInstanceInfo> clusterInstanceInfo)
Specified by:
insert in interface com.sun.corba.ee.impl.folb.CSIv2SSLTaggedComponentHandler

extract

public java.util.List<com.sun.corba.ee.spi.transport.SocketInfo> extract(com.sun.corba.ee.spi.ior.IOR ior)
Specified by:
extract in interface com.sun.corba.ee.impl.folb.CSIv2SSLTaggedComponentHandler

configure

public void configure(com.sun.corba.ee.spi.orb.DataCollector collector,
                      com.sun.corba.ee.spi.orb.ORB orb)
Specified by:
configure in interface com.sun.corba.ee.spi.orb.ORBConfigurator


Copyright © 2012 GlassFish Community. All Rights Reserved.