@ResourceConfigCreator(commandName="create-admin-object") @ResourceTypeOrder(deploymentOrder=ADMIN_OBJECT_RESOURCE) @UniqueResourceNameConstraint(message="{resourcename.isnot.unique}", payload=AdminObjectResource.class) public interface AdminObjectResource extends ConfigBeanProxy, BindableResource, Resource, 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<Property> |
getProperty()
Properties as per
PropertyBag |
@NotNull String |
getResAdapter()
Gets the value of the resAdapter property.
|
@NotNull 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, setObjectTypecreateChild, deepCopy, getParent, getParentaddProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty@NotNull @NotNull String getResType()
void setResType(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull @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<Property> getProperty()
PropertyBaggetProperty in interface PropertyBag@DuckTyped String getIdentity()
getIdentity in interface BindableResourcegetIdentity in interface ResourceCopyright © 2019. All rights reserved.