Serialized Form


Package org.apache.commons.modeler

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

serialVersionUID: -2511626862303972143L

Serialized Fields

displayName

java.lang.String displayName

getMethod

java.lang.String getMethod

setMethod

java.lang.String setMethod

readable

boolean readable

writeable

boolean writeable

is

boolean is

type

java.lang.String type

persist

java.lang.String persist

defaultStringValue

java.lang.String defaultStringValue

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

Serialized Fields

names

java.util.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

java.lang.String type

source

java.lang.Object source

seq

long seq

tstamp

long tstamp

notes

java.lang.Object[] notes

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

serialVersionUID: -5735336213417238238L

Serialized Fields

displayName

java.lang.String displayName

parameters

ParameterInfo[] parameters

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

serialVersionUID: -911529176124712296L

Serialized Fields

description

java.lang.String description

fields

java.util.List fields

name

java.lang.String name

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

serialVersionUID: -8226401620640873691L

Serialized Fields

name

java.lang.String name

The field name for this field of a descriptor.


value

java.lang.Object value

The field value for this field of a descriptor.

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

Serialized Fields

names

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


namesA

java.lang.String[] namesA

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

Serialized Fields

attributes

AttributeInfo[] attributes

className

java.lang.String className

constructors

ConstructorInfo[] constructors

description

java.lang.String description

domain

java.lang.String domain

group

java.lang.String group

name

java.lang.String name

fields

java.util.List fields

notifications

NotificationInfo[] notifications

operations

OperationInfo[] operations

type

java.lang.String type

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

serialVersionUID: -6319885418912650856L

Serialized Fields

notifTypes

java.lang.String[] notifTypes

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

serialVersionUID: 4418342922072614875L

Serialized Fields

impact

java.lang.String impact

role

java.lang.String role

returnType

java.lang.String returnType

parameters

ParameterInfo[] parameters

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

serialVersionUID: 2222796006787664020L

Serialized Fields

type

java.lang.String type



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