Uses of Interface
com.sun.corba.se.spi.protocol.ClientDelegateFactory
Packages that use ClientDelegateFactory
Package
Description
-
Uses of ClientDelegateFactory in com.sun.corba.se.impl.orb
Methods in com.sun.corba.se.impl.orb that return ClientDelegateFactoryModifier and TypeMethodDescriptionORBImpl.getClientDelegateFactory()ORBSingleton.getClientDelegateFactory()Methods in com.sun.corba.se.impl.orb with parameters of type ClientDelegateFactoryModifier and TypeMethodDescriptionvoidORBImpl.setClientDelegateFactory(ClientDelegateFactory factory) voidORBSingleton.setClientDelegateFactory(ClientDelegateFactory factory) -
Uses of ClientDelegateFactory in com.sun.corba.se.spi.orb
Methods in com.sun.corba.se.spi.orb that return ClientDelegateFactoryMethods in com.sun.corba.se.spi.orb with parameters of type ClientDelegateFactoryModifier and TypeMethodDescriptionabstract voidORB.setClientDelegateFactory(ClientDelegateFactory factory) -
Uses of ClientDelegateFactory in com.sun.corba.se.spi.transport
Methods in com.sun.corba.se.spi.transport that return ClientDelegateFactoryModifier and TypeMethodDescriptionstatic ClientDelegateFactoryTransportDefault.makeClientDelegateFactory(ORB broker)