Uses of Interface
com.sun.corba.ee.spi.oa.rfm.ReferenceFactory
-
Packages that use ReferenceFactory Package Description com.sun.corba.ee.impl.oa.rfm com.sun.corba.ee.spi.oa.rfm -
-
Uses of ReferenceFactory in com.sun.corba.ee.impl.oa.rfm
Classes in com.sun.corba.ee.impl.oa.rfm that implement ReferenceFactory Modifier and Type Class Description classReferenceFactoryImplFields in com.sun.corba.ee.impl.oa.rfm with type parameters of type ReferenceFactory Modifier and Type Field Description private java.util.Map<java.lang.String,ReferenceFactory>ReferenceFactoryManagerImpl. factoriesMethods in com.sun.corba.ee.impl.oa.rfm that return ReferenceFactory Modifier and Type Method Description ReferenceFactoryReferenceFactoryManagerImpl. create(java.lang.String name, java.lang.String repositoryId, java.util.List<Policy> policies, ServantLocator locator)ReferenceFactoryReferenceFactoryManagerImpl. find(java.lang.String name)ReferenceFactoryReferenceFactoryManagerImpl. find(java.lang.String[] adapterName) -
Uses of ReferenceFactory in com.sun.corba.ee.spi.oa.rfm
Methods in com.sun.corba.ee.spi.oa.rfm that return ReferenceFactory Modifier and Type Method Description ReferenceFactoryReferenceFactoryManager. create(java.lang.String name, java.lang.String repositoryId, java.util.List<Policy> policies, ServantLocator manager)Create a new reference factory with the given policies.ReferenceFactoryReferenceFactoryManager. find(java.lang.String name)Find the ReferenceFactory with the given name.ReferenceFactoryReferenceFactoryManager. find(java.lang.String[] adapterName)Get the ReferenceFactory name from a String[] adapterName, if adapterName is the name of a ReferenceFactory.
-