kaos.aci.flexfeed
Class FilterConstraints

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by kaos.aci.PolicyConstraints
              extended by kaos.aci.flexfeed.FilterConstraints
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class FilterConstraints
extends PolicyConstraints

See Also:
Serialized Form

Field Summary
static java.lang.String FILTER_ARGS
           
static java.lang.String FILTER_CLASS_NAME
           
static java.lang.String FILTER_CODE_BASE
           
 
Constructor Summary
FilterConstraints(PolicyConstraints pc)
           
FilterConstraints(java.lang.String filterName, java.lang.String filterCodebase, java.util.Vector filterArgs)
           
 
Method Summary
 java.util.Vector getFilterArgs()
           
 java.lang.String getFilterCodebase()
           
 java.lang.String getFilterName()
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FILTER_CLASS_NAME

public static final java.lang.String FILTER_CLASS_NAME
See Also:
Constant Field Values

FILTER_CODE_BASE

public static final java.lang.String FILTER_CODE_BASE
See Also:
Constant Field Values

FILTER_ARGS

public static final java.lang.String FILTER_ARGS
See Also:
Constant Field Values
Constructor Detail

FilterConstraints

public FilterConstraints(java.lang.String filterName,
                         java.lang.String filterCodebase,
                         java.util.Vector filterArgs)

FilterConstraints

public FilterConstraints(PolicyConstraints pc)
Method Detail

getFilterName

public java.lang.String getFilterName()

getFilterCodebase

public java.lang.String getFilterCodebase()

getFilterArgs

public java.util.Vector getFilterArgs()