@ResourceConfigCreator(commandName="create-admin-object") @ResourceTypeOrder(deploymentOrder=ADMIN_OBJECT_RESOURCE) @UniqueResourceNameConstraint(message="{resourcename.isnot.unique}", payload=AdminObjectResource.class) public interface AdminObjectResource extends org.jvnet.hk2.config.ConfigBeanProxy, BindableResource, Resource, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
AdminObjectResource.Duck |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the value of the (admin object) classname property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getEnabled()
Gets the value of the enabled property.
|
String |
getIdentity() |
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
String |
getResAdapter()
Gets the value of the resAdapter property.
|
String |
getResType()
Interface definition for the administered object
|
void |
setClassName(String value)
Sets the value of the (admin object) classname property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEnabled(String value)
Sets the value of the enabled property.
|
void |
setResAdapter(String value)
Sets the value of the resAdapter property.
|
void |
setResType(String value)
Sets the Interface definition for the administered object
|
getJndiName, setJndiNamegetDeploymentOrder, getObjectType, setDeploymentOrder, setObjectType@NotNull String getResType()
void setResType(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull String getResAdapter()
StringString getClassName()
Stringvoid setClassName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionvoid setResAdapter(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getEnabled()
getEnabled in interface BindableResourceStringvoid setEnabled(String value) throws PropertyVetoException
setEnabled in interface BindableResourcevalue - allowed object is
StringPropertyVetoExceptionString getDescription()
Stringvoid setDescription(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBaggetProperty in interface org.jvnet.hk2.config.types.PropertyBag@DuckTyped String getIdentity()
getIdentity in interface BindableResourcegetIdentity in interface ResourceCopyright © 2017. All rights reserved.