UNICORE Resource Broker NJS Plugin
1.5α1

Serialized Form


Package org.eurogrid.broker.server

Class org.eurogrid.broker.server.BadEnvironmentException implements Serializable

Class org.eurogrid.broker.server.DiskQuota implements Serializable

Serialized Fields

location

String location
Where is this quota referring to?

Applicable file-system.

spaceDefined

boolean spaceDefined
Has a quota been set on disk space? Is there any meaning to the other space* fields?

Quota present on space?

spaceUnits

int spaceUnits
How many bytes do each of the space units refer to?

Units for space (size of block?)

spaceMax

long spaceMax
What is the maximum amount of space (in this location) that may be contained in files?

What space can we use?

spaceUsed

long spaceUsed
How much space is actually being used by files (in this location)?

What space are we using?

filesDefined

boolean filesDefined
Has a quota been set on file numbers? Is there any meaning to the other files* fields?

Quotas defined on inodes?

filesMax

int filesMax
What is the maximum number of files that may be created (in this location)?

Max permitted inodes?

filesUsed

int filesUsed
How many files have been created (in this location)?

Number of used inodes?

Class org.eurogrid.broker.server.IllegalDelegationException implements Serializable

Class org.eurogrid.broker.server.TicketManagerException implements Serializable

Class org.eurogrid.broker.server.UninitialisedException implements Serializable

Class org.eurogrid.broker.server.UserMappingException implements Serializable


Package org.eurogrid.broker.server.globus

Class org.eurogrid.broker.server.globus.Translation implements Serializable

Serialized Fields

sr

Translation.SearchResult[] sr
Array of results from the search.

Class org.eurogrid.broker.server.globus.Translation.Constraint implements Serializable

Serialized Fields

property

String property
What is the name of the property to look for

Value of the ObjectClass LDAP property

operator

String operator
How are we to compare it with the "limit" value

Property comparison operator

limit

String limit
What is the limiting value for the property

Value to compare property with

realValueWanted

boolean realValueWanted
Do we want to retrieve the value for processing ourselves

Whether to read the value from the LDAP server

Class org.eurogrid.broker.server.globus.Translation.ConstraintResult implements Serializable

Serialized Fields

constraint

Translation.Constraint constraint
What constraint is this a result for

Reference to what we are about

values

String[] values
LDAP properties are multi-valued, so we must be too.

Class org.eurogrid.broker.server.globus.Translation.Search implements Serializable

Serialized Fields

targetClass

String targetClass
What (LDAP) class to look for?

What (LDAP) class to look for?

constraints

Translation.Constraint[] constraints
What constraints are there on the matching class?

What constraints are there on the class?

subsearches

Translation.Search[] subsearches
What searches should be performed rooted at the position that this search succeeds at?

Array of sub-searches to perform.

Class org.eurogrid.broker.server.globus.Translation.SearchResult implements Serializable

Serialized Fields

search

Translation.Search search
What search is this a result for

Reference to what we are about

subresults

Translation.SearchResult[][] subresults
For each sub-search, we get a list of matches.

constraints

Translation.ConstraintResult[] constraints
For each constraint, there might be a list of retrieved values to go with it.

Class org.eurogrid.broker.server.globus.Translation.ValueNotRequestedException implements Serializable


Package org.eurogrid.broker.server.gt3

Class org.eurogrid.broker.server.gt3.Translator implements Serializable

Serialized Fields

sourceConcepts

Map sourceConcepts
Mapping from concept ids to Concept instances in the source domain of the translator.

sourceNativeMap

Map sourceNativeMap
Mapping from native names to Concept instances in the source domain of the translator.

targetConcepts

Map targetConcepts
Mapping from concept ids to Concept instances in the target domain of the translator.

targetNativeMap

Map targetNativeMap
Mapping from native names to Concept instances in the target domain of the translator.

translationMap

Map translationMap
Mapping from source domain Concept instances to target domain Concept instances. The actual translation itself!

searchRoot

String searchRoot
The root of the XPath search tree.

Class org.eurogrid.broker.server.gt3.Translator.Translation implements Serializable

Serialized Fields

nativeTerm

String nativeTerm
The translation of the term results in a new term that is native to the target domain.

The translation of the term results in a new term that is native to the target domain.

conversionFactor

String conversionFactor
Sometimes a conversion factor is also required as part of a translation.

Sometimes a conversion factor is also required as part of a translation.

Class org.eurogrid.broker.server.gt3.Translator.TranslatorException implements Serializable


Package org.eurogrid.broker.server.ws

Class org.eurogrid.broker.server.ws.BrokerServiceLocator implements Serializable

Serialized Fields

Broker_address

String Broker_address
See Also:
Constant Field Values

BrokerWSDDServiceName

String BrokerWSDDServiceName

ports

HashSet ports

Class org.eurogrid.broker.server.ws.BrokerWS.BrokerConfigException implements Serializable

Class org.eurogrid.broker.server.ws.UnicoreServerServiceLocator implements Serializable

Serialized Fields

UnicoreServer_address

String UnicoreServer_address
See Also:
Constant Field Values

UnicoreServerWSDDServiceName

String UnicoreServerWSDDServiceName

ports

HashSet ports


UNICORE Resource Broker NJS Plugin
1.5α1

Submit a bug or feature
Copyright © 2002-2004 University of Manchester, U.K. See license.terms for details.