Serialized Form


Package org.apache.commons.modeler

Class org.apache.commons.modeler.AttributeInfo extends FeatureInfo implements Serializable

serialVersionUID: -2511626862303972143l

Serialized Fields

displayName

String displayName

getMethod

String getMethod

setMethod

String setMethod

readable

boolean readable

writeable

boolean writeable

is

boolean is

type

String type

persist

String persist

defaultStringValue

String defaultStringValue

Class org.apache.commons.modeler.BaseAttributeFilter extends Object implements Serializable

Serialized Fields

names

HashSet names
The set of attribute names that are accepted by this filter. If this list is empty, all attribute names are accepted.

Class org.apache.commons.modeler.BaseNotification extends javax.management.Notification implements Serializable

Serialized Fields

code

int code

type

String type

source

Object source

seq

long seq

tstamp

long tstamp

notes

Object[] notes

Class org.apache.commons.modeler.ConstructorInfo extends FeatureInfo implements Serializable

serialVersionUID: -5735336213417238238l

Serialized Fields

displayName

String displayName

parameters

ParameterInfo[] parameters

Class org.apache.commons.modeler.FeatureInfo extends Object implements Serializable

serialVersionUID: -911529176124712296l

Serialized Fields

description

String description

fields

List fields

name

String name

Class org.apache.commons.modeler.FieldInfo extends Object implements Serializable

serialVersionUID: -8226401620640873691l

Serialized Fields

name

String name

The field name for this field of a descriptor.


value

Object value

The field value for this field of a descriptor.

Class org.apache.commons.modeler.FixedNotificationFilter extends Object implements Serializable

Serialized Fields

names

HashSet names
The set of attribute names that are accepted by this filter. If this list is empty, all attribute names are accepted.


namesA

String[] namesA

Class org.apache.commons.modeler.ManagedBean extends Object implements Serializable

Serialized Fields

attributes

AttributeInfo[] attributes

className

String className

constructors

ConstructorInfo[] constructors

description

String description

domain

String domain

group

String group

name

String name

fields

List fields

notifications

NotificationInfo[] notifications

operations

OperationInfo[] operations

type

String type

Class org.apache.commons.modeler.NotificationInfo extends FeatureInfo implements Serializable

serialVersionUID: -6319885418912650856l

Serialized Fields

notifTypes

String[] notifTypes

Class org.apache.commons.modeler.OperationInfo extends FeatureInfo implements Serializable

serialVersionUID: 4418342922072614875l

Serialized Fields

impact

String impact

role

String role

returnType

String returnType

parameters

ParameterInfo[] parameters

Class org.apache.commons.modeler.ParameterInfo extends FeatureInfo implements Serializable

serialVersionUID: 2222796006787664020l

Serialized Fields

type

String type



Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.