kaos.core.util
Class EnforcementCapabilityMsg

java.lang.Object
  extended by kaos.core.util.Msg
      extended by kaos.core.util.EnforcementCapabilityMsg
All Implemented Interfaces:
java.io.Serializable, org.xml.sax.ErrorHandler

public class EnforcementCapabilityMsg
extends Msg

Convenience class for constructing and accessing fields of a Msg representation of the capabilities of an enforcer $Revision: 1.2 $

See Also:
Serialized Form

Field Summary
static java.lang.String EC_MSG_TYPE
           
static java.lang.String SUBJECTS
           
static java.lang.String TYPE
           
 
Constructor Summary
EnforcementCapabilityMsg(java.lang.String type, java.util.Vector subjects)
          Constructor
 
Method Summary
 java.util.Vector getSubjects()
           
 java.lang.String getType()
           
 
Methods inherited from class kaos.core.util.Msg
addSubMsg, addSubMsg, addSymbol, addSymbol, addSymbol, addSymbol, addSymbol, addSymbol, clone, createFromFile, error, fatalError, getElementsNamed, getFirstChildSkip, getNamedString, getNamedString, getNamedVector, getNextSkip, getNodeAttributes, getParentSkip, getPreviousSkip, getRootNode, getSubMsg, getSubMsg, getSymbol, getSymbol, getVerbosity, main, removeSymbol, setLogger, setVerbosity, showMsgInfo, showMsgInfo, toString, traverseDOMBranch, traverseRoot, warning
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EC_MSG_TYPE

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

TYPE

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

SUBJECTS

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

EnforcementCapabilityMsg

public EnforcementCapabilityMsg(java.lang.String type,
                                java.util.Vector subjects)
Constructor

Parameters:
type - the type of policies that can be enforced
subjects - Vector of SubjectMsg indicating the subjects that are being enforced
Method Detail

getType

public java.lang.String getType()

getSubjects

public java.util.Vector getSubjects()