uk.ac.soton.itinnovation.grid.client.engine.impl
Class FixedAttributeSelector
java.lang.Object
uk.ac.soton.itinnovation.grid.client.engine.impl.FixedAttributeSelector
- All Implemented Interfaces:
- AttributeSelector<InvocationEngine>
public class FixedAttributeSelector
- extends Object
- implements AttributeSelector<InvocationEngine>
Always returns a fixed set of attributes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedAttributeSelector
public FixedAttributeSelector(Element[] attributes)
getTokens
public Element[] getTokens(org.apache.axis.message.addressing.EndpointReferenceType resource,
RemoteMethod method,
InvocationEngine engine)
- Description copied from interface:
AttributeSelector
- Return any additional tokens required to invoke 'target'.
- Specified by:
getTokens in interface AttributeSelector<InvocationEngine>
- Parameters:
resource - the resource being usedmethod - the method on the resource, or null if this is not a direct invocationengine - the requesting engine
- Returns:
- a list of tokens
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.