|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface for all service provider operations.
Service implementers are expected to expose service specific classes implementing this interface.
Service provider implementers never need to implement this interface, they instead use the service specific implementation in their provider implementation.
IProvider.provides(com.ibm.xtools.common.core.service.IOperation)
Method Summary | |
Object |
execute(IProvider provider)
Executes this operation on the specified provider. |
Method Detail |
public Object execute(IProvider provider)
Service implementers generally implement this method by first casting the
provider to their service specific IProvider
-derived class and
then by delegating it the execution. Delegation is accomplished through
the service specific provider derived class API.
provider
- The provider on which to execute the operation.
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.