|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AdminObjectResource
| 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 | |
|---|---|
java.lang.String |
getClassName()
Gets the value of the (admin object) classname property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getEnabled()
Gets the value of the enabled property. |
java.util.List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag |
java.lang.String |
getResAdapter()
Gets the value of the resAdapter property. |
java.lang.String |
getResType()
Interface definition for the administered object |
void |
setClassName(java.lang.String value)
Sets the value of the (admin object) classname property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setEnabled(java.lang.String value)
Sets the value of the enabled property. |
void |
setResAdapter(java.lang.String value)
Sets the value of the resAdapter property. |
void |
setResType(java.lang.String value)
Sets the Interface definition for the administered object |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface com.sun.enterprise.config.serverbeans.BindableResource |
|---|
getJndiName, setJndiName |
| Methods inherited from interface com.sun.enterprise.config.serverbeans.Resource |
|---|
getObjectType, setObjectType |
| 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 |
|---|
@NotNull java.lang.String getResType()
void setResType(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@NotNull java.lang.String getResAdapter()
Stringjava.lang.String getClassName()
String
void setClassName(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException
void setResAdapter(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getEnabled()
getEnabled in interface BindableResourceString
void setEnabled(java.lang.String value)
throws java.beans.PropertyVetoException
setEnabled in interface BindableResourcevalue - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getDescription()
String
void setDescription(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
java.util.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 | |||||||||