| Package | Description |
|---|---|
| com.sun.corba.ee.impl.oa.rfm | |
| com.sun.corba.ee.spi.oa.rfm |
| Modifier and Type | Class and Description |
|---|---|
class |
ReferenceFactoryImpl |
| Modifier and Type | Method and Description |
|---|---|
ReferenceFactory |
ReferenceFactoryManagerImpl.create(String name,
String repositoryId,
List<Policy> policies,
ServantLocator locator) |
ReferenceFactory |
ReferenceFactoryManagerImpl.find(String name) |
ReferenceFactory |
ReferenceFactoryManagerImpl.find(String[] adapterName) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceFactory |
ReferenceFactoryManager.create(String name,
String repositoryId,
List<Policy> policies,
ServantLocator manager)
Create a new reference factory with the given policies.
|
ReferenceFactory |
ReferenceFactoryManager.find(String name)
Find the ReferenceFactory with the given name.
|
ReferenceFactory |
ReferenceFactoryManager.find(String[] adapterName)
Get the ReferenceFactory name from a String[] adapterName, if
adapterName is the name of a ReferenceFactory.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.