|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webify.wsf.engine.policy.PolicyComputation
public final class PolicyComputation
Holds information about how a policy was constructed. Includes data that is useful for debugging and performance testing/debugging.
Constructor Summary | |
---|---|
PolicyComputation()
|
Method Summary | |
---|---|
void |
addPolicyId(java.lang.String policyId)
|
long |
getPolicyBuildTime()
Gets the total amount of time (ms) that it took to build the policy. |
Context |
getPolicyContext()
Gets the context that was used to produce the policy. |
java.util.Set |
getPolicyIds()
Gets the set of IDs for the policy rules that were evaluated to create the policy. |
void |
setPolicyBuildTime(long policyBuildTime)
|
void |
setPolicyContext(Context policyContext)
|
java.lang.String |
toString()
|
PolicyComputationDocument |
toXmlObject()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PolicyComputation()
Method Detail |
---|
public long getPolicyBuildTime()
public void setPolicyBuildTime(long policyBuildTime)
public Context getPolicyContext()
public void setPolicyContext(Context policyContext)
public void addPolicyId(java.lang.String policyId)
public java.util.Set getPolicyIds()
public PolicyComputationDocument toXmlObject()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |