Serialized Form


Package org.globus.mds.aggregator.impl

Class org.globus.mds.aggregator.impl.AggregatorException extends java.lang.Exception implements Serializable

Class org.globus.mds.aggregator.impl.AggregatorParamTypeNotSupportedException extends AggregatorException implements Serializable

Class org.globus.mds.aggregator.impl.AggregatorSinkTypeNotSupportedException extends AggregatorException implements Serializable


Package org.globus.mds.aggregator.types

Class org.globus.mds.aggregator.types.AggregatorConfig extends java.lang.Object implements Serializable

Serialized Fields

_any

org.apache.axis.message.MessageElement[] _any

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.globus.mds.aggregator.types.AggregatorContent extends java.lang.Object implements Serializable

Serialized Fields

aggregatorConfig

AggregatorConfig aggregatorConfig

aggregatorData

AggregatorData aggregatorData

aggregatorError

AggregatorError aggregatorError

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.globus.mds.aggregator.types.AggregatorData extends java.lang.Object implements Serializable

Serialized Fields

_any

org.apache.axis.message.MessageElement[] _any

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.globus.mds.aggregator.types.AggregatorError extends java.lang.Object implements Serializable

Serialized Fields

_any

org.apache.axis.message.MessageElement[] _any

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.globus.mds.aggregator.types.AggregatorPollType extends java.lang.Object implements Serializable

Serialized Fields

pollIntervalMillis

int pollIntervalMillis

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.globus.mds.aggregator.types.AggregatorServiceGroupRP extends java.lang.Object implements Serializable

Serialized Fields

membershipContentRule

MembershipContentRule[] membershipContentRule

entry

EntryType[] entry

registrationCount

Accumulator registrationCount

entry2

EntryType[] entry2

membershipContentRule2

MembershipContentRule[] membershipContentRule2

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.globus.mds.aggregator.types.AggregatorSubscriptionType extends java.lang.Object implements Serializable

Serialized Fields

topicExpression

TopicExpressionType topicExpression

precondition

QueryExpressionType precondition

selector

QueryExpressionType selector

subscriptionPolicy

java.lang.Object subscriptionPolicy

initialTerminationTime

java.util.Calendar initialTerminationTime

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.globus.mds.aggregator.types.ExecutionPollType extends AggregatorPollType implements Serializable

Serialized Fields

probeName

javax.xml.namespace.QName probeName

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.globus.mds.aggregator.types.GetMultipleResourcePropertiesPollType extends AggregatorPollType implements Serializable

Serialized Fields

resourcePropertyNames

javax.xml.namespace.QName[] resourcePropertyNames

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.globus.mds.aggregator.types.GetResourcePropertyPollType extends AggregatorPollType implements Serializable

Serialized Fields

resourcePropertyName

javax.xml.namespace.QName resourcePropertyName

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.globus.mds.aggregator.types.PairedKeyType extends java.lang.Object implements Serializable

Serialized Fields

groupKey

java.lang.String groupKey

entryKey

java.lang.String entryKey

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.globus.mds.aggregator.types.QueryResourcePropertiesPollType extends AggregatorPollType implements Serializable

Serialized Fields

queryExpression

QueryExpressionType queryExpression

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.globus.mds.aggregator.types.ServiceGroupEntryRP extends java.lang.Object implements Serializable

Serialized Fields

terminationTime

java.util.Calendar terminationTime

memberEPR

org.apache.axis.message.addressing.EndpointReferenceType memberEPR

content

java.lang.Object content

currentTime

java.util.Calendar currentTime

serviceGroupEPR

org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEPR

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc


Package org.globus.mds.aggregator.service

Class org.globus.mds.aggregator.service.AggregatorServiceGroupEntryServiceAddressingLocator extends AggregatorServiceGroupEntryServiceLocator implements Serializable

Class org.globus.mds.aggregator.service.AggregatorServiceGroupEntryServiceLocator extends org.apache.axis.client.Service implements Serializable

Serialized Fields

AggregatorServiceGroupEntryPortTypePort_address

java.lang.String AggregatorServiceGroupEntryPortTypePort_address

AggregatorServiceGroupEntryPortTypePortWSDDServiceName

java.lang.String AggregatorServiceGroupEntryPortTypePortWSDDServiceName

ports

java.util.HashSet ports

Class org.globus.mds.aggregator.service.AggregatorServiceGroupServiceAddressingLocator extends AggregatorServiceGroupServiceLocator implements Serializable

Class org.globus.mds.aggregator.service.AggregatorServiceGroupServiceLocator extends org.apache.axis.client.Service implements Serializable

Serialized Fields

AggregatorServiceGroupPortTypePort_address

java.lang.String AggregatorServiceGroupPortTypePort_address

AggregatorServiceGroupPortTypePortWSDDServiceName

java.lang.String AggregatorServiceGroupPortTypePortWSDDServiceName

ports

java.util.HashSet ports


Package org.globus.mds.usefulrp.types

Class org.globus.mds.usefulrp.types.Accumulator extends java.lang.Object implements Serializable

Serialized Fields

startTime

java.util.Calendar startTime
The time at which measurements were started (for example, when the hosting container started)


lastChange

java.util.Calendar lastChange
The time at which a value was last accumulated. If a zero-value is accumulated, this does not count as a change for the purposes of this field, even though in implementation, it may result in a recalculation of the exponential weights.


total

long total
The total of this accumulator.


expRate

ExponentialRate[] expRate
Exponentially decaying averages of the rate.


__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.globus.mds.usefulrp.types.ExponentialRate extends java.lang.Object implements Serializable

Serialized Fields

rate

double rate
The exponentially-weighted weight, measured in units/second.


decay

long decay
The decay constant, measured in seconds.


__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.globus.mds.usefulrp.types.ServiceMetaData extends java.lang.Object implements Serializable

Serialized Fields

startTime

java.util.Calendar startTime

version

java.lang.String version

serviceTypeName

java.lang.String serviceTypeName

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc