Serialized Form
-
Package org.apache.commons.modeler
-
Class org.apache.commons.modeler.AttributeInfo extends FeatureInfo implements Serializable
- serialVersionUID:
- -2511626862303972143L
-
Serialized Fields
-
defaultStringValue
java.lang.String defaultStringValue
-
displayName
java.lang.String displayName
-
getMethod
java.lang.String getMethod
-
is
boolean is
-
persist
java.lang.String persist
-
readable
boolean readable
-
setMethod
java.lang.String setMethod
-
type
java.lang.String type
-
writeable
boolean writeable
-
-
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
-
notes
java.lang.Object[] notes
-
seq
long seq
-
source
java.lang.Object source
-
tstamp
long tstamp
-
type
java.lang.String type
-
-
-
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
-
fields
java.util.List fields
-
group
java.lang.String group
-
name
java.lang.String name
-
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
-
parameters
ParameterInfo[] parameters
-
returnType
java.lang.String returnType
-
role
java.lang.String role
-
-
Class org.apache.commons.modeler.ParameterInfo extends FeatureInfo implements Serializable
- serialVersionUID:
- 2222796006787664020L
-
Serialized Fields
-
type
java.lang.String type
-
-