@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, setJndiName
getDeploymentOrder, getObjectType, setDeploymentOrder, setObjectType
createChild, deepCopy, getParent, getParent
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
@NotNull @NotNull String getResType()
void setResType(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@NotNull @NotNull String getResAdapter()
String
String getClassName()
String
void setClassName(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
void setResAdapter(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
String getEnabled()
getEnabled
in interface BindableResource
String
void setEnabled(String value) throws PropertyVetoException
setEnabled
in interface BindableResource
value
- allowed object is
String
PropertyVetoException
String 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<Property> getProperty()
PropertyBag
getProperty
in interface PropertyBag
@DuckTyped String getIdentity()
getIdentity
in interface BindableResource
getIdentity
in interface Resource
Copyright © 2018. All rights reserved.