org.jboss.jca.core.api.management
Class ConfigProperty

java.lang.Object
  extended by org.jboss.jca.core.api.management.ConfigProperty

public class ConfigProperty
extends Object

Represents a config property

Author:
Jesper Pedersen

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

ConfigProperty

public ConfigProperty(String name)
Constructor

Parameters:
name - The name

ConfigProperty

public ConfigProperty(String name,
                      boolean dynamic,
                      boolean confidential)
Constructor

Parameters:
name - The name
dynamic - Does this config property support dynamic updates
confidential - Is this config property confidential
Method Detail

getName

public String getName()
Get the name

Returns:
The value

isDynamic

public boolean isDynamic()
Get the dynamic flag

Returns:
The value

isConfidential

public boolean isConfidential()
Get the confidential flag

Returns:
The value

toString

public String toString()
String representation

Overrides:
toString in class Object
Returns:
The string


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)