|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Mbean
Note on the Name of the MBean : It is a String that represents the name of the MBean. It is required that the name is valid to represent a "value" of a property in the property-list of MBean ObjectName. The name must be specified and is a primary key for an MBean. An invalid name implies failure of operation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
org.jvnet.hk2.config.types.PropertyBag.Duck |
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getEnabled()
Gets the value of the enabled property. |
String |
getImplClassName()
Gets the value of the implClassName property. |
String |
getObjectName()
Gets the value of the objectName property. |
String |
getObjectType()
Gets the value of the objectType property. |
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setEnabled(String value)
Sets the value of the enabled property. |
void |
setImplClassName(String value)
Sets the value of the implClassName property. |
void |
setObjectName(String value)
Sets the value of the objectName property. |
void |
setObjectType(String value)
Sets the value of the objectType property. |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface org.glassfish.api.admin.config.Named |
|---|
getName, setName |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
getProperty, getPropertyValue, getPropertyValue |
| Method Detail |
|---|
String getObjectType()
String
void setObjectType(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@NotNull String getImplClassName()
String
void setImplClassName(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getObjectName()
String
void setObjectName(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getEnabled()
String
void setEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getDescription()
String
void setDescription(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBag
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||