| 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package com.bea.wli.config | 
|---|
| Class com.bea.wli.config.Ref extends Object implements Serializable | 
|---|
serialVersionUID: 1L
| Serialization Methods | 
|---|
public Object readResolve()
| Serialized Fields | 
|---|
String typeId
String[] names
String fullname
| Package com.bea.wli.config.component | 
|---|
| Class com.bea.wli.config.component.AlreadyExistsException extends ValidationException implements Serializable | 
|---|
serialVersionUID: 1L
| Class com.bea.wli.config.component.CreateException extends Exception implements Serializable | 
|---|
serialVersionUID: 1L
| Class com.bea.wli.config.component.DeleteException extends Exception implements Serializable | 
|---|
serialVersionUID: 1L
| Class com.bea.wli.config.component.InvalidAttributeValueException extends ValidationException implements Serializable | 
|---|
serialVersionUID: 1L
| Class com.bea.wli.config.component.NotFoundException extends ValidationException implements Serializable | 
|---|
serialVersionUID: 1L
| Class com.bea.wli.config.component.UpdateException extends Exception implements Serializable | 
|---|
serialVersionUID: 1L
| Class com.bea.wli.config.component.ValidationException extends Exception implements Serializable | 
|---|
serialVersionUID: 1L
| Serialized Fields | 
|---|
Ref ref
Diagnostics diags
| Package com.bea.wli.config.env | 
|---|
| Class com.bea.wli.config.env.EnvValueQuery extends Object implements Serializable | 
|---|
serialVersionUID: 1L
| Serialized Fields | 
|---|
Set<E> resourceTypes
Set<E> envValueTypes
Set<E> refsToSearch
boolean includeOnlyModifiedResources
String searchString
boolean isCompleteMatch
| Class com.bea.wli.config.env.NonQualifiedEnvValue extends Object implements Serializable | 
|---|
serialVersionUID: 1L
| Serialized Fields | 
|---|
String envValueType
String location
Object value
| Class com.bea.wli.config.env.QualifiedEnvValue extends NonQualifiedEnvValue implements Serializable | 
|---|
serialVersionUID: 1L
| Serialized Fields | 
|---|
Ref owner
| Package com.bea.wli.config.resource | 
|---|
| Class com.bea.wli.config.resource.Diagnostic extends Object implements Serializable | 
|---|
serialVersionUID: 7541158420836634711L
| Serialized Fields | 
|---|
Diagnostic.Severity severity
Diagnostic.UserSeverity userSeverity
int code
Object location
String message
WrappedThrowable wt
| Class com.bea.wli.config.resource.Diagnostics extends Object implements Serializable | 
|---|
serialVersionUID: 9070743907601301237L
| Serialized Fields | 
|---|
Set<E> diagnostics
Ref ref
Diagnostic.Severity severity
| Class com.bea.wli.config.resource.ResourceQuery extends Object implements Serializable | 
|---|
serialVersionUID: 1L
| Serialized Fields | 
|---|
String typeId
String path
String localName
Map<K,V> filter
Collection<E> attrsToReturn
Collection<E> subQueries
| Package com.bea.wli.config.transaction | 
|---|
| Class com.bea.wli.config.transaction.TransactionException extends Exception implements Serializable | 
|---|
| Serialized Fields | 
|---|
String transactionId
| Package com.bea.wli.monitoring | 
|---|
| Class com.bea.wli.monitoring.DomainMonitoringDisabledException extends Exception implements Serializable | 
|---|
serialVersionUID: -1L
| Class com.bea.wli.monitoring.InvalidServiceRefException extends Exception implements Serializable | 
|---|
serialVersionUID: -1L
| Class com.bea.wli.monitoring.MonitoringException extends Exception implements Serializable | 
|---|
serialVersionUID: -1L
| Class com.bea.wli.monitoring.MonitoringNotEnabledException extends Exception implements Serializable | 
|---|
serialVersionUID: -1L
| Class com.bea.wli.monitoring.ResourceStatistic extends Object implements Serializable | 
|---|
serialVersionUID: -1L
| Serialized Fields | 
|---|
ResourceType resourceType
String name
StatisticValue[] statistics
| Class com.bea.wli.monitoring.ServiceResourceStatistic extends Object implements Serializable | 
|---|
serialVersionUID: -1L
| Serialized Fields | 
|---|
Ref serviceRef
HashMap<K,V> resourceStatisticMap
long collectionTimestamp
Exception exception
| Class com.bea.wli.monitoring.StatisticValue extends Object implements Serializable | 
|---|
serialVersionUID: -1L
| Serialized Fields | 
|---|
String name
StatisticType type
| Class com.bea.wli.monitoring.StatisticValue.CountStatistic extends StatisticValue implements Serializable | 
|---|
| Serialized Fields | 
|---|
long count
| Class com.bea.wli.monitoring.StatisticValue.IntervalStatistic extends StatisticValue.CountStatistic implements Serializable | 
|---|
| Serialized Fields | 
|---|
long min
long max
long average
double sum
| Package com.bea.wli.sb.management.query | 
|---|
| Class com.bea.wli.sb.management.query.ArchiveResourceQuery extends ResourceQuery implements Serializable | 
|---|
serialVersionUID: 1L
| Serialized Fields | 
|---|
ResourceQuery summaryQuery
| Class com.bea.wli.sb.management.query.BusinessServiceQuery extends ServiceQuery implements Serializable | 
|---|
serialVersionUID: 1L
| Class com.bea.wli.sb.management.query.JndiProviderQuery extends ResourceQuery implements Serializable | 
|---|
serialVersionUID: 1L
| Class com.bea.wli.sb.management.query.ProxyServiceQuery extends ServiceQuery implements Serializable | 
|---|
serialVersionUID: 1L
| Class com.bea.wli.sb.management.query.ServiceAccountQuery extends ResourceQuery implements Serializable | 
|---|
serialVersionUID: 1L
| Class com.bea.wli.sb.management.query.ServiceProviderQuery extends ResourceQuery implements Serializable | 
|---|
serialVersionUID: 1L
| Class com.bea.wli.sb.management.query.ServiceQuery extends ResourceQuery implements Serializable | 
|---|
serialVersionUID: 1L
| Class com.bea.wli.sb.management.query.SmtpServerQuery extends ResourceQuery implements Serializable | 
|---|
serialVersionUID: 1L
| Class com.bea.wli.sb.management.query.UDDIRegistryEntryQuery extends ResourceQuery implements Serializable | 
|---|
serialVersionUID: 1L
| Class com.bea.wli.sb.management.query.WsdlQuery extends ResourceQuery implements Serializable | 
|---|
serialVersionUID: 1L
| Class com.bea.wli.sb.management.query.WsPolicyQuery extends ResourceQuery implements Serializable | 
|---|
serialVersionUID: 1L
| Class com.bea.wli.sb.management.query.XmlSchemaQuery extends ResourceQuery implements Serializable | 
|---|
serialVersionUID: 1L
| Package com.bea.wli.sb.sources | 
|---|
| Class com.bea.wli.sb.sources.TransformException extends Exception implements Serializable | 
|---|
| Package com.bea.wli.sb.transports | 
|---|
| Class com.bea.wli.sb.transports.TransportException extends Exception implements Serializable | 
|---|
serialVersionUID: 1L
| Serialized Fields | 
|---|
String _errorCode
  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||