|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines a generic context in which a log analyzer operation is executed. The intention of this interface is to adapt objects required by log analyzer operations. For example it could adapt an IOperationMonitor neccessary to monitor progress activity on an import/export symptom database operation. In an import symptom catalog operation it could also provide information about the model that will be instantiated to persist the imported symptom database.
| Method Summary | |
|---|---|
java.lang.Object |
getAdapter(java.lang.Class cls)
Returns an object which is an instance of the given class associated with this object. |
IOperationStatus |
getStatus()
|
void |
setStatus(IOperationStatus status)
Sets the current status of the operation. |
| Method Detail |
public java.lang.Object getAdapter(java.lang.Class cls)
null if
no such object can be found. The implementer of org.eclipse.tptp.platform.association.engine.IAssociationEngine
would need to query the context for adapters of org.eclipse.tptp.platform.provisional.log.analyzer.core.IOperationMonitor
for a an association process monitor. In the case of a correlation request the implementer should also query for adapters of
org.eclipse.hyades.models.hierarchy.CorrelationContainerProxy.
null if this object does not
have an adapter for the given class.public IOperationStatus getStatus()
public void setStatus(IOperationStatus status)
status -
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||