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 TypeMethodDescriptionvoid
ORBImpl.setClientDelegateFactory
(ClientDelegateFactory factory) void
ORBSingleton.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 ClientDelegateFactory
ORB.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 void
ORB.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 ClientDelegateFactory
TransportDefault.makeClientDelegateFactory
(ORB broker)