|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The DependencySituation deals with the situations that components produce to
say that they cannot find some component or feature that they need. This
category includes messages about not finding the ?version? of the component
that was expected. Messages that say a resource was not found, or that an
application or subsystem that was unavailable, also fall into this category.
Existing messages include words like could not find, and no such component,
for example:
WSVR0017E: Error encountered binding the J2EE resource, Pet Store JMS Queue Connection Factory, as jms/queue/QueueConnectionFactory from resources.xml no resource binder found
ISituationType
Method Summary | |
---|---|
java.lang.String |
getDependencyDisposition()
Deprecated. Returns the dependencyDisposition. |
void |
setDependencyDisposition(java.lang.String dependencyDisposition)
Deprecated. Sets the dependencyDisposition. |
Methods inherited from interface org.eclipse.hyades.logging.events.ISituationType |
---|
getReasoningScope, init, setReasoningScope |
Method Detail |
public java.lang.String getDependencyDisposition()
public void setDependencyDisposition(java.lang.String dependencyDisposition)
dependencyDisposition
- The dependencyDisposition to be set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |