|
Service Activator Toolkit
Version 1.1.0 (20081206) |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use IProxyServiceHandler | |
|---|---|
| org.eclipse.soda.sat.core.framework | This package contains the SAT implementation classes, such as
BaseBundleActivator class from which all SAT bundles typically
derive their BundleActivator. |
| org.eclipse.soda.sat.core.framework.interfaces | This package contains interfaces that support the SAT implementation classes. |
| org.eclipse.soda.sat.core.util | This package contains a mixed bag of utility classes that are used by SAT, but might be of use to bundle developers. |
| Uses of IProxyServiceHandler in org.eclipse.soda.sat.core.framework |
|---|
| Classes in org.eclipse.soda.sat.core.framework that implement IProxyServiceHandler | |
|---|---|
class |
ProxyServiceHandlerAdapter
ProxyServiceHandlerAdapter is a concrete no-op
implementation of the IProxyServiceHandler interface. |
| Methods in org.eclipse.soda.sat.core.framework with parameters of type IProxyServiceHandler | |
|---|---|
protected void |
BaseBundleActivator.addExportedProxyService(Class interfaceType,
IProxyServiceHandler handler,
Dictionary properties)
Configuration API: Add an exported proxy service. |
protected void |
BaseBundleActivator.addExportedProxyServices(Class[] interfaceTypes,
IProxyServiceHandler handler,
Dictionary properties)
Configuration API: Add an exported proxy service. |
| Uses of IProxyServiceHandler in org.eclipse.soda.sat.core.framework.interfaces |
|---|
| Methods in org.eclipse.soda.sat.core.framework.interfaces with parameters of type IProxyServiceHandler | |
|---|---|
void |
IBundleActivationManager.addExportedProxyService(Class interfaceType,
IProxyServiceHandler handler,
Dictionary properties)
Configuration Method: Add an exported proxy service. |
void |
IBundleActivationManager.addExportedProxyServices(Class[] interfaceTypes,
IProxyServiceHandler handler,
Dictionary properties)
Configuration Method: Add an exported proxy service. |
| Uses of IProxyServiceHandler in org.eclipse.soda.sat.core.util |
|---|
| Methods in org.eclipse.soda.sat.core.util with parameters of type IProxyServiceHandler | |
|---|---|
IExportProxyServiceRecord |
FactoryUtility.createExportProxyServiceRecord(BundleContext bundleContext,
Class[] interfaceTypes,
IProxyServiceHandler handler,
Dictionary properties)
Create an IExportProxyServiceRecord with properties that
implements multiple interfaces. |
IExportProxyServiceRecord |
FactoryUtility.createExportProxyServiceRecord(BundleContext bundleContext,
Class interfaceType,
IProxyServiceHandler handler,
Dictionary properties)
Create an IExportProxyServiceRecord with properties that
implements multiple interfaces. |
|
Service Activator Toolkit
Version 1.1.0 (20081206) |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Copyright © 2001, 2008 IBM Corporation and others. All Rights Reserved.