public interface RASApplicationPolicy
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get the description of this RAS application.
|
java.lang.String |
getDisplayName()
Get the display name of this RAS application.
|
java.lang.String |
getName()
Get the name of this RAS application.
|
RASAttributeCollectionManager |
getRASAttributeCollectionManager()
Returns RAS attribute collection manager instance
|
RASPolicyDistributionManager |
getRASPolicyDistributionManager()
Returns RAS policy distribution manager instance
|
RASPolicyManager |
getRASPolicyManager()
Returns RAS Policy Manager.
|
RASPolicyRuleManager |
getRASPolicyRuleManager()
Returns RAS policy rule manager instance
|
RASPolicySetManager |
getRASPolicySetManager()
Returns RAS policy set manager instance
|
RASResourceManager |
getRASResourceManager()
Returns RAS Resource Manager
|
RASResourceTypeManager |
getRASResourceTypeManager()
Returns RAS resource type manager instance
|
boolean |
isRASApplication()
Returns boolean value to show whether the applicationPolicy is for RAS
|
void |
setDescription(java.lang.String description)
Set the description of this application.
|
void |
setDisplayName(java.lang.String displayName)
Set the display name of this RAS application.
|
RASResourceTypeManager getRASResourceTypeManager()
RASResourceManager getRASResourceManager()
RASPolicyManager getRASPolicyManager()
RASPolicyRuleManager getRASPolicyRuleManager()
RASPolicySetManager getRASPolicySetManager()
boolean isRASApplication()
RASAttributeCollectionManager getRASAttributeCollectionManager()
RASPolicyDistributionManager getRASPolicyDistributionManager()
java.lang.String getName()
java.lang.String getDisplayName()
java.lang.String getDescription()
void setDisplayName(java.lang.String displayName)
displayName
-void setDescription(java.lang.String description)
description
-