|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.core.api.management.ConfigProperty
public class ConfigProperty

Represents a config property
| Constructor Summary | |
|---|---|
ConfigProperty(String name)
Constructor |
|
ConfigProperty(String name,
boolean dynamic,
boolean confidential)
Constructor |
|
| Method Summary | |
|---|---|
String |
getName()
Get the name |
boolean |
isConfidential()
Get the confidential flag |
boolean |
isDynamic()
Get the dynamic flag |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigProperty(String name)
name - The name
public ConfigProperty(String name,
boolean dynamic,
boolean confidential)
name - The namedynamic - Does this config property support dynamic updatesconfidential - Is this config property confidential| Method Detail |
|---|
public String getName()
public boolean isDynamic()
public boolean isConfidential()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||