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 ClientDelegateFactory
ORBImpl. clientDelegateFactory
Methods in com.sun.corba.ee.impl.orb that return ClientDelegateFactory Modifier and Type Method Description ClientDelegateFactory
ORBImpl. getClientDelegateFactory()
ClientDelegateFactory
ORBSingleton. getClientDelegateFactory()
Methods in com.sun.corba.ee.impl.orb with parameters of type ClientDelegateFactory Modifier and Type Method Description void
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 ClientDelegateFactory Modifier and Type Method Description abstract 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 ClientDelegateFactory Modifier and Type Method Description abstract 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 ClientDelegateFactory Modifier and Type Method Description static ClientDelegateFactory
TransportDefault. makeClientDelegateFactory(ORB broker)
-