UNICORE Resource Broker NJS Plugin
1.5α1

org.eurogrid.broker.server.ws
Interface Broker

All Superinterfaces:
Remote
All Known Implementing Classes:
BrokerSoapBindingImpl, BrokerSoapBindingSkeleton, BrokerSoapBindingStub

public interface Broker
extends Remote

Formal Java interface to the broker webservice. BrokerCore is the real interface though; this class exists because of limitations in the Axis tooling.


Method Summary
 byte[] checkQoS(String host, String resourceDB, byte[] resourceDAG, byte[] user, byte[] context)
           
 byte[] checkResources(String host, String resourceDB, byte[] resourceDAG, byte[] user, byte[] context)
           
 

Method Detail

checkQoS

public byte[] checkQoS(String host,
                       String resourceDB,
                       byte[] resourceDAG,
                       byte[] user,
                       byte[] context)
                throws RemoteException,
                       ResourceCheckerException
RemoteException
ResourceCheckerException

checkResources

public byte[] checkResources(String host,
                             String resourceDB,
                             byte[] resourceDAG,
                             byte[] user,
                             byte[] context)
                      throws RemoteException,
                             ResourceCheckerException
RemoteException
ResourceCheckerException

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.