org.norther.tammi.root.rt
Class Account

java.lang.Object
  extended by org.norther.tammi.core.rt.VariableX
      extended by org.norther.tammi.root.rt.Account
All Implemented Interfaces:
Serializable, Cloneable, DynamicMBean, MBeanRegistration, Traceable, Identifiable, ReferableMBean, Variable

public class Account
extends VariableX

A user account variable.

The following attributes must be included:

Author:
Ilkka Priha
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.norther.tammi.core.rt.VariableX
MBEAN_CONST_DESCRIPTION, VARIABLE_ATTRIBUTES, VARIABLE_CONSTRUCTORS, VARIABLE_NOTIFICATIONS, VARIABLE_OPERATIONS
 
Fields inherited from interface org.norther.tammi.core.rt.Variable
ADD_VALIDATED_ELEMENT, ADD_VALIDATED_ELEMENT_DESCRIPTION, APPLY_ATTRIBUTE_EXPORTER, APPLY_ATTRIBUTE_EXPORTER_DESCRIPTION, APPLY_ATTRIBUTE_IMPORTER, APPLY_ATTRIBUTE_IMPORTER_DESCRIPTION, APPLY_ATTRIBUTE_VALIDATOR, APPLY_ATTRIBUTE_VALIDATOR_DESCRIPTION, ATTRIBUTE_INFO, ATTRIBUTE_INFO_DESCRIPTION, ATTRIBUTE_LENGTH, ATTRIBUTE_LENGTH_DESCRIPTION, ATTRIBUTE_LIST, ATTRIBUTE_LIST_DESCRIPTION, CLEAR_ATTRIBUTE_VALUES, CLEAR_ATTRIBUTE_VALUES_DESCRIPTION, CONTAINS_ATTRIBUTE, CONTAINS_ATTRIBUTE_DESCRIPTION, EXPORT_ATTRIBUTES, EXPORT_ATTRIBUTES_DESCRIPTION, GET_ATTRIBUTE_VALUE, GET_ATTRIBUTE_VALUE_DESCRIPTION, GET_VALIDATED_ELEMENT, GET_VALIDATED_ELEMENT_DESCRIPTION, GET_VALIDATED_VALUE, GET_VALIDATED_VALUE_DESCRIPTION, IMPORT_ATTRIBUTES, IMPORT_ATTRIBUTES_DESCRIPTION, REMOVE_VALIDATED_ELEMENT, REMOVE_VALIDATED_ELEMENT_DESCRIPTION, RESET_VALIDATED_VALUES, RESET_VALIDATED_VALUES_DESCRIPTION, SET_ATTRIBUTE_VALUE, SET_ATTRIBUTE_VALUE_DESCRIPTION, SET_VALIDATED_ELEMENT, SET_VALIDATED_ELEMENT_DESCRIPTION, SET_VALIDATED_VALUE, SET_VALIDATED_VALUE_DESCRIPTION, VALIDATE_ATTRIBUTE_VALUES, VALIDATE_ATTRIBUTE_VALUES_DESCRIPTION, VALIDATED_VALUES, VALIDATED_VALUES_DESCRIPTION, VARIABLE_ID, VARIABLE_ID_DESCRIPTION, VARIABLE_TYPE, VARIABLE_TYPE_DESCRIPTION
 
Fields inherited from interface org.norther.tammi.core.base.ReferableMBean
DEFAULT_ID, ID, MBEAN, MBEAN_DESCRIPTION, TYPE
 
Constructor Summary
Account()
          Constructs a new accout.
Account(String type)
          Constructs a new account with a type.
 
Method Summary
 
Methods inherited from class org.norther.tammi.core.rt.VariableX
addAttributeInfo, addAttributeInfoIfAbsent, addTraceListener, addValidatedElement, addValidatedElement, applyAttributeExporter, applyAttributeImporter, applyAttributeValidator, attributeInfo, attributeInfo, attributeInfo, attributeInfoRegistered, attributeLength, attributeList, attributeList, attributeList, attributeList, attributesToStrings, clearAttributeInfo, clearAttributeValues, clearTraceListeners, clone, containsAttribute, exportAttributes, exportAttributes, exportAttributes, exportAttributes, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getCanonicalName, getInternalAttributeValue, getLastInitialized, getLastModified, getLastModified, getMBean, getMBeanInfo, getMBeanServer, getObjectName, getValidatedElement, getValidatedValue, getValidatedValues, getVariableId, getVariableType, importAttributes, importAttributes, importAttributes, importAttributes, invoke, isEmpty, isModifiable, postDeregister, postRegister, preDeregister, preRegister, putAttributeValue, putInternalAttributeValue, putInternalAttributeValue, registerAttributeInfo, registerVariable, removeTraceListener, removeValidatedElement, removeValidatedElement, replaceAttributeInfo, resetValidatedValues, sendNotification, setAttribute, setAttributeElement, setAttributes, setAttributeValue, setCanonicalName, setInternalAttributeElement, setLastModified, setObjectName, setValidatedElement, setValidatedValue, setValidatedValues, setVariableId, validateAttributes, validateAttributeValue, validateAttributeValues, validateAttributeValues
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Account

public Account()
Constructs a new accout.


Account

public Account(String type)
Constructs a new account with a type.

Parameters:
type - the variable type.


Copyright © 2004 The Norther Organization. All rights reserved.