1 7 8 package com.sun.corba.se.spi.transport; 9 10 import java.util.List ; 11 12 import com.sun.corba.se.pept.transport.ContactInfo; 13 14 32 public interface IIOPPrimaryToContactInfo 33 { 34 37 public void reset(ContactInfo primary); 38 39 47 public boolean hasNext(ContactInfo primary, 48 ContactInfo previous, 49 List contactInfos); 50 51 60 public ContactInfo next(ContactInfo primary, 61 ContactInfo previous, 62 List contactInfos); 63 64 } 65 66 68 | Popular Tags |