|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.rasdiag.diagnosticProviderRegistration.AttributeInfo
public class AttributeInfo
The AttributeInfo
class stores registry configuration or state
information as a member class of ConfigInfo
StateInfo
and
TestInfo
.
ConfigInfo
,
StateInfo
,
TestInfo
,
DiagnosticProviderInfo
,
Serialized FormField Summary | |
---|---|
java.util.regex.Pattern |
compiledId
Regular expression compiled pattern. |
java.lang.String |
descriptionKey
Localization key within a resource bundle for displaying this option to customers |
java.lang.String |
id
Key field for this Attribute of the registration, sent to the component software |
boolean |
registered
Determines whether this value can be trusted from release to release. |
Constructor Summary | |
---|---|
AttributeInfo()
|
|
AttributeInfo(java.lang.String aId,
java.lang.String aDescriptionKey,
boolean aRegistered)
constructs an object of the AttributeInfo class with a parm
for each data member. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String id
public java.lang.String descriptionKey
public boolean registered
public java.util.regex.Pattern compiledId
Constructor Detail |
---|
public AttributeInfo()
public AttributeInfo(java.lang.String aId, java.lang.String aDescriptionKey, boolean aRegistered)
AttributeInfo
class with a parm
for each data member. Data members are public, so this is merely a helper to
construct the object more easily.
aId
- identification of the Attribute as used in the codeaDescriptionKey
- localization key for the name of the attribute
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |