|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeneralProperties
The GeneralProperties interface defines the interface to an properties MBean. This interface currently supports choices, strings and readonly strings as the values of configured properties. This generalized interface will allow for integration into the Administration Console.
Method Summary | |
---|---|
java.lang.String |
getAttributeContext(java.lang.String name)
Get the current attribute context string for the specified attribute. |
java.lang.String[] |
getAttributePossibleValues(java.lang.String name)
Get the list of possible values for the attribute that is of type "CHOICE" or "AUTOCHOICE" or "TRANSCHOICE" |
java.lang.String |
getAttributeProperties(java.lang.String name)
Get the ObjectName String for the named attribute's link. |
java.lang.String |
getAttributeType(java.lang.String name)
Get the type of named attribute |
java.lang.String |
getContext()
Gets the navigation context for an MBean. |
java.lang.String |
getDisplayName()
If the Title or Breadcrumb for an MBean (defined in the resource bundle) contains the placeholder string ${name} then the JSP will call this method on the MBean for the display name to substitute for the placeholder. |
java.lang.String |
getDisplayName(java.util.Locale locale)
If the Title or Breadcrumb for an MBean (defined in the resource bundle) contains the placeholder string ${name} then the JSP will call this method on the MBean for the display name to substitute for the placeholder. |
void |
setContext(java.lang.String context)
Sets the navigation context for an MBean. |
void |
setDisplayName(java.lang.String name)
Set the display Name. |
Method Detail |
---|
java.lang.String getAttributeType(java.lang.String name)
name
- the name of the attribute
java.lang.String[] getAttributePossibleValues(java.lang.String name)
name
- the name of the attribute
java.lang.String getAttributeProperties(java.lang.String name)
name
- the name of an attribute
java.lang.String getAttributeContext(java.lang.String name)
name
- the attribute name
java.lang.String getDisplayName()
java.lang.String getDisplayName(java.util.Locale locale)
locale
- the locale
void setDisplayName(java.lang.String name)
name
- the namevoid setContext(java.lang.String context)
context
- A qualified context string. May be null
java.lang.String getContext()
null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |