org.eclipse.soda.sat.core.record.interfaces
Interface IExportProxyServiceRecord
- All Superinterfaces:
- IExportServiceRecord, IServiceRecord
- public interface IExportProxyServiceRecord
- extends IExportServiceRecord
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.
|
Method Summary |
boolean |
isServiceCreated()
Query method for testing whether the proxy service has been created. |
isServiceCreated
public boolean isServiceCreated()
- Query method for testing whether the proxy service has been created.
Being able to test whether the proxy service has been created is
important since
getProxyService() causes the proxy
service to be created if it does not exist.
- Returns:
- True if the proxy service has been created, otherwise false.
Copyright © 2001, 2007 IBM Corporation and others. All Rights Reserved.