UNICORE Resource Broker NJS Plugin
1.5α1

org.eurogrid.broker.server.ws
Class BrokerSoapBindingStub

java.lang.Object
  |
  +--org.apache.axis.client.Stub
        |
        +--org.eurogrid.broker.server.ws.BrokerSoapBindingStub
All Implemented Interfaces:
Broker, Remote, Stub

public class BrokerSoapBindingStub
extends Stub
implements Broker

Stub class.


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
BrokerSoapBindingStub()
           
BrokerSoapBindingStub(Service service)
           
BrokerSoapBindingStub(URL endpointURL, Service service)
           
 
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)
           
 
Methods inherited from class org.apache.axis.client.Stub
_getProperty, _getPropertyNames, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerSoapBindingStub

public BrokerSoapBindingStub()
                      throws AxisFault

BrokerSoapBindingStub

public BrokerSoapBindingStub(Service service)
                      throws AxisFault

BrokerSoapBindingStub

public BrokerSoapBindingStub(URL endpointURL,
                             Service service)
                      throws AxisFault
Method Detail

checkQoS

public byte[] checkQoS(String host,
                       String resourceDB,
                       byte[] resourceDAG,
                       byte[] user,
                       byte[] context)
                throws RemoteException,
                       ResourceCheckerException
Specified by:
checkQoS in interface Broker
RemoteException
ResourceCheckerException

checkResources

public byte[] checkResources(String host,
                             String resourceDB,
                             byte[] resourceDAG,
                             byte[] user,
                             byte[] context)
                      throws RemoteException,
                             ResourceCheckerException
Specified by:
checkResources in interface Broker
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.