Uses of Interface
com.sun.corba.ee.spi.protocol.ClientDelegateFactory
Packages that use ClientDelegateFactory
Package
Description
-
Uses of ClientDelegateFactory in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as ClientDelegateFactoryMethods in com.sun.corba.ee.impl.orb that return ClientDelegateFactoryModifier and TypeMethodDescriptionORBImpl.getClientDelegateFactory()ORBSingleton.getClientDelegateFactory()Methods in com.sun.corba.ee.impl.orb with parameters of type ClientDelegateFactoryModifier and TypeMethodDescriptionvoidORBImpl.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 ClientDelegateFactoryModifier and TypeMethodDescriptionabstract 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 ClientDelegateFactoryModifier and TypeMethodDescriptionabstract voidORB.setClientDelegateFactory(ClientDelegateFactory factory) -
Uses of ClientDelegateFactory in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return ClientDelegateFactoryModifier and TypeMethodDescriptionstatic ClientDelegateFactoryTransportDefault.makeClientDelegateFactory(ORB broker)