|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.deployers.client.spi.MissingDependency
public class MissingDependency
MissingDependency.
| Constructor Summary | |
|---|---|
MissingDependency()
For serialization |
|
MissingDependency(String name,
String dependency,
String requiredState,
String actualState)
Create a new MissingDependency. |
|
| Method Summary | |
|---|---|
String |
getActualState()
Get the actualState. |
String |
getDependency()
Get the dependency. |
String |
getName()
Get the name. |
String |
getRequiredState()
Get the requiredState. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MissingDependency()
public MissingDependency(String name,
String dependency,
String requiredState,
String actualState)
name - the namedependency - the dependencyrequiredState - the required stateactualState - the actual state| Method Detail |
|---|
public String getActualState()
public String getDependency()
public String getName()
public String getRequiredState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||