|
Service Activator Toolkit
Version 1.1.0 (20081206) |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExportProxyServiceRecord
The IExportProxyServiceRecord
interface extends the
IExportServiceRecord
to define how to export a proxy service.
Note: Since this abstraction is used internally by the SAT bundle
this interface is typically not used directly by bundle developers. For
cases where subclassing the BaseBundleActivator
is not
appropriate, instances of this interface can be created using the
FactoryUtility
class.
Field Summary |
---|
Fields inherited from interface org.eclipse.soda.sat.core.record.interfaces.IExportServiceRecord |
---|
BUNDLE_ID_PROPERTY, BUNDLE_VERSION_PROPERTY, SERVICE_REGISTRATION_TIMESTAMP_PROPERTY, SERVICE_VENDOR_PROPERTY |
Method Summary | |
---|---|
Object |
getRealService()
Get the real service, rather than the proxy. |
boolean |
isServiceCreated()
Query method for testing whether the proxy service has been created. |
Methods inherited from interface org.eclipse.soda.sat.core.record.interfaces.IExportServiceRecord |
---|
getNames, getProperties, getServiceReference, isProxy, isRegistered, register, setProperties, unregister |
Methods inherited from interface org.eclipse.soda.sat.core.record.interfaces.IServiceRecord |
---|
basicToString, getBundleContext, getProperty, getPropertyKeys, getService |
Method Detail |
---|
Object getRealService()
boolean isServiceCreated()
getRealService()
causes the proxy
service to be created if it does not exist.
|
Service Activator Toolkit
Version 1.1.0 (20081206) |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001, 2008 IBM Corporation and others. All Rights Reserved.