|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.hyades.logging.events.SituationTypeImpl | +--org.eclipse.hyades.logging.events.DependencySituationImpl
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
IDependencySituation
,
ISituationType
,
Serialized FormField Summary | |
---|---|
protected java.lang.String |
dependencyDisposition
Deprecated. |
Fields inherited from class org.eclipse.hyades.logging.events.SituationTypeImpl |
---|
reasoningScope |
Constructor Summary | |
---|---|
protected |
DependencySituationImpl()
Deprecated. No-argument protected constructor for DependencySituationImpl. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Deprecated. Return a clone (copy by value) of this object. |
boolean |
equals(java.lang.Object object)
Deprecated. Overrides the java.lang.Object 's equals() API to
determine if the parameter object is equal to this object. |
java.lang.String |
getDependencyDisposition()
Deprecated. Returns the dependencyDisposition. |
void |
init()
Deprecated. Resets the object's properties to their initial (e.g. null) state. |
void |
setDependencyDisposition(java.lang.String dependencyDisposition)
Deprecated. Sets the dependencyDisposition. |
Methods inherited from class org.eclipse.hyades.logging.events.SituationTypeImpl |
---|
getReasoningScope, setReasoningScope |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.hyades.logging.events.ISituationType |
---|
getReasoningScope, setReasoningScope |
Field Detail |
protected java.lang.String dependencyDisposition
Constructor Detail |
protected DependencySituationImpl()
Method Detail |
public java.lang.String getDependencyDisposition()
getDependencyDisposition
in interface IDependencySituation
public void setDependencyDisposition(java.lang.String dependencyDisposition)
setDependencyDisposition
in interface IDependencySituation
dependencyDisposition
- The dependencyDisposition to be set.public boolean equals(java.lang.Object object)
java.lang.Object
's equals() API to
determine if the parameter object
is equal to this object.
equals
in class SituationTypeImpl
object
- The java.lang.Object
to be compared to this object.
object
, false otherwise.Object.equals(java.lang.Object)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class SituationTypeImpl
java.lang.CloneNotSupportedException
public void init()
init
in interface ISituationType
init
in class SituationTypeImpl
ISituationType.init()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |