JBoss port of sunxacml 2.0.8.Final-redhat-1

org.jboss.security.xacml.sunxacml.cond.cluster
Class MultiplyFunctionCluster

java.lang.Object
  extended by org.jboss.security.xacml.sunxacml.cond.cluster.MultiplyFunctionCluster
All Implemented Interfaces:
FunctionCluster

public class MultiplyFunctionCluster
extends Object
implements FunctionCluster

Clusters all the functions supported by MultiplyFunction.

Since:
1.2
Author:
Seth Proctor

Constructor Summary
MultiplyFunctionCluster()
           
 
Method Summary
 Set getSupportedFunctions()
          Returns a single instance of each of the functions supported by some class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiplyFunctionCluster

public MultiplyFunctionCluster()
Method Detail

getSupportedFunctions

public Set getSupportedFunctions()
Description copied from interface: FunctionCluster
Returns a single instance of each of the functions supported by some class. The Set must contain instances of Function, and it must be both non-null and non-empty. It may contain only a single Function.

Note that this is only used to return concrete Functions. It may not be used to report abstract functions.

Specified by:
getSupportedFunctions in interface FunctionCluster
Returns:
the functions supported by this class

JBoss port of sunxacml 2.0.8.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.