Uses of Interface
com.sun.corba.ee.spi.protocol.ClientDelegateFactory
-
Packages that use ClientDelegateFactory Package Description com.sun.corba.ee.impl.orb com.sun.corba.ee.spi.orb com.sun.corba.ee.spi.transport -
-
Uses of ClientDelegateFactory in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as ClientDelegateFactory Modifier and Type Field Description private ClientDelegateFactoryORBImpl. clientDelegateFactoryMethods in com.sun.corba.ee.impl.orb that return ClientDelegateFactory Modifier and Type Method Description ClientDelegateFactoryORBImpl. getClientDelegateFactory()ClientDelegateFactoryORBSingleton. getClientDelegateFactory()Methods in com.sun.corba.ee.impl.orb with parameters of type ClientDelegateFactory Modifier and Type Method Description voidORBImpl. setClientDelegateFactory(ClientDelegateFactory factory)voidORBSingleton. setClientDelegateFactory(ClientDelegateFactory factory) -
Uses of ClientDelegateFactory in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return ClientDelegateFactory Modifier and Type Method Description abstract ClientDelegateFactoryORB. getClientDelegateFactory()Returns the ClientDelegateFactory, which is used to create the ClientDelegate that represents an IORMethods in com.sun.corba.ee.spi.orb with parameters of type ClientDelegateFactory Modifier and Type Method Description abstract voidORB. setClientDelegateFactory(ClientDelegateFactory factory) -
Uses of ClientDelegateFactory in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return ClientDelegateFactory Modifier and Type Method Description static ClientDelegateFactoryTransportDefault. makeClientDelegateFactory(ORB broker)
-