|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PrincipalRule is a paired association from principal to rule. This pair is unique in that there can only be a one entry for a principal which maps to a rule. This association is used by the profiler to determine which profiling rule to apply for a principal. If a rule is not found, there should be a default system wide rule.
Method Summary | |
String |
getLocatorName()
Gets the name of the locator in this principal/rule/locator pair association. |
String |
getPrincipalName()
Gets the name of the principal in this principal/rule/locator pair association. |
ProfilingRule |
getProfilingRule()
Gets the profiling rule associated with the principal name |
void |
setLocatorName(String name)
Sets the name of the locator in this principal/locator/rule pair association. |
void |
setPrincipalName(String name)
Sets the name of the principal in this principal/rule/locator pair association. |
void |
setProfilingRule(ProfilingRule rule)
Sets the profiling rule associated with the principal name |
Method Detail |
public String getPrincipalName()
public void setPrincipalName(String name)
name
- The name of the principal in this association.public String getLocatorName()
public void setLocatorName(String name)
name
- The name of the locator in this association.public ProfilingRule getProfilingRule()
public void setProfilingRule(ProfilingRule rule)
rule
- The profiling rule associated with the principal name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |