FileDocCategorySizeDatePackage
CorbaContactInfoListFactory.javaAPI DocJava SE 5 API1154Fri Aug 26 14:54:40 BST 2005com.sun.corba.se.spi.transport

CorbaContactInfoListFactory

public interface CorbaContactInfoListFactory
Interface used to create a ContactInfoList from an IOR, as required for supporting CORBA semantics using the DCS framework. This is a natural correspondence since an IOR contains the information for contacting one or more communication endpoints that can be used to invoke a method on an object, along with the necessary information on particular transports, encodings, and protocols to use. Note that the actual implementation may support more than one IOR in the case of GIOP with Location Forward messages.

Fields Summary
Constructors Summary
Methods Summary
public com.sun.corba.se.spi.transport.CorbaContactInfoListcreate(com.sun.corba.se.spi.ior.IOR ior)

public voidsetORB(com.sun.corba.se.spi.orb.ORB orb)
This will be called after the no-arg constructor before create is called.